@mdsfe/mds-ui 0.4.0-rc.2 → 0.4.0-rc.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/badge.js +2 -2
- package/dist/drawer.js +2 -2
- package/dist/mds-ui.min.js +2 -2
- package/dist/notification.js +2 -2
- package/dist/style/affix.css +1 -10
- package/dist/style/alert.css +1 -138
- package/dist/style/anchor.css +1 -58
- package/dist/style/avatar.css +1 -73
- package/dist/style/backtop.css +1 -34
- package/dist/style/badge.css +1 -141
- package/dist/style/bordershadow.css +1 -42
- package/dist/style/breadcrumb.css +1 -37
- package/dist/style/button.css +1 -2172
- package/dist/style/card.css +1 -156
- package/dist/style/carousel.css +1 -217
- package/dist/style/cascader.css +1 -214
- package/dist/style/cascaderpanel.css +1 -122
- package/dist/style/checkbox.css +1 -186
- package/dist/style/col.css +1 -2607
- package/dist/style/collapse.css +1 -79
- package/dist/style/color.css +1 -622
- package/dist/style/datepicker.css +1 -542
- package/dist/style/divider.css +1 -47
- package/dist/style/drawer.css +1 -2465
- package/dist/style/dropdown.css +1 -274
- package/dist/style/empty.css +1 -49
- package/dist/style/font.css +1 -45
- package/dist/style/form.css +1 -148
- package/dist/style/icon.css +1 -25
- package/dist/style/input.css +1 -760
- package/dist/style/inputnumber.css +1 -314
- package/dist/style/layout.css +1 -58
- package/dist/style/list.css +1 -141
- package/dist/style/loading.css +1 -2329
- package/dist/style/menu.css +1 -658
- package/dist/style/message.css +1 -191
- package/dist/style/modal.css +1 -123
- package/dist/style/notification.css +1 -192
- package/dist/style/pagination.css +1 -1190
- package/dist/style/popconfirm.css +1 -65
- package/dist/style/popover.css +1 -138
- package/dist/style/progress.css +1 -179
- package/dist/style/radio.css +1 -255
- package/dist/style/rate.css +1 -81
- package/dist/style/row.css +1 -2607
- package/dist/style/select.css +1 -221
- package/dist/style/slider.css +1 -80
- package/dist/style/slottable.css +1 -296
- package/dist/style/steps.css +1 -586
- package/dist/style/switch.css +1 -110
- package/dist/style/table.css +1 -2778
- package/dist/style/tabs.css +1 -518
- package/dist/style/tag.css +1 -421
- package/dist/style/text.css +1 -122
- package/dist/style/timeline.css +1 -88
- package/dist/style/timepicker.css +1 -393
- package/dist/style/tooltip.css +1 -161
- package/dist/style/transfer.css +1 -206
- package/dist/style/transition.css +1 -1413
- package/dist/style/tree.css +1 -84
- package/dist/style/typography.css +1 -126
- package/dist/style/upload.css +1 -320
- package/package.json +5 -1
package/dist/style/dropdown.css
CHANGED
|
@@ -1,274 +1 @@
|
|
|
1
|
-
|
|
2
|
-
/* stylelint-disable declaration-bang-space-before */
|
|
3
|
-
/* stylelint-disable declaration-bang-space-before */
|
|
4
|
-
.mds-dropdown {
|
|
5
|
-
position: absolute;
|
|
6
|
-
left: -9999px;
|
|
7
|
-
top: -9999px;
|
|
8
|
-
z-index: 1050;
|
|
9
|
-
display: block;
|
|
10
|
-
font-size: 12px;
|
|
11
|
-
font-weight: normal;
|
|
12
|
-
line-height: 1.5;
|
|
13
|
-
}
|
|
14
|
-
.mds-dropdown-icon {
|
|
15
|
-
font-size: 12px;
|
|
16
|
-
color: #ccd2db;
|
|
17
|
-
}
|
|
18
|
-
.mds-dropdown-wrap {
|
|
19
|
-
position: relative;
|
|
20
|
-
}
|
|
21
|
-
.mds-dropdown-wrap .mds-btn > .mdsicon-down {
|
|
22
|
-
display: inline-block;
|
|
23
|
-
font-size: 12px;
|
|
24
|
-
font-size: 10px ;
|
|
25
|
-
transform: scale(0.83333333) rotate(0deg);
|
|
26
|
-
/* IE6-IE8 */
|
|
27
|
-
-ms-filter: "progid:DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand', M11=1, M12=0, M21=0, M22=1)";
|
|
28
|
-
zoom: 1;
|
|
29
|
-
}
|
|
30
|
-
:root .mds-dropdown-wrap .mds-btn > .mdsicon-down {
|
|
31
|
-
filter: none;
|
|
32
|
-
}
|
|
33
|
-
:root .mds-dropdown-wrap .mds-btn > .mdsicon-down {
|
|
34
|
-
font-size: 12px;
|
|
35
|
-
}
|
|
36
|
-
.mds-dropdown-wrap .mdsicon-down:before {
|
|
37
|
-
transition: transform 0.2s ease;
|
|
38
|
-
}
|
|
39
|
-
.mds-dropdown-wrap-open .mdsicon-down:before {
|
|
40
|
-
transform: rotate(180deg);
|
|
41
|
-
}
|
|
42
|
-
.mds-dropdown-hidden,
|
|
43
|
-
.mds-dropdown-menu-hidden {
|
|
44
|
-
display: none;
|
|
45
|
-
}
|
|
46
|
-
.mds-dropdown-menu {
|
|
47
|
-
outline: none;
|
|
48
|
-
position: relative;
|
|
49
|
-
list-style-type: none;
|
|
50
|
-
padding: 0;
|
|
51
|
-
margin: 0;
|
|
52
|
-
text-align: left;
|
|
53
|
-
background-color: #fff;
|
|
54
|
-
box-shadow: 0px 0px 12px 0px #d8dce6;
|
|
55
|
-
background-clip: padding-box;
|
|
56
|
-
}
|
|
57
|
-
.mds-dropdown-menu-item-group-title {
|
|
58
|
-
color: rgba(0, 0, 0, 0.43);
|
|
59
|
-
padding: 6px 8px;
|
|
60
|
-
transition: all .3s;
|
|
61
|
-
}
|
|
62
|
-
.mds-dropdown-menu-item,
|
|
63
|
-
.mds-dropdown-menu-submenu-title {
|
|
64
|
-
padding: 7px 8px;
|
|
65
|
-
margin: 0;
|
|
66
|
-
clear: both;
|
|
67
|
-
font-size: 14px;
|
|
68
|
-
font-weight: normal;
|
|
69
|
-
color: #666666;
|
|
70
|
-
white-space: nowrap;
|
|
71
|
-
cursor: pointer;
|
|
72
|
-
transition: all .3s;
|
|
73
|
-
}
|
|
74
|
-
.mds-dropdown-menu-item > a,
|
|
75
|
-
.mds-dropdown-menu-submenu-title > a {
|
|
76
|
-
color: #666;
|
|
77
|
-
display: block;
|
|
78
|
-
padding: 7px 8px;
|
|
79
|
-
margin: -7px -8px;
|
|
80
|
-
transition: all .3s;
|
|
81
|
-
}
|
|
82
|
-
.mds-dropdown-menu-item > a:focus,
|
|
83
|
-
.mds-dropdown-menu-submenu-title > a:focus {
|
|
84
|
-
text-decoration: none;
|
|
85
|
-
}
|
|
86
|
-
.mds-dropdown-menu-item > a:hover,
|
|
87
|
-
.mds-dropdown-menu-submenu-title > a:hover {
|
|
88
|
-
color: #0364FF ;
|
|
89
|
-
}
|
|
90
|
-
.mds-dropdown-menu-item-selected,
|
|
91
|
-
.mds-dropdown-menu-submenu-title-selected,
|
|
92
|
-
.mds-dropdown-menu-item-selected > a,
|
|
93
|
-
.mds-dropdown-menu-submenu-title-selected > a {
|
|
94
|
-
color: #0364ff;
|
|
95
|
-
background-color: #ebf3ff;
|
|
96
|
-
}
|
|
97
|
-
.mds-dropdown-menu-item:hover,
|
|
98
|
-
.mds-dropdown-menu-submenu-title:hover {
|
|
99
|
-
background-color: #F2F7FF ;
|
|
100
|
-
color: #0364FF ;
|
|
101
|
-
}
|
|
102
|
-
.mds-dropdown-menu-item-disabled,
|
|
103
|
-
.mds-dropdown-menu-submenu-title-disabled {
|
|
104
|
-
color: rgba(0, 0, 0, 0.2);
|
|
105
|
-
background: #FAFAFD;
|
|
106
|
-
cursor: not-allowed;
|
|
107
|
-
}
|
|
108
|
-
.mds-dropdown-menu-item-disabled:hover,
|
|
109
|
-
.mds-dropdown-menu-submenu-title-disabled:hover {
|
|
110
|
-
color: rgba(0, 0, 0, 0.2);
|
|
111
|
-
background-color: #fff;
|
|
112
|
-
cursor: not-allowed;
|
|
113
|
-
}
|
|
114
|
-
.mds-dropdown-menu-item:first-child,
|
|
115
|
-
.mds-dropdown-menu-submenu-title:first-child,
|
|
116
|
-
.mds-dropdown-menu-item:first-child > a,
|
|
117
|
-
.mds-dropdown-menu-submenu-title:first-child > a {
|
|
118
|
-
border-radius: 4px 4px 0 0;
|
|
119
|
-
}
|
|
120
|
-
.mds-dropdown-menu-item:last-child,
|
|
121
|
-
.mds-dropdown-menu-submenu-title:last-child,
|
|
122
|
-
.mds-dropdown-menu-item:last-child > a,
|
|
123
|
-
.mds-dropdown-menu-submenu-title:last-child > a {
|
|
124
|
-
border-radius: 0 0 4px 4px;
|
|
125
|
-
}
|
|
126
|
-
.mds-dropdown-menu-item:only-child,
|
|
127
|
-
.mds-dropdown-menu-submenu-title:only-child,
|
|
128
|
-
.mds-dropdown-menu-item:only-child > a,
|
|
129
|
-
.mds-dropdown-menu-submenu-title:only-child > a {
|
|
130
|
-
border-radius: 4px;
|
|
131
|
-
}
|
|
132
|
-
.mds-dropdown-menu-item-divider,
|
|
133
|
-
.mds-dropdown-menu-submenu-title-divider {
|
|
134
|
-
height: 1px;
|
|
135
|
-
overflow: hidden;
|
|
136
|
-
background-color: #e9e9e9;
|
|
137
|
-
line-height: 0;
|
|
138
|
-
}
|
|
139
|
-
.mds-dropdown-menu-submenu-title:after {
|
|
140
|
-
margin-left: 10px;
|
|
141
|
-
font-family: "mdsicon" !important;
|
|
142
|
-
color: #CCD2DB;
|
|
143
|
-
display: inline-block;
|
|
144
|
-
font-size: 12px;
|
|
145
|
-
font-size: 12px ;
|
|
146
|
-
transform: scale(1) rotate(0deg);
|
|
147
|
-
/* IE6-IE8 */
|
|
148
|
-
-ms-filter: "progid:DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand', M11=1, M12=0, M21=0, M22=1)";
|
|
149
|
-
zoom: 1;
|
|
150
|
-
}
|
|
151
|
-
:root .mds-dropdown-menu-submenu-title:after {
|
|
152
|
-
filter: none;
|
|
153
|
-
}
|
|
154
|
-
:root .mds-dropdown-menu-submenu-title:after {
|
|
155
|
-
font-size: 12px;
|
|
156
|
-
}
|
|
157
|
-
.mds-dropdown-menu-submenu-vertical {
|
|
158
|
-
position: relative;
|
|
159
|
-
}
|
|
160
|
-
.mds-dropdown-menu-submenu-vertical > .mds-dropdown-menu {
|
|
161
|
-
top: 0;
|
|
162
|
-
left: 100%;
|
|
163
|
-
position: absolute;
|
|
164
|
-
min-width: 100%;
|
|
165
|
-
margin-left: 4px;
|
|
166
|
-
transform-origin: 0 0;
|
|
167
|
-
}
|
|
168
|
-
.mds-dropdown-menu-submenu.mds-dropdown-menu-submenu-disabled .mds-dropdown-menu-submenu-title,
|
|
169
|
-
.mds-dropdown-menu-submenu.mds-dropdown-menu-submenu-disabled .mds-dropdown-menu-submenu-title:after {
|
|
170
|
-
color: rgba(0, 0, 0, 0.2);
|
|
171
|
-
}
|
|
172
|
-
.mds-dropdown-menu-submenu:first-child .mds-dropdown-menu-submenu-title {
|
|
173
|
-
border-radius: 4px 4px 0 0;
|
|
174
|
-
}
|
|
175
|
-
.mds-dropdown-menu-submenu:last-child .mds-dropdown-menu-submenu-title {
|
|
176
|
-
border-radius: 0 0 4px 4px;
|
|
177
|
-
}
|
|
178
|
-
.mds-dropdown.slide-down-enter.slide-down-enter-active.mds-dropdown-placement-bottomLeft,
|
|
179
|
-
.mds-dropdown.slide-down-appear.slide-down-appear-active.mds-dropdown-placement-bottomLeft,
|
|
180
|
-
.mds-dropdown.slide-down-enter.slide-down-enter-active.mds-dropdown-placement-bottomCenter,
|
|
181
|
-
.mds-dropdown.slide-down-appear.slide-down-appear-active.mds-dropdown-placement-bottomCenter,
|
|
182
|
-
.mds-dropdown.slide-down-enter.slide-down-enter-active.mds-dropdown-placement-bottomRight,
|
|
183
|
-
.mds-dropdown.slide-down-appear.slide-down-appear-active.mds-dropdown-placement-bottomRight {
|
|
184
|
-
animation-name: mdsSlideUpIn;
|
|
185
|
-
}
|
|
186
|
-
.mds-dropdown.slide-up-enter.slide-up-enter-active.mds-dropdown-placement-topLeft,
|
|
187
|
-
.mds-dropdown.slide-up-appear.slide-up-appear-active.mds-dropdown-placement-topLeft,
|
|
188
|
-
.mds-dropdown.slide-up-enter.slide-up-enter-active.mds-dropdown-placement-topCenter,
|
|
189
|
-
.mds-dropdown.slide-up-appear.slide-up-appear-active.mds-dropdown-placement-topCenter,
|
|
190
|
-
.mds-dropdown.slide-up-enter.slide-up-enter-active.mds-dropdown-placement-topRight,
|
|
191
|
-
.mds-dropdown.slide-up-appear.slide-up-appear-active.mds-dropdown-placement-topRight {
|
|
192
|
-
animation-name: mdsSlideDownIn;
|
|
193
|
-
}
|
|
194
|
-
.mds-dropdown.slide-down-leave.slide-down-leave-active.mds-dropdown-placement-bottomLeft,
|
|
195
|
-
.mds-dropdown.slide-down-leave.slide-down-leave-active.mds-dropdown-placement-bottomCenter,
|
|
196
|
-
.mds-dropdown.slide-down-leave.slide-down-leave-active.mds-dropdown-placement-bottomRight {
|
|
197
|
-
animation-name: mdsSlideUpOut;
|
|
198
|
-
}
|
|
199
|
-
.mds-dropdown.slide-up-leave.slide-up-leave-active.mds-dropdown-placement-topLeft,
|
|
200
|
-
.mds-dropdown.slide-up-leave.slide-up-leave-active.mds-dropdown-placement-topCenter,
|
|
201
|
-
.mds-dropdown.slide-up-leave.slide-up-leave-active.mds-dropdown-placement-topRight {
|
|
202
|
-
animation-name: mdsSlideDownOut;
|
|
203
|
-
}
|
|
204
|
-
.mds-dropdown-trigger .mdsicon-drop-down,
|
|
205
|
-
.mds-dropdown-link .mdsicon-drop-down {
|
|
206
|
-
display: inline-block;
|
|
207
|
-
font-size: 12px;
|
|
208
|
-
font-size: 10px ;
|
|
209
|
-
transform: scale(0.83333333) rotate(0deg);
|
|
210
|
-
/* IE6-IE8 */
|
|
211
|
-
-ms-filter: "progid:DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand', M11=1, M12=0, M21=0, M22=1)";
|
|
212
|
-
zoom: 1;
|
|
213
|
-
color: #ccd2db;
|
|
214
|
-
}
|
|
215
|
-
:root .mds-dropdown-trigger .mdsicon-drop-down,
|
|
216
|
-
:root .mds-dropdown-link .mdsicon-drop-down {
|
|
217
|
-
filter: none;
|
|
218
|
-
}
|
|
219
|
-
:root .mds-dropdown-trigger .mdsicon-drop-down,
|
|
220
|
-
:root .mds-dropdown-link .mdsicon-drop-down {
|
|
221
|
-
font-size: 12px;
|
|
222
|
-
}
|
|
223
|
-
.mds-dropdown-button {
|
|
224
|
-
white-space: nowrap;
|
|
225
|
-
}
|
|
226
|
-
.mds-dropdown-button.mds-btn-group > .mds-btn:last-child:not(:first-child) {
|
|
227
|
-
padding-left: 12px;
|
|
228
|
-
padding-right: 12px;
|
|
229
|
-
}
|
|
230
|
-
.mds-dropdown-button .mdsicon-drop-down {
|
|
231
|
-
display: inline-block;
|
|
232
|
-
font-size: 12px;
|
|
233
|
-
font-size: 12px ;
|
|
234
|
-
transform: scale(1) rotate(0deg);
|
|
235
|
-
/* IE6-IE8 */
|
|
236
|
-
-ms-filter: "progid:DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand', M11=1, M12=0, M21=0, M22=1)";
|
|
237
|
-
zoom: 1;
|
|
238
|
-
color: #CCD2DB;
|
|
239
|
-
}
|
|
240
|
-
:root .mds-dropdown-button .mdsicon-drop-down {
|
|
241
|
-
filter: none;
|
|
242
|
-
}
|
|
243
|
-
:root .mds-dropdown-button .mdsicon-drop-down {
|
|
244
|
-
font-size: 12px;
|
|
245
|
-
}
|
|
246
|
-
.mds-dropdown-menu-dark,
|
|
247
|
-
.mds-dropdown-menu-dark .mds-dropdown-menu {
|
|
248
|
-
background: #404040;
|
|
249
|
-
}
|
|
250
|
-
.mds-dropdown-menu-dark .mds-dropdown-menu-item,
|
|
251
|
-
.mds-dropdown-menu-dark .mds-dropdown-menu-submenu-title,
|
|
252
|
-
.mds-dropdown-menu-dark .mds-dropdown-menu-item > a {
|
|
253
|
-
color: rgba(255, 255, 255, 0.67);
|
|
254
|
-
}
|
|
255
|
-
.mds-dropdown-menu-dark .mds-dropdown-menu-item:after,
|
|
256
|
-
.mds-dropdown-menu-dark .mds-dropdown-menu-submenu-title:after,
|
|
257
|
-
.mds-dropdown-menu-dark .mds-dropdown-menu-item > a:after {
|
|
258
|
-
color: rgba(255, 255, 255, 0.67);
|
|
259
|
-
}
|
|
260
|
-
.mds-dropdown-menu-dark .mds-dropdown-menu-item:hover,
|
|
261
|
-
.mds-dropdown-menu-dark .mds-dropdown-menu-submenu-title:hover,
|
|
262
|
-
.mds-dropdown-menu-dark .mds-dropdown-menu-item > a:hover {
|
|
263
|
-
color: #fff;
|
|
264
|
-
background: transparent;
|
|
265
|
-
}
|
|
266
|
-
.mds-dropdown-menu-dark .mds-dropdown-menu-item-selected,
|
|
267
|
-
.mds-dropdown-menu-dark .mds-dropdown-menu-item-selected:hover,
|
|
268
|
-
.mds-dropdown-menu-dark .mds-dropdown-menu-item-selected > a {
|
|
269
|
-
background: #0364ff;
|
|
270
|
-
color: #fff;
|
|
271
|
-
}
|
|
272
|
-
/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
|
|
273
|
-
/* stylelint-disable declaration-bang-space-before */
|
|
274
|
-
/* stylelint-disable declaration-bang-space-before */
|
|
1
|
+
.mds-dropdown{position:absolute;left:-9999px;top:-9999px;z-index:1050;display:block;font-size:12px;font-weight:400;line-height:1.5}.mds-dropdown-icon{font-size:12px;color:#ccd2db}.mds-dropdown-wrap{position:relative}.mds-dropdown-wrap .mds-btn>.mdsicon-down{display:inline-block;font-size:12px;font-size:10px;transform:scale(.83333333) rotate(0deg);-ms-filter:"progid:DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand', M11=1, M12=0, M21=0, M22=1)";zoom:1}:root .mds-dropdown-wrap .mds-btn>.mdsicon-down{filter:none;font-size:12px}.mds-dropdown-wrap .mdsicon-down:before{transition:transform .2s ease}.mds-dropdown-wrap-open .mdsicon-down:before{transform:rotate(180deg)}.mds-dropdown-hidden,.mds-dropdown-menu-hidden{display:none}.mds-dropdown-menu{outline:none;position:relative;list-style-type:none;padding:0;margin:0;text-align:left;background-color:#fff;box-shadow:0 0 12px 0 #d8dce6;background-clip:padding-box}.mds-dropdown-menu-item-group-title{color:rgba(0,0,0,.43);padding:6px 8px;transition:all .3s}.mds-dropdown-menu-item,.mds-dropdown-menu-submenu-title{padding:7px 8px;margin:0;clear:both;font-size:14px;font-weight:400;color:#666;white-space:nowrap;cursor:pointer;transition:all .3s}.mds-dropdown-menu-item>a,.mds-dropdown-menu-submenu-title>a{color:#666;display:block;padding:7px 8px;margin:-7px -8px;transition:all .3s}.mds-dropdown-menu-item>a:focus,.mds-dropdown-menu-submenu-title>a:focus{text-decoration:none}.mds-dropdown-menu-item>a:hover,.mds-dropdown-menu-submenu-title>a:hover{color:#0364ff}.mds-dropdown-menu-item-selected,.mds-dropdown-menu-item-selected>a,.mds-dropdown-menu-submenu-title-selected,.mds-dropdown-menu-submenu-title-selected>a{color:#0364ff;background-color:#ebf3ff}.mds-dropdown-menu-item:hover,.mds-dropdown-menu-submenu-title:hover{background-color:#f2f7ff;color:#0364ff}.mds-dropdown-menu-item-disabled,.mds-dropdown-menu-submenu-title-disabled{color:rgba(0,0,0,.2);background:#fafafd;cursor:not-allowed}.mds-dropdown-menu-item-disabled:hover,.mds-dropdown-menu-submenu-title-disabled:hover{color:rgba(0,0,0,.2);background-color:#fff;cursor:not-allowed}.mds-dropdown-menu-item:first-child,.mds-dropdown-menu-item:first-child>a,.mds-dropdown-menu-submenu-title:first-child,.mds-dropdown-menu-submenu-title:first-child>a{border-radius:4px 4px 0 0}.mds-dropdown-menu-item:last-child,.mds-dropdown-menu-item:last-child>a,.mds-dropdown-menu-submenu-title:last-child,.mds-dropdown-menu-submenu-title:last-child>a{border-radius:0 0 4px 4px}.mds-dropdown-menu-item:only-child,.mds-dropdown-menu-item:only-child>a,.mds-dropdown-menu-submenu-title:only-child,.mds-dropdown-menu-submenu-title:only-child>a{border-radius:4px}.mds-dropdown-menu-item-divider,.mds-dropdown-menu-submenu-title-divider{height:1px;overflow:hidden;background-color:#e9e9e9;line-height:0}.mds-dropdown-menu-submenu-title:after{margin-left:10px;font-family:mdsicon!important;color:#ccd2db;display:inline-block;font-size:12px;transform:scale(1) rotate(0deg);-ms-filter:"progid:DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand', M11=1, M12=0, M21=0, M22=1)";zoom:1}:root .mds-dropdown-menu-submenu-title:after{filter:none;font-size:12px}.mds-dropdown-menu-submenu-vertical{position:relative}.mds-dropdown-menu-submenu-vertical>.mds-dropdown-menu{top:0;left:100%;position:absolute;min-width:100%;margin-left:4px;transform-origin:0 0}.mds-dropdown-menu-submenu.mds-dropdown-menu-submenu-disabled .mds-dropdown-menu-submenu-title,.mds-dropdown-menu-submenu.mds-dropdown-menu-submenu-disabled .mds-dropdown-menu-submenu-title:after{color:rgba(0,0,0,.2)}.mds-dropdown-menu-submenu:first-child .mds-dropdown-menu-submenu-title{border-radius:4px 4px 0 0}.mds-dropdown-menu-submenu:last-child .mds-dropdown-menu-submenu-title{border-radius:0 0 4px 4px}.mds-dropdown.slide-down-appear.slide-down-appear-active.mds-dropdown-placement-bottomCenter,.mds-dropdown.slide-down-appear.slide-down-appear-active.mds-dropdown-placement-bottomLeft,.mds-dropdown.slide-down-appear.slide-down-appear-active.mds-dropdown-placement-bottomRight,.mds-dropdown.slide-down-enter.slide-down-enter-active.mds-dropdown-placement-bottomCenter,.mds-dropdown.slide-down-enter.slide-down-enter-active.mds-dropdown-placement-bottomLeft,.mds-dropdown.slide-down-enter.slide-down-enter-active.mds-dropdown-placement-bottomRight{animation-name:mdsSlideUpIn}.mds-dropdown.slide-up-appear.slide-up-appear-active.mds-dropdown-placement-topCenter,.mds-dropdown.slide-up-appear.slide-up-appear-active.mds-dropdown-placement-topLeft,.mds-dropdown.slide-up-appear.slide-up-appear-active.mds-dropdown-placement-topRight,.mds-dropdown.slide-up-enter.slide-up-enter-active.mds-dropdown-placement-topCenter,.mds-dropdown.slide-up-enter.slide-up-enter-active.mds-dropdown-placement-topLeft,.mds-dropdown.slide-up-enter.slide-up-enter-active.mds-dropdown-placement-topRight{animation-name:mdsSlideDownIn}.mds-dropdown.slide-down-leave.slide-down-leave-active.mds-dropdown-placement-bottomCenter,.mds-dropdown.slide-down-leave.slide-down-leave-active.mds-dropdown-placement-bottomLeft,.mds-dropdown.slide-down-leave.slide-down-leave-active.mds-dropdown-placement-bottomRight{animation-name:mdsSlideUpOut}.mds-dropdown.slide-up-leave.slide-up-leave-active.mds-dropdown-placement-topCenter,.mds-dropdown.slide-up-leave.slide-up-leave-active.mds-dropdown-placement-topLeft,.mds-dropdown.slide-up-leave.slide-up-leave-active.mds-dropdown-placement-topRight{animation-name:mdsSlideDownOut}.mds-dropdown-link .mdsicon-drop-down,.mds-dropdown-trigger .mdsicon-drop-down{display:inline-block;font-size:12px;font-size:10px;transform:scale(.83333333) rotate(0deg);-ms-filter:"progid:DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand', M11=1, M12=0, M21=0, M22=1)";zoom:1;color:#ccd2db}:root .mds-dropdown-link .mdsicon-drop-down,:root .mds-dropdown-trigger .mdsicon-drop-down{filter:none;font-size:12px}.mds-dropdown-button{white-space:nowrap}.mds-dropdown-button.mds-btn-group>.mds-btn:last-child:not(:first-child){padding-left:12px;padding-right:12px}.mds-dropdown-button .mdsicon-drop-down{display:inline-block;font-size:12px;transform:scale(1) rotate(0deg);-ms-filter:"progid:DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand', M11=1, M12=0, M21=0, M22=1)";zoom:1;color:#ccd2db}:root .mds-dropdown-button .mdsicon-drop-down{filter:none;font-size:12px}.mds-dropdown-menu-dark,.mds-dropdown-menu-dark .mds-dropdown-menu{background:#404040}.mds-dropdown-menu-dark .mds-dropdown-menu-item,.mds-dropdown-menu-dark .mds-dropdown-menu-item:after,.mds-dropdown-menu-dark .mds-dropdown-menu-item>a,.mds-dropdown-menu-dark .mds-dropdown-menu-item>a:after,.mds-dropdown-menu-dark .mds-dropdown-menu-submenu-title,.mds-dropdown-menu-dark .mds-dropdown-menu-submenu-title:after{color:hsla(0,0%,100%,.67)}.mds-dropdown-menu-dark .mds-dropdown-menu-item:hover,.mds-dropdown-menu-dark .mds-dropdown-menu-item>a:hover,.mds-dropdown-menu-dark .mds-dropdown-menu-submenu-title:hover{color:#fff;background:transparent}.mds-dropdown-menu-dark .mds-dropdown-menu-item-selected,.mds-dropdown-menu-dark .mds-dropdown-menu-item-selected:hover,.mds-dropdown-menu-dark .mds-dropdown-menu-item-selected>a{background:#0364ff;color:#fff}
|
package/dist/style/empty.css
CHANGED
|
@@ -1,49 +1 @@
|
|
|
1
|
-
|
|
2
|
-
/* stylelint-disable declaration-bang-space-before */
|
|
3
|
-
/* stylelint-disable declaration-bang-space-before */
|
|
4
|
-
.mds-empty {
|
|
5
|
-
text-align: center;
|
|
6
|
-
}
|
|
7
|
-
.mds-empty-desc {
|
|
8
|
-
font-size: 14px;
|
|
9
|
-
font-weight: 400;
|
|
10
|
-
color: #354052;
|
|
11
|
-
line-height: 22px;
|
|
12
|
-
}
|
|
13
|
-
.mds-empty-image {
|
|
14
|
-
height: 64px;
|
|
15
|
-
width: 64px;
|
|
16
|
-
margin: 0 auto;
|
|
17
|
-
}
|
|
18
|
-
.mds-empty-image img {
|
|
19
|
-
height: 100%;
|
|
20
|
-
width: 100%;
|
|
21
|
-
}
|
|
22
|
-
.mds-empty-custom {
|
|
23
|
-
margin-top: 8px;
|
|
24
|
-
}
|
|
25
|
-
.mds-empty-large .mds-empty-info {
|
|
26
|
-
display: inline-block;
|
|
27
|
-
vertical-align: middle;
|
|
28
|
-
}
|
|
29
|
-
.mds-empty-large .mds-empty-desc {
|
|
30
|
-
font-size: 20px;
|
|
31
|
-
line-height: 28px;
|
|
32
|
-
}
|
|
33
|
-
.mds-empty-large .mds-empty-image {
|
|
34
|
-
width: 320px;
|
|
35
|
-
height: 320px;
|
|
36
|
-
display: inline-block;
|
|
37
|
-
vertical-align: middle;
|
|
38
|
-
}
|
|
39
|
-
.mds-empty-medium .mds-empty-desc {
|
|
40
|
-
font-size: 16px;
|
|
41
|
-
line-height: 24px;
|
|
42
|
-
}
|
|
43
|
-
.mds-empty-medium .mds-empty-image {
|
|
44
|
-
width: 160px;
|
|
45
|
-
height: 160px;
|
|
46
|
-
}
|
|
47
|
-
/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
|
|
48
|
-
/* stylelint-disable declaration-bang-space-before */
|
|
49
|
-
/* stylelint-disable declaration-bang-space-before */
|
|
1
|
+
.mds-empty{text-align:center}.mds-empty-desc{font-size:14px;font-weight:400;color:#354052;line-height:22px}.mds-empty-image{height:64px;width:64px;margin:0 auto}.mds-empty-image img{height:100%;width:100%}.mds-empty-custom{margin-top:8px}.mds-empty-large .mds-empty-info{display:inline-block;vertical-align:middle}.mds-empty-large .mds-empty-desc{font-size:20px;line-height:28px}.mds-empty-large .mds-empty-image{width:320px;height:320px;display:inline-block;vertical-align:middle}.mds-empty-medium .mds-empty-desc{font-size:16px;line-height:24px}.mds-empty-medium .mds-empty-image{width:160px;height:160px}
|