-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathButton.transformed.compressed.css
81 lines (81 loc) · 1.53 KB
/
Button.transformed.compressed.css
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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
._0 {
display: inline-block;
padding: 6px 12px;
margin-bottom: 0px;
font-size: 14px;
font-weight: normal;
line-height: 1.5;
text-align: center;
white-space: nowrap;
vertical-align: middle;
-ms-touch-action: manipulation;
touch-action: manipulation;
cursor: pointer;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
background-image: none;
border: 1px solid transparent;
border-radius: 4px;
color: #fff;
background-color: #337ab7;
border-color: #2e6da4;
}
._0:focus {
color: #fff;
background-color: #286090;
border-color: #122b40;
outline: thin dotted;
outline-offset: -2px;
}
._0:hover {
color: #fff;
background-color: #286090;
border-color: #204d74;
text-decoration: none;
}
._0:active {
color: #fff;
background-color: #286090;
border-color: #204d74;
background-image: none;
outline: 0px;
box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}
._0:active:hover {
color: #fff;
background-color: #204d74;
border-color: #122b40;
}
._0[disabled] {
background-color: #337ab7;
border-color: #2e6da4;
cursor: not-allowed;
filter: alpha(opacity=65);
box-shadow: none;
opacity: 0.65;
pointer-events: none;
}
@media only screen and (max-width: 640px) {
._0 {
display: block;
width: 100%;
}
}
._1 {
padding: 10px 16px;
font-size: 18px;
line-height: 1.33;
border-radius: 6px;
}
._2 {
padding: 5px 10px;
font-size: 12px;
line-height: 1.5;
border-radius: 3px;
}
._3 {
display: block;
width: 100%;
}