FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
Method-Draw/src/css/button.css at master · bb-components/Method-Draw · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
bb-components
/
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
/
button.css
Copy path
More file actions
More file actions
Latest commit
History
History
History
53 lines (45 loc) · 842 Bytes
Breadcrumbs
Method-Draw
/
src
/
css
/
button.css
Copy path
File metadata and controls
53 lines (45 loc) · 842 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
48
49
50
51
52
53
.
button-container
{
clear
:
both;
margin-top
:
var
(
--x4
);
}
.
button
{
height
:
var
(
--x12
);
cursor
:
pointer;
line-height
:
var
(
--x12
);
text-align
:
left;
color
:
var
(
--z13
);
border
:
solid
var
(
--z5
)
2
px
;
border-radius
:
var
(
--x1
);
white-space
:
nowrap;
margin
:
var
(
--x2
)
var
(
--x2
)
var
(
--x2
)
0
;
padding
:
0
var
(
--x4
);
display
:
inline-block;
font-weight
:
bold;
background-color
:
var
(
--z1
);
}
.
button
:
hover
{
background-color
:
var
(
--z2
);
}
.
button
.
full
{
display
:
block;
text-align
:
center;
}
.
button
svg
{
vertical-align
:
center;
fill
:
var
(
--z5
);
}
.
button
:
hover
svg
{
fill
:
var
(
--z10
);
}
.
button
.
current
{
background-color
:
var
(
--z0
);
}
.
button
.
current
svg
{
fill
:
var
(
--accent15
);
}
.
button
.
disabled
svg
{
background-color
:
#
aaa
;
cursor
:
not-allowed;
fill
:
var
(
--z3
);
pointer-events
:
none;
}
Back
|
FazBrowse Home
|
New Git URL