button.less
4.84 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
64
65
66
67
68
69
70
71
72
73
74
75
76
/*!
*/
@import "../common/icons.less";
@import "../common/button.less";
@import "base.less";
/* Button */
.km-wp .km-button
{
text-transform: lowercase;
}
.km-wp .km-button
{
font-size: .9em;
line-height: 1.3em;
margin-top: 0;
margin-bottom: 0;
padding-top: 0;
padding-bottom: 0;
}
.km-wp .km-button .km-icon
{
margin-top: 2px;
margin-bottom: 2px;
vertical-align: text-top;
}
.km-wp .km-button .km-text
{
margin-top: -3px;
display: inline-block;
padding-bottom: 3px;
}
/* Badges */
.km-wp .km-badge
{
border-width: .1em;
border-style: solid;
background-clip: border-box;
line-height: 1.9em;
border-radius: 2em;
}
.km-wp .km-tabstrip .km-badge
{
margin-top: -.7em;
line-height: 2.1em;
}