tabstrip.less
4.95 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
77
78
79
/*!
*/
@import "button.less";
.km-tabstrip
{
padding: .4rem .7rem;
}
.km-horizontal .km-tabstrip
{
padding: .2rem .7rem;
}
.km-tabstrip
{
.flex-align(start);
.flex-direction(row);
-moz-box-pack: start;
padding: 0;
text-align: center;
word-spacing: -1em;
}
.km-tabstrip .km-button
{
word-spacing: normal;
.box-shadow(none);
vertical-align: bottom;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
.km-tabstrip { word-spacing: normal; width: 100%; }
}
.km-tabstrip .km-button
{
font-family: Arial, Helvetica, sans-serif;
color: #a8a8a8;
padding: .4em .8em;
border-width: 0;
border-color: transparent;
background: none;
margin: 0;
text-align: center;
}
.km-tabstrip .km-button:first-child
{
border-left: 0;
}
.km-tabstrip .km-button:last-child
{
border-right: 0;
}