button.less
6.64 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
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
/*!
*/
@import "../common/icons.less";
@import "../common/button.less";
@import "base.less";
/* Button */
.km-office365 .km-button
{
padding: .438em 1.25em;
border-style: solid;
border-width: @office365-border-width;
}
/* Badges and Details */
.km-office365 .km-badge,
.km-office365 .km-detail
{
border: 0;
min-width: 2em;
height: 2em;
line-height: 2em;
border-radius: 5em;
font-size: .8em;
text-align: center;
}
.km-office365 .km-detail
{
width: 2em;
margin-top: -1.1em;
border-width: @office365-border-width;
border-style: solid;
}
.km-office365 .km-detail > .km-icon {
min-width: 2em;
height: 2em;
line-height: 2em;
text-align: center;
}
.km-office365 .km-detaildisclose
{
min-width: 2em;
height: 2em;
line-height: 2em;
}
.km-office365 .km-detaildisclose:after,
.km-office365 .km-detaildisclose:before,
.km-office365 .km-widget .km-rowinsert:after,
.km-office365 .km-widget .km-rowdelete:after,
.km-office365 .km-widget .km-contactadd:after,
.km-office365 .km-widget .km-detaildisclose:after,
.km-office365 .km-widget .km-rowinsert:before,
.km-office365 .km-widget .km-rowdelete:before,
.km-office365 .km-widget .km-contactadd:before,
.km-office365 .km-widget .km-detaildisclose:before,
.km-office365 .km-detail .km-icon
{
left: 0;
top: 0;
line-height: 1.8em;
text-align: center;
}
.km-office365 .km-detail .km-icon:after
{
line-height: 2em;
width: 1.7em;
text-align: center;
}
.km-office365 .km-detail .km-icon:before
{
display: none;
}
.km-office365 .km-navbar .km-button,
.km-office365 .k-toolbar .km-button
{
background: transparent;
border-color: transparent;
.box-shadow(none);
}
.km-office365 .km-buttongroup .km-button {
padding: .625em 1.875em;
}
.km-office365 .km-navbar .km-button .km-icon,
.km-office365 .k-toolbar .km-button .km-icon
{
font-size: 1.2em;
}
.km-office365 .km-navbar .km-back:before,
.km-office365 .k-toolbar .km-back:before
{
content: "\a0";
display: inline-block;
color: currentcolor;
width: .875em;
height: .875em;
border-width: 0;
box-shadow: inset .25rem -.25rem 0 currentcolor;
.transform(rotate(45deg));
margin-top: -1px;
margin-left: 1px;
line-height: 3.125em;
vertical-align: top;
}
.km-office365 .km-navbar .km-back .km-text,
.km-office365 .k-toolbar .km-back .km-text
{
display: none;
}
.km-office365 .km-navbar .km-leftitem .km-button
{
width: 2em;
height: 2em;
border-width: 2px;
border-style: solid;
border-radius: 50%;
}