FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
Method-Draw/src/css/source.css at master · DavidAlphaFox/Method-Draw · GitHub
DavidAlphaFox
/
Method-Draw
Public
forked from
methodofaction/Method-Draw
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
Method-Draw
/
src
/
css
/
source.css
Copy path
More file actions
More file actions
Latest commit
History
History
History
45 lines (41 loc) · 782 Bytes
Breadcrumbs
Method-Draw
/
src
/
css
/
source.css
Copy path
File metadata and controls
45 lines (41 loc) · 782 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
#
svg_source_editor
{
position
:
relative;
width
:
800
px
;
height
:
600
px
;
margin
:
-48
px
;
}
#
svg_source_container
{
width
:
800
px
;
position
:
relative;
height
:
100
%
;
}
#
svg_source_editor
form
{
position
:
absolute;
top
:
0
;
bottom
:
55
px
;
left
:
0
;
right
:
0
;
font-size
:
14
px
;
background-color
:
var
(
--z14
);
border-radius
:
8
px
8
px
0
0
;
}
#
svg_source_textarea
{
width
:
calc
(
100
%
-
64
px
);
height
:
calc
(
100
%
-
64
px
);
line-height
:
140
%
;
font-family
:
var
(
--mono-font
);
font-size
:
14
px
;
color
:
var
(
--z4
);
border
:
none;
padding
:
32
px
;
background-color
:
transparent;
}
#
svg_source_editor
#
tool_source_back
{
position
:
absolute;
display
:
flex;
justify-content
:
space-between;
bottom
:
0
;
left
:
0
;
right
:
0
;
padding
:
var
(
--x2
)
var
(
--x2
);
}
Back
|
FazBrowse Home
|
New Git URL