button.variables
1.18 KB
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
/*-------------------
Button Variables
--------------------*/
/* Button Variables */
@pageFont: Helvetica Neue, Helvetica, Arial, sans-serif;
@textTransform: none;
@fontWeight: @normal;
@textColor: rgba(51, 51, 51, 1);
@borderRadius: @4px;
@lineHeight: 1.42857;
@verticalPadding: 0.8571em;
@horizontalPadding: 0.8571em;
@backgroundColor: @white;
@backgroundImage: none;
@borderBoxShadowColor: rgba(0, 0, 0, 0.14);
@green: #5CB85C;
@red: #D9534F;
@blue: #337AB7;
@green: #60B044;
@orange: #F0AD4E;
@primaryColor: @blue;
@secondaryColor: @green;
@labeledIconBackgroundColor: transparent;
@basicBorderSize: 0px;
@basicColoredBorderSize: 0px;
@invertedBorderSize: 0px;
@basicActiveBackground: transparent;
@basicHoverBackground: transparent;
@basicDownBoxShadow:
0px 0px 0px 1px #ADADAD inset,
0 3px 5px rgba(0, 0, 0, 0.125) inset
;
@groupButtonOffset: 0px 0px 0px -1px;
@verticalGroupOffset: 0px 0px -1px 0px;
/* States */
@hoverBackgroundColor: #E6E6E6;
@hoverBoxShadow:
0px 0px 0px 1px #ADADAD inset
;
@downBackgroundColor: #E6E6E6;
@downBoxShadow:
0px 0px 0px 1px #ADADAD inset,
0 3px 5px rgba(0, 0, 0, 0.125) inset
;
@activeBackgroundColor: #E6E6E6;
@disabledOpacity: 0.65;