FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
Method-Draw/src/css/align_buttons.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
/
align_buttons.css
Copy path
More file actions
More file actions
Latest commit
History
History
History
47 lines (39 loc) · 856 Bytes
Breadcrumbs
Method-Draw
/
src
/
css
/
align_buttons.css
Copy path
File metadata and controls
47 lines (39 loc) · 856 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
46
47
.
align_buttons
{
margin-bottom
:
var
(
--x2
);
}
.
align_button
,
.
align_button
*
{
transition
:
var
(
--transition
);
}
.
align_button
:
hover
,
.
align_button
:
hover
*
{
transition
:
none;
}
.
align_button
{
float
:
left;
height
:
var
(
--x13
);
width
:
var
(
--x13
);
line-height
:
var
(
--x16
);
text-align
:
center;
cursor
:
pointer;
position
:
relative;
}
.
align_button
:
hover
{
background-color
:
var
(
--z0
);
border-color
:
var
(
--z3
);
}
.
align_button
svg
{
fill
:
var
(
--z10
);
}
.
align_button
:
hover
svg
{
fill
:
var
(
--z15
);
transition
:
none;
}
.
align_button
:
nth-child
(
1
) {
border-radius
:
var
(
--x1
)
0
0
0
;}
.
align_button
:
nth-child
(
3
) {
border-radius
:
0
var
(
--x1
)
0
0
;}
.
align_button
:
nth-child
(
4
) {
border-radius
:
0
0
0
var
(
--x1
);}
.
align_button
:
nth-child
(
6
) {
border-radius
:
0
0
var
(
--x1
)
0
;}
.
align_buttons
.
push_button
{
display
:
block;
float
:
left;
}
Back
|
FazBrowse Home
|
New Git URL