buttongroup.less
5.25 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
80
81
82
83
/*!
*/
@import "../common/icons.less";
@import "../common/buttongroup.less";
@import "base.less";
/* ButtonGroup */
.km-material .km-buttongroup > *:not(:first-child):not(:last-child)
{
border-radius: 0;
}
.km-material .km-buttongroup > *:first-child
{
border-radius: @material-border-radius 0 0 @material-border-radius;
border-radius: 0;
}
.km-material .km-buttongroup > *:last-child
{
border-radius: 0 @material-border-radius @material-border-radius 0;
border-radius: 0;
}
.km-material .km-buttongroup {
margin: 0;
}
.km-material .km-buttongroup {
border-bottom-width: 1px;
border-bottom-style: solid;
width: 100%;
text-align: center;
}
.km-material .km-buttongroup .km-button {
padding: 1.429em 1.267em 1.357em;
border-width: 0 0 2px;
display: inline-block;
}
.km-material .km-buttongroup .km-button:last-child
{
border-right-width: 0;
}
.km-material .km-widget.km-navbar .km-buttongroup {
font-size: .875em;
line-height: 1em;
margin: 0;
display: inline-block;
top: 0;
height: auto;
margin-bottom: -1px;
}
.km-material .km-widget.km-navbar .km-buttongroup > .km-button {
font-size: .778em;
text-indent: 0;
}