@mdsfe/mds-ui 0.3.0-8 → 0.3.0-9
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/.DS_Store +0 -0
- package/dist/_util/.DS_Store +0 -0
- package/dist/_util/iconfont/index.js +1 -1
- package/dist/font/iconfont.ae3b61b.woff2 +0 -0
- package/dist/font/{iconfont.2c5fcee.ttf → iconfont.ecd615a.ttf} +0 -0
- package/dist/font/iconfont.f1b256f.woff +0 -0
- package/dist/mds-ui.min.css +1 -1
- package/dist/style/affix.css +4 -1
- package/dist/style/alert.css +4 -1
- package/dist/style/anchor.css +4 -1
- package/dist/style/avatar.css +4 -1
- package/dist/style/badge.css +4 -1
- package/dist/style/bordershadow.css +4 -1
- package/dist/style/breadcrumb.css +4 -1
- package/dist/style/button.css +4 -1
- package/dist/style/card.css +4 -1
- package/dist/style/carousel.css +4 -1
- package/dist/style/checkbox.css +4 -1
- package/dist/style/col.css +4 -1
- package/dist/style/collapse.css +4 -1
- package/dist/style/color.css +4 -1
- package/dist/style/datepicker.css +4 -1
- package/dist/style/divider.css +4 -1
- package/dist/style/drawer.css +4 -1
- package/dist/style/dropdown.css +4 -1
- package/dist/style/empty.css +4 -1
- package/dist/style/font.css +4 -1
- package/dist/style/form.css +4 -1
- package/dist/style/icon.css +4 -1
- package/dist/style/input.css +4 -1
- package/dist/style/inputnumber.css +4 -1
- package/dist/style/layout.css +4 -1
- package/dist/style/list.css +4 -1
- package/dist/style/loading.css +4 -1
- package/dist/style/menu.css +4 -1
- package/dist/style/modal.css +4 -1
- package/dist/style/notification.css +4 -1
- package/dist/style/pagination.css +4 -1
- package/dist/style/popconfirm.css +4 -1
- package/dist/style/popover.css +4 -1
- package/dist/style/progress.css +4 -1
- package/dist/style/radio.css +4 -1
- package/dist/style/rate.css +4 -1
- package/dist/style/row.css +4 -1
- package/dist/style/select.css +4 -1
- package/dist/style/slider.css +4 -1
- package/dist/style/slottable.css +4 -1
- package/dist/style/steps.css +4 -1
- package/dist/style/switch.css +4 -1
- package/dist/style/table.css +4 -1
- package/dist/style/tabs.css +4 -1
- package/dist/style/tag.css +4 -1
- package/dist/style/text.css +4 -1
- package/dist/style/timeline.css +4 -1
- package/dist/style/timepicker.css +4 -1
- package/dist/style/tooltip.css +4 -1
- package/dist/style/tree.css +4 -1
- package/dist/style/typography.css +4 -1
- package/dist/style/upload.css +4 -1
- package/package.json +1 -1
- package/dist/font/iconfont.6439ab6.woff +0 -0
- package/dist/font/iconfont.c73ea4a.woff2 +0 -0
package/dist/style/affix.css
CHANGED
|
@@ -554,7 +554,7 @@ samp {
|
|
|
554
554
|
font-display: auto;
|
|
555
555
|
font-style: normal;
|
|
556
556
|
/* project id 1921203 */
|
|
557
|
-
src: url(/dist/font/iconfont.
|
|
557
|
+
src: url(/dist/font/iconfont.ae3b61b.woff2) format('woff2'), url(/dist/font/iconfont.f1b256f.woff) format('woff'), url(/dist/font/iconfont.ecd615a.ttf) format('truetype');
|
|
558
558
|
}
|
|
559
559
|
.mdsicon {
|
|
560
560
|
display: inline-block;
|
|
@@ -4730,6 +4730,9 @@ samp {
|
|
|
4730
4730
|
display: inline-block;
|
|
4731
4731
|
animation: loadingCircle 6s infinite linear;
|
|
4732
4732
|
}
|
|
4733
|
+
.mdsicon-line-solidification:before {
|
|
4734
|
+
content: "\EDA4";
|
|
4735
|
+
}
|
|
4733
4736
|
.mdsicon-line-horizontal:before {
|
|
4734
4737
|
content: "\E831";
|
|
4735
4738
|
}
|
package/dist/style/alert.css
CHANGED
|
@@ -554,7 +554,7 @@ samp {
|
|
|
554
554
|
font-display: auto;
|
|
555
555
|
font-style: normal;
|
|
556
556
|
/* project id 1921203 */
|
|
557
|
-
src: url(/dist/font/iconfont.
|
|
557
|
+
src: url(/dist/font/iconfont.ae3b61b.woff2) format('woff2'), url(/dist/font/iconfont.f1b256f.woff) format('woff'), url(/dist/font/iconfont.ecd615a.ttf) format('truetype');
|
|
558
558
|
}
|
|
559
559
|
.mdsicon {
|
|
560
560
|
display: inline-block;
|
|
@@ -4730,6 +4730,9 @@ samp {
|
|
|
4730
4730
|
display: inline-block;
|
|
4731
4731
|
animation: loadingCircle 6s infinite linear;
|
|
4732
4732
|
}
|
|
4733
|
+
.mdsicon-line-solidification:before {
|
|
4734
|
+
content: "\EDA4";
|
|
4735
|
+
}
|
|
4733
4736
|
.mdsicon-line-horizontal:before {
|
|
4734
4737
|
content: "\E831";
|
|
4735
4738
|
}
|
package/dist/style/anchor.css
CHANGED
|
@@ -554,7 +554,7 @@ samp {
|
|
|
554
554
|
font-display: auto;
|
|
555
555
|
font-style: normal;
|
|
556
556
|
/* project id 1921203 */
|
|
557
|
-
src: url(/dist/font/iconfont.
|
|
557
|
+
src: url(/dist/font/iconfont.ae3b61b.woff2) format('woff2'), url(/dist/font/iconfont.f1b256f.woff) format('woff'), url(/dist/font/iconfont.ecd615a.ttf) format('truetype');
|
|
558
558
|
}
|
|
559
559
|
.mdsicon {
|
|
560
560
|
display: inline-block;
|
|
@@ -4730,6 +4730,9 @@ samp {
|
|
|
4730
4730
|
display: inline-block;
|
|
4731
4731
|
animation: loadingCircle 6s infinite linear;
|
|
4732
4732
|
}
|
|
4733
|
+
.mdsicon-line-solidification:before {
|
|
4734
|
+
content: "\EDA4";
|
|
4735
|
+
}
|
|
4733
4736
|
.mdsicon-line-horizontal:before {
|
|
4734
4737
|
content: "\E831";
|
|
4735
4738
|
}
|
package/dist/style/avatar.css
CHANGED
|
@@ -554,7 +554,7 @@ samp {
|
|
|
554
554
|
font-display: auto;
|
|
555
555
|
font-style: normal;
|
|
556
556
|
/* project id 1921203 */
|
|
557
|
-
src: url(/dist/font/iconfont.
|
|
557
|
+
src: url(/dist/font/iconfont.ae3b61b.woff2) format('woff2'), url(/dist/font/iconfont.f1b256f.woff) format('woff'), url(/dist/font/iconfont.ecd615a.ttf) format('truetype');
|
|
558
558
|
}
|
|
559
559
|
.mdsicon {
|
|
560
560
|
display: inline-block;
|
|
@@ -4730,6 +4730,9 @@ samp {
|
|
|
4730
4730
|
display: inline-block;
|
|
4731
4731
|
animation: loadingCircle 6s infinite linear;
|
|
4732
4732
|
}
|
|
4733
|
+
.mdsicon-line-solidification:before {
|
|
4734
|
+
content: "\EDA4";
|
|
4735
|
+
}
|
|
4733
4736
|
.mdsicon-line-horizontal:before {
|
|
4734
4737
|
content: "\E831";
|
|
4735
4738
|
}
|
package/dist/style/badge.css
CHANGED
|
@@ -560,7 +560,7 @@ samp {
|
|
|
560
560
|
font-display: auto;
|
|
561
561
|
font-style: normal;
|
|
562
562
|
/* project id 1921203 */
|
|
563
|
-
src: url(/dist/font/iconfont.
|
|
563
|
+
src: url(/dist/font/iconfont.ae3b61b.woff2) format('woff2'), url(/dist/font/iconfont.f1b256f.woff) format('woff'), url(/dist/font/iconfont.ecd615a.ttf) format('truetype');
|
|
564
564
|
}
|
|
565
565
|
.mdsicon {
|
|
566
566
|
display: inline-block;
|
|
@@ -4736,6 +4736,9 @@ samp {
|
|
|
4736
4736
|
display: inline-block;
|
|
4737
4737
|
animation: loadingCircle 6s infinite linear;
|
|
4738
4738
|
}
|
|
4739
|
+
.mdsicon-line-solidification:before {
|
|
4740
|
+
content: "\EDA4";
|
|
4741
|
+
}
|
|
4739
4742
|
.mdsicon-line-horizontal:before {
|
|
4740
4743
|
content: "\E831";
|
|
4741
4744
|
}
|
|
@@ -554,7 +554,7 @@ samp {
|
|
|
554
554
|
font-display: auto;
|
|
555
555
|
font-style: normal;
|
|
556
556
|
/* project id 1921203 */
|
|
557
|
-
src: url(/dist/font/iconfont.
|
|
557
|
+
src: url(/dist/font/iconfont.ae3b61b.woff2) format('woff2'), url(/dist/font/iconfont.f1b256f.woff) format('woff'), url(/dist/font/iconfont.ecd615a.ttf) format('truetype');
|
|
558
558
|
}
|
|
559
559
|
.mdsicon {
|
|
560
560
|
display: inline-block;
|
|
@@ -4730,6 +4730,9 @@ samp {
|
|
|
4730
4730
|
display: inline-block;
|
|
4731
4731
|
animation: loadingCircle 6s infinite linear;
|
|
4732
4732
|
}
|
|
4733
|
+
.mdsicon-line-solidification:before {
|
|
4734
|
+
content: "\EDA4";
|
|
4735
|
+
}
|
|
4733
4736
|
.mdsicon-line-horizontal:before {
|
|
4734
4737
|
content: "\E831";
|
|
4735
4738
|
}
|
|
@@ -554,7 +554,7 @@ samp {
|
|
|
554
554
|
font-display: auto;
|
|
555
555
|
font-style: normal;
|
|
556
556
|
/* project id 1921203 */
|
|
557
|
-
src: url(/dist/font/iconfont.
|
|
557
|
+
src: url(/dist/font/iconfont.ae3b61b.woff2) format('woff2'), url(/dist/font/iconfont.f1b256f.woff) format('woff'), url(/dist/font/iconfont.ecd615a.ttf) format('truetype');
|
|
558
558
|
}
|
|
559
559
|
.mdsicon {
|
|
560
560
|
display: inline-block;
|
|
@@ -4730,6 +4730,9 @@ samp {
|
|
|
4730
4730
|
display: inline-block;
|
|
4731
4731
|
animation: loadingCircle 6s infinite linear;
|
|
4732
4732
|
}
|
|
4733
|
+
.mdsicon-line-solidification:before {
|
|
4734
|
+
content: "\EDA4";
|
|
4735
|
+
}
|
|
4733
4736
|
.mdsicon-line-horizontal:before {
|
|
4734
4737
|
content: "\E831";
|
|
4735
4738
|
}
|
package/dist/style/button.css
CHANGED
|
@@ -554,7 +554,7 @@ samp {
|
|
|
554
554
|
font-display: auto;
|
|
555
555
|
font-style: normal;
|
|
556
556
|
/* project id 1921203 */
|
|
557
|
-
src: url(/dist/font/iconfont.
|
|
557
|
+
src: url(/dist/font/iconfont.ae3b61b.woff2) format('woff2'), url(/dist/font/iconfont.f1b256f.woff) format('woff'), url(/dist/font/iconfont.ecd615a.ttf) format('truetype');
|
|
558
558
|
}
|
|
559
559
|
.mdsicon {
|
|
560
560
|
display: inline-block;
|
|
@@ -4730,6 +4730,9 @@ samp {
|
|
|
4730
4730
|
display: inline-block;
|
|
4731
4731
|
animation: loadingCircle 6s infinite linear;
|
|
4732
4732
|
}
|
|
4733
|
+
.mdsicon-line-solidification:before {
|
|
4734
|
+
content: "\EDA4";
|
|
4735
|
+
}
|
|
4733
4736
|
.mdsicon-line-horizontal:before {
|
|
4734
4737
|
content: "\E831";
|
|
4735
4738
|
}
|
package/dist/style/card.css
CHANGED
|
@@ -554,7 +554,7 @@ samp {
|
|
|
554
554
|
font-display: auto;
|
|
555
555
|
font-style: normal;
|
|
556
556
|
/* project id 1921203 */
|
|
557
|
-
src: url(/dist/font/iconfont.
|
|
557
|
+
src: url(/dist/font/iconfont.ae3b61b.woff2) format('woff2'), url(/dist/font/iconfont.f1b256f.woff) format('woff'), url(/dist/font/iconfont.ecd615a.ttf) format('truetype');
|
|
558
558
|
}
|
|
559
559
|
.mdsicon {
|
|
560
560
|
display: inline-block;
|
|
@@ -4730,6 +4730,9 @@ samp {
|
|
|
4730
4730
|
display: inline-block;
|
|
4731
4731
|
animation: loadingCircle 6s infinite linear;
|
|
4732
4732
|
}
|
|
4733
|
+
.mdsicon-line-solidification:before {
|
|
4734
|
+
content: "\EDA4";
|
|
4735
|
+
}
|
|
4733
4736
|
.mdsicon-line-horizontal:before {
|
|
4734
4737
|
content: "\E831";
|
|
4735
4738
|
}
|
package/dist/style/carousel.css
CHANGED
|
@@ -768,7 +768,7 @@ samp {
|
|
|
768
768
|
font-display: auto;
|
|
769
769
|
font-style: normal;
|
|
770
770
|
/* project id 1921203 */
|
|
771
|
-
src: url(/dist/font/iconfont.
|
|
771
|
+
src: url(/dist/font/iconfont.ae3b61b.woff2) format('woff2'), url(/dist/font/iconfont.f1b256f.woff) format('woff'), url(/dist/font/iconfont.ecd615a.ttf) format('truetype');
|
|
772
772
|
}
|
|
773
773
|
.mdsicon {
|
|
774
774
|
display: inline-block;
|
|
@@ -4944,6 +4944,9 @@ samp {
|
|
|
4944
4944
|
display: inline-block;
|
|
4945
4945
|
animation: loadingCircle 6s infinite linear;
|
|
4946
4946
|
}
|
|
4947
|
+
.mdsicon-line-solidification:before {
|
|
4948
|
+
content: "\EDA4";
|
|
4949
|
+
}
|
|
4947
4950
|
.mdsicon-line-horizontal:before {
|
|
4948
4951
|
content: "\E831";
|
|
4949
4952
|
}
|
package/dist/style/checkbox.css
CHANGED
|
@@ -554,7 +554,7 @@ samp {
|
|
|
554
554
|
font-display: auto;
|
|
555
555
|
font-style: normal;
|
|
556
556
|
/* project id 1921203 */
|
|
557
|
-
src: url(/dist/font/iconfont.
|
|
557
|
+
src: url(/dist/font/iconfont.ae3b61b.woff2) format('woff2'), url(/dist/font/iconfont.f1b256f.woff) format('woff'), url(/dist/font/iconfont.ecd615a.ttf) format('truetype');
|
|
558
558
|
}
|
|
559
559
|
.mdsicon {
|
|
560
560
|
display: inline-block;
|
|
@@ -4730,6 +4730,9 @@ samp {
|
|
|
4730
4730
|
display: inline-block;
|
|
4731
4731
|
animation: loadingCircle 6s infinite linear;
|
|
4732
4732
|
}
|
|
4733
|
+
.mdsicon-line-solidification:before {
|
|
4734
|
+
content: "\EDA4";
|
|
4735
|
+
}
|
|
4733
4736
|
.mdsicon-line-horizontal:before {
|
|
4734
4737
|
content: "\E831";
|
|
4735
4738
|
}
|
package/dist/style/col.css
CHANGED
|
@@ -554,7 +554,7 @@ samp {
|
|
|
554
554
|
font-display: auto;
|
|
555
555
|
font-style: normal;
|
|
556
556
|
/* project id 1921203 */
|
|
557
|
-
src: url(/dist/font/iconfont.
|
|
557
|
+
src: url(/dist/font/iconfont.ae3b61b.woff2) format('woff2'), url(/dist/font/iconfont.f1b256f.woff) format('woff'), url(/dist/font/iconfont.ecd615a.ttf) format('truetype');
|
|
558
558
|
}
|
|
559
559
|
.mdsicon {
|
|
560
560
|
display: inline-block;
|
|
@@ -4730,6 +4730,9 @@ samp {
|
|
|
4730
4730
|
display: inline-block;
|
|
4731
4731
|
animation: loadingCircle 6s infinite linear;
|
|
4732
4732
|
}
|
|
4733
|
+
.mdsicon-line-solidification:before {
|
|
4734
|
+
content: "\EDA4";
|
|
4735
|
+
}
|
|
4733
4736
|
.mdsicon-line-horizontal:before {
|
|
4734
4737
|
content: "\E831";
|
|
4735
4738
|
}
|
package/dist/style/collapse.css
CHANGED
|
@@ -554,7 +554,7 @@ samp {
|
|
|
554
554
|
font-display: auto;
|
|
555
555
|
font-style: normal;
|
|
556
556
|
/* project id 1921203 */
|
|
557
|
-
src: url(/dist/font/iconfont.
|
|
557
|
+
src: url(/dist/font/iconfont.ae3b61b.woff2) format('woff2'), url(/dist/font/iconfont.f1b256f.woff) format('woff'), url(/dist/font/iconfont.ecd615a.ttf) format('truetype');
|
|
558
558
|
}
|
|
559
559
|
.mdsicon {
|
|
560
560
|
display: inline-block;
|
|
@@ -4730,6 +4730,9 @@ samp {
|
|
|
4730
4730
|
display: inline-block;
|
|
4731
4731
|
animation: loadingCircle 6s infinite linear;
|
|
4732
4732
|
}
|
|
4733
|
+
.mdsicon-line-solidification:before {
|
|
4734
|
+
content: "\EDA4";
|
|
4735
|
+
}
|
|
4733
4736
|
.mdsicon-line-horizontal:before {
|
|
4734
4737
|
content: "\E831";
|
|
4735
4738
|
}
|
package/dist/style/color.css
CHANGED
|
@@ -554,7 +554,7 @@ samp {
|
|
|
554
554
|
font-display: auto;
|
|
555
555
|
font-style: normal;
|
|
556
556
|
/* project id 1921203 */
|
|
557
|
-
src: url(/dist/font/iconfont.
|
|
557
|
+
src: url(/dist/font/iconfont.ae3b61b.woff2) format('woff2'), url(/dist/font/iconfont.f1b256f.woff) format('woff'), url(/dist/font/iconfont.ecd615a.ttf) format('truetype');
|
|
558
558
|
}
|
|
559
559
|
.mdsicon {
|
|
560
560
|
display: inline-block;
|
|
@@ -4730,6 +4730,9 @@ samp {
|
|
|
4730
4730
|
display: inline-block;
|
|
4731
4731
|
animation: loadingCircle 6s infinite linear;
|
|
4732
4732
|
}
|
|
4733
|
+
.mdsicon-line-solidification:before {
|
|
4734
|
+
content: "\EDA4";
|
|
4735
|
+
}
|
|
4733
4736
|
.mdsicon-line-horizontal:before {
|
|
4734
4737
|
content: "\E831";
|
|
4735
4738
|
}
|
|
@@ -566,7 +566,7 @@ samp {
|
|
|
566
566
|
font-display: auto;
|
|
567
567
|
font-style: normal;
|
|
568
568
|
/* project id 1921203 */
|
|
569
|
-
src: url(/dist/font/iconfont.
|
|
569
|
+
src: url(/dist/font/iconfont.ae3b61b.woff2) format('woff2'), url(/dist/font/iconfont.f1b256f.woff) format('woff'), url(/dist/font/iconfont.ecd615a.ttf) format('truetype');
|
|
570
570
|
}
|
|
571
571
|
.mdsicon {
|
|
572
572
|
display: inline-block;
|
|
@@ -4742,6 +4742,9 @@ samp {
|
|
|
4742
4742
|
display: inline-block;
|
|
4743
4743
|
animation: loadingCircle 6s infinite linear;
|
|
4744
4744
|
}
|
|
4745
|
+
.mdsicon-line-solidification:before {
|
|
4746
|
+
content: "\EDA4";
|
|
4747
|
+
}
|
|
4745
4748
|
.mdsicon-line-horizontal:before {
|
|
4746
4749
|
content: "\E831";
|
|
4747
4750
|
}
|
package/dist/style/divider.css
CHANGED
|
@@ -554,7 +554,7 @@ samp {
|
|
|
554
554
|
font-display: auto;
|
|
555
555
|
font-style: normal;
|
|
556
556
|
/* project id 1921203 */
|
|
557
|
-
src: url(/dist/font/iconfont.
|
|
557
|
+
src: url(/dist/font/iconfont.ae3b61b.woff2) format('woff2'), url(/dist/font/iconfont.f1b256f.woff) format('woff'), url(/dist/font/iconfont.ecd615a.ttf) format('truetype');
|
|
558
558
|
}
|
|
559
559
|
.mdsicon {
|
|
560
560
|
display: inline-block;
|
|
@@ -4730,6 +4730,9 @@ samp {
|
|
|
4730
4730
|
display: inline-block;
|
|
4731
4731
|
animation: loadingCircle 6s infinite linear;
|
|
4732
4732
|
}
|
|
4733
|
+
.mdsicon-line-solidification:before {
|
|
4734
|
+
content: "\EDA4";
|
|
4735
|
+
}
|
|
4733
4736
|
.mdsicon-line-horizontal:before {
|
|
4734
4737
|
content: "\E831";
|
|
4735
4738
|
}
|
package/dist/style/drawer.css
CHANGED
|
@@ -2857,7 +2857,7 @@ samp {
|
|
|
2857
2857
|
font-display: auto;
|
|
2858
2858
|
font-style: normal;
|
|
2859
2859
|
/* project id 1921203 */
|
|
2860
|
-
src: url(/dist/font/iconfont.
|
|
2860
|
+
src: url(/dist/font/iconfont.ae3b61b.woff2) format('woff2'), url(/dist/font/iconfont.f1b256f.woff) format('woff'), url(/dist/font/iconfont.ecd615a.ttf) format('truetype');
|
|
2861
2861
|
}
|
|
2862
2862
|
.mdsicon {
|
|
2863
2863
|
display: inline-block;
|
|
@@ -7033,6 +7033,9 @@ samp {
|
|
|
7033
7033
|
display: inline-block;
|
|
7034
7034
|
animation: loadingCircle 6s infinite linear;
|
|
7035
7035
|
}
|
|
7036
|
+
.mdsicon-line-solidification:before {
|
|
7037
|
+
content: "\EDA4";
|
|
7038
|
+
}
|
|
7036
7039
|
.mdsicon-line-horizontal:before {
|
|
7037
7040
|
content: "\E831";
|
|
7038
7041
|
}
|
package/dist/style/dropdown.css
CHANGED
|
@@ -554,7 +554,7 @@ samp {
|
|
|
554
554
|
font-display: auto;
|
|
555
555
|
font-style: normal;
|
|
556
556
|
/* project id 1921203 */
|
|
557
|
-
src: url(/dist/font/iconfont.
|
|
557
|
+
src: url(/dist/font/iconfont.ae3b61b.woff2) format('woff2'), url(/dist/font/iconfont.f1b256f.woff) format('woff'), url(/dist/font/iconfont.ecd615a.ttf) format('truetype');
|
|
558
558
|
}
|
|
559
559
|
.mdsicon {
|
|
560
560
|
display: inline-block;
|
|
@@ -4730,6 +4730,9 @@ samp {
|
|
|
4730
4730
|
display: inline-block;
|
|
4731
4731
|
animation: loadingCircle 6s infinite linear;
|
|
4732
4732
|
}
|
|
4733
|
+
.mdsicon-line-solidification:before {
|
|
4734
|
+
content: "\EDA4";
|
|
4735
|
+
}
|
|
4733
4736
|
.mdsicon-line-horizontal:before {
|
|
4734
4737
|
content: "\E831";
|
|
4735
4738
|
}
|
package/dist/style/empty.css
CHANGED
|
@@ -554,7 +554,7 @@ samp {
|
|
|
554
554
|
font-display: auto;
|
|
555
555
|
font-style: normal;
|
|
556
556
|
/* project id 1921203 */
|
|
557
|
-
src: url(/dist/font/iconfont.
|
|
557
|
+
src: url(/dist/font/iconfont.ae3b61b.woff2) format('woff2'), url(/dist/font/iconfont.f1b256f.woff) format('woff'), url(/dist/font/iconfont.ecd615a.ttf) format('truetype');
|
|
558
558
|
}
|
|
559
559
|
.mdsicon {
|
|
560
560
|
display: inline-block;
|
|
@@ -4730,6 +4730,9 @@ samp {
|
|
|
4730
4730
|
display: inline-block;
|
|
4731
4731
|
animation: loadingCircle 6s infinite linear;
|
|
4732
4732
|
}
|
|
4733
|
+
.mdsicon-line-solidification:before {
|
|
4734
|
+
content: "\EDA4";
|
|
4735
|
+
}
|
|
4733
4736
|
.mdsicon-line-horizontal:before {
|
|
4734
4737
|
content: "\E831";
|
|
4735
4738
|
}
|
package/dist/style/font.css
CHANGED
|
@@ -554,7 +554,7 @@ samp {
|
|
|
554
554
|
font-display: auto;
|
|
555
555
|
font-style: normal;
|
|
556
556
|
/* project id 1921203 */
|
|
557
|
-
src: url(/dist/font/iconfont.
|
|
557
|
+
src: url(/dist/font/iconfont.ae3b61b.woff2) format('woff2'), url(/dist/font/iconfont.f1b256f.woff) format('woff'), url(/dist/font/iconfont.ecd615a.ttf) format('truetype');
|
|
558
558
|
}
|
|
559
559
|
.mdsicon {
|
|
560
560
|
display: inline-block;
|
|
@@ -4730,6 +4730,9 @@ samp {
|
|
|
4730
4730
|
display: inline-block;
|
|
4731
4731
|
animation: loadingCircle 6s infinite linear;
|
|
4732
4732
|
}
|
|
4733
|
+
.mdsicon-line-solidification:before {
|
|
4734
|
+
content: "\EDA4";
|
|
4735
|
+
}
|
|
4733
4736
|
.mdsicon-line-horizontal:before {
|
|
4734
4737
|
content: "\E831";
|
|
4735
4738
|
}
|
package/dist/style/form.css
CHANGED
|
@@ -554,7 +554,7 @@ samp {
|
|
|
554
554
|
font-display: auto;
|
|
555
555
|
font-style: normal;
|
|
556
556
|
/* project id 1921203 */
|
|
557
|
-
src: url(/dist/font/iconfont.
|
|
557
|
+
src: url(/dist/font/iconfont.ae3b61b.woff2) format('woff2'), url(/dist/font/iconfont.f1b256f.woff) format('woff'), url(/dist/font/iconfont.ecd615a.ttf) format('truetype');
|
|
558
558
|
}
|
|
559
559
|
.mdsicon {
|
|
560
560
|
display: inline-block;
|
|
@@ -4730,6 +4730,9 @@ samp {
|
|
|
4730
4730
|
display: inline-block;
|
|
4731
4731
|
animation: loadingCircle 6s infinite linear;
|
|
4732
4732
|
}
|
|
4733
|
+
.mdsicon-line-solidification:before {
|
|
4734
|
+
content: "\EDA4";
|
|
4735
|
+
}
|
|
4733
4736
|
.mdsicon-line-horizontal:before {
|
|
4734
4737
|
content: "\E831";
|
|
4735
4738
|
}
|
package/dist/style/icon.css
CHANGED
|
@@ -554,7 +554,7 @@ samp {
|
|
|
554
554
|
font-display: auto;
|
|
555
555
|
font-style: normal;
|
|
556
556
|
/* project id 1921203 */
|
|
557
|
-
src: url(/dist/font/iconfont.
|
|
557
|
+
src: url(/dist/font/iconfont.ae3b61b.woff2) format('woff2'), url(/dist/font/iconfont.f1b256f.woff) format('woff'), url(/dist/font/iconfont.ecd615a.ttf) format('truetype');
|
|
558
558
|
}
|
|
559
559
|
.mdsicon {
|
|
560
560
|
display: inline-block;
|
|
@@ -4730,6 +4730,9 @@ samp {
|
|
|
4730
4730
|
display: inline-block;
|
|
4731
4731
|
animation: loadingCircle 6s infinite linear;
|
|
4732
4732
|
}
|
|
4733
|
+
.mdsicon-line-solidification:before {
|
|
4734
|
+
content: "\EDA4";
|
|
4735
|
+
}
|
|
4733
4736
|
.mdsicon-line-horizontal:before {
|
|
4734
4737
|
content: "\E831";
|
|
4735
4738
|
}
|
package/dist/style/input.css
CHANGED
|
@@ -554,7 +554,7 @@ samp {
|
|
|
554
554
|
font-display: auto;
|
|
555
555
|
font-style: normal;
|
|
556
556
|
/* project id 1921203 */
|
|
557
|
-
src: url(/dist/font/iconfont.
|
|
557
|
+
src: url(/dist/font/iconfont.ae3b61b.woff2) format('woff2'), url(/dist/font/iconfont.f1b256f.woff) format('woff'), url(/dist/font/iconfont.ecd615a.ttf) format('truetype');
|
|
558
558
|
}
|
|
559
559
|
.mdsicon {
|
|
560
560
|
display: inline-block;
|
|
@@ -4730,6 +4730,9 @@ samp {
|
|
|
4730
4730
|
display: inline-block;
|
|
4731
4731
|
animation: loadingCircle 6s infinite linear;
|
|
4732
4732
|
}
|
|
4733
|
+
.mdsicon-line-solidification:before {
|
|
4734
|
+
content: "\EDA4";
|
|
4735
|
+
}
|
|
4733
4736
|
.mdsicon-line-horizontal:before {
|
|
4734
4737
|
content: "\E831";
|
|
4735
4738
|
}
|
|
@@ -554,7 +554,7 @@ samp {
|
|
|
554
554
|
font-display: auto;
|
|
555
555
|
font-style: normal;
|
|
556
556
|
/* project id 1921203 */
|
|
557
|
-
src: url(/dist/font/iconfont.
|
|
557
|
+
src: url(/dist/font/iconfont.ae3b61b.woff2) format('woff2'), url(/dist/font/iconfont.f1b256f.woff) format('woff'), url(/dist/font/iconfont.ecd615a.ttf) format('truetype');
|
|
558
558
|
}
|
|
559
559
|
.mdsicon {
|
|
560
560
|
display: inline-block;
|
|
@@ -4730,6 +4730,9 @@ samp {
|
|
|
4730
4730
|
display: inline-block;
|
|
4731
4731
|
animation: loadingCircle 6s infinite linear;
|
|
4732
4732
|
}
|
|
4733
|
+
.mdsicon-line-solidification:before {
|
|
4734
|
+
content: "\EDA4";
|
|
4735
|
+
}
|
|
4733
4736
|
.mdsicon-line-horizontal:before {
|
|
4734
4737
|
content: "\E831";
|
|
4735
4738
|
}
|
package/dist/style/layout.css
CHANGED
|
@@ -554,7 +554,7 @@ samp {
|
|
|
554
554
|
font-display: auto;
|
|
555
555
|
font-style: normal;
|
|
556
556
|
/* project id 1921203 */
|
|
557
|
-
src: url(/dist/font/iconfont.
|
|
557
|
+
src: url(/dist/font/iconfont.ae3b61b.woff2) format('woff2'), url(/dist/font/iconfont.f1b256f.woff) format('woff'), url(/dist/font/iconfont.ecd615a.ttf) format('truetype');
|
|
558
558
|
}
|
|
559
559
|
.mdsicon {
|
|
560
560
|
display: inline-block;
|
|
@@ -4730,6 +4730,9 @@ samp {
|
|
|
4730
4730
|
display: inline-block;
|
|
4731
4731
|
animation: loadingCircle 6s infinite linear;
|
|
4732
4732
|
}
|
|
4733
|
+
.mdsicon-line-solidification:before {
|
|
4734
|
+
content: "\EDA4";
|
|
4735
|
+
}
|
|
4733
4736
|
.mdsicon-line-horizontal:before {
|
|
4734
4737
|
content: "\E831";
|
|
4735
4738
|
}
|
package/dist/style/list.css
CHANGED
|
@@ -554,7 +554,7 @@ samp {
|
|
|
554
554
|
font-display: auto;
|
|
555
555
|
font-style: normal;
|
|
556
556
|
/* project id 1921203 */
|
|
557
|
-
src: url(/dist/font/iconfont.
|
|
557
|
+
src: url(/dist/font/iconfont.ae3b61b.woff2) format('woff2'), url(/dist/font/iconfont.f1b256f.woff) format('woff'), url(/dist/font/iconfont.ecd615a.ttf) format('truetype');
|
|
558
558
|
}
|
|
559
559
|
.mdsicon {
|
|
560
560
|
display: inline-block;
|
|
@@ -4730,6 +4730,9 @@ samp {
|
|
|
4730
4730
|
display: inline-block;
|
|
4731
4731
|
animation: loadingCircle 6s infinite linear;
|
|
4732
4732
|
}
|
|
4733
|
+
.mdsicon-line-solidification:before {
|
|
4734
|
+
content: "\EDA4";
|
|
4735
|
+
}
|
|
4733
4736
|
.mdsicon-line-horizontal:before {
|
|
4734
4737
|
content: "\E831";
|
|
4735
4738
|
}
|
package/dist/style/loading.css
CHANGED
|
@@ -554,7 +554,7 @@ samp {
|
|
|
554
554
|
font-display: auto;
|
|
555
555
|
font-style: normal;
|
|
556
556
|
/* project id 1921203 */
|
|
557
|
-
src: url(/dist/font/iconfont.
|
|
557
|
+
src: url(/dist/font/iconfont.ae3b61b.woff2) format('woff2'), url(/dist/font/iconfont.f1b256f.woff) format('woff'), url(/dist/font/iconfont.ecd615a.ttf) format('truetype');
|
|
558
558
|
}
|
|
559
559
|
.mdsicon {
|
|
560
560
|
display: inline-block;
|
|
@@ -4730,6 +4730,9 @@ samp {
|
|
|
4730
4730
|
display: inline-block;
|
|
4731
4731
|
animation: loadingCircle 6s infinite linear;
|
|
4732
4732
|
}
|
|
4733
|
+
.mdsicon-line-solidification:before {
|
|
4734
|
+
content: "\EDA4";
|
|
4735
|
+
}
|
|
4733
4736
|
.mdsicon-line-horizontal:before {
|
|
4734
4737
|
content: "\E831";
|
|
4735
4738
|
}
|
package/dist/style/menu.css
CHANGED
|
@@ -554,7 +554,7 @@ samp {
|
|
|
554
554
|
font-display: auto;
|
|
555
555
|
font-style: normal;
|
|
556
556
|
/* project id 1921203 */
|
|
557
|
-
src: url(/dist/font/iconfont.
|
|
557
|
+
src: url(/dist/font/iconfont.ae3b61b.woff2) format('woff2'), url(/dist/font/iconfont.f1b256f.woff) format('woff'), url(/dist/font/iconfont.ecd615a.ttf) format('truetype');
|
|
558
558
|
}
|
|
559
559
|
.mdsicon {
|
|
560
560
|
display: inline-block;
|
|
@@ -4730,6 +4730,9 @@ samp {
|
|
|
4730
4730
|
display: inline-block;
|
|
4731
4731
|
animation: loadingCircle 6s infinite linear;
|
|
4732
4732
|
}
|
|
4733
|
+
.mdsicon-line-solidification:before {
|
|
4734
|
+
content: "\EDA4";
|
|
4735
|
+
}
|
|
4733
4736
|
.mdsicon-line-horizontal:before {
|
|
4734
4737
|
content: "\E831";
|
|
4735
4738
|
}
|
package/dist/style/modal.css
CHANGED
|
@@ -554,7 +554,7 @@ samp {
|
|
|
554
554
|
font-display: auto;
|
|
555
555
|
font-style: normal;
|
|
556
556
|
/* project id 1921203 */
|
|
557
|
-
src: url(/dist/font/iconfont.
|
|
557
|
+
src: url(/dist/font/iconfont.ae3b61b.woff2) format('woff2'), url(/dist/font/iconfont.f1b256f.woff) format('woff'), url(/dist/font/iconfont.ecd615a.ttf) format('truetype');
|
|
558
558
|
}
|
|
559
559
|
.mdsicon {
|
|
560
560
|
display: inline-block;
|
|
@@ -4730,6 +4730,9 @@ samp {
|
|
|
4730
4730
|
display: inline-block;
|
|
4731
4731
|
animation: loadingCircle 6s infinite linear;
|
|
4732
4732
|
}
|
|
4733
|
+
.mdsicon-line-solidification:before {
|
|
4734
|
+
content: "\EDA4";
|
|
4735
|
+
}
|
|
4733
4736
|
.mdsicon-line-horizontal:before {
|
|
4734
4737
|
content: "\E831";
|
|
4735
4738
|
}
|
|
@@ -570,7 +570,7 @@ samp {
|
|
|
570
570
|
font-display: auto;
|
|
571
571
|
font-style: normal;
|
|
572
572
|
/* project id 1921203 */
|
|
573
|
-
src: url(/dist/font/iconfont.
|
|
573
|
+
src: url(/dist/font/iconfont.ae3b61b.woff2) format('woff2'), url(/dist/font/iconfont.f1b256f.woff) format('woff'), url(/dist/font/iconfont.ecd615a.ttf) format('truetype');
|
|
574
574
|
}
|
|
575
575
|
.mdsicon {
|
|
576
576
|
display: inline-block;
|
|
@@ -4746,6 +4746,9 @@ samp {
|
|
|
4746
4746
|
display: inline-block;
|
|
4747
4747
|
animation: loadingCircle 6s infinite linear;
|
|
4748
4748
|
}
|
|
4749
|
+
.mdsicon-line-solidification:before {
|
|
4750
|
+
content: "\EDA4";
|
|
4751
|
+
}
|
|
4749
4752
|
.mdsicon-line-horizontal:before {
|
|
4750
4753
|
content: "\E831";
|
|
4751
4754
|
}
|
|
@@ -554,7 +554,7 @@ samp {
|
|
|
554
554
|
font-display: auto;
|
|
555
555
|
font-style: normal;
|
|
556
556
|
/* project id 1921203 */
|
|
557
|
-
src: url(/dist/font/iconfont.
|
|
557
|
+
src: url(/dist/font/iconfont.ae3b61b.woff2) format('woff2'), url(/dist/font/iconfont.f1b256f.woff) format('woff'), url(/dist/font/iconfont.ecd615a.ttf) format('truetype');
|
|
558
558
|
}
|
|
559
559
|
.mdsicon {
|
|
560
560
|
display: inline-block;
|
|
@@ -4730,6 +4730,9 @@ samp {
|
|
|
4730
4730
|
display: inline-block;
|
|
4731
4731
|
animation: loadingCircle 6s infinite linear;
|
|
4732
4732
|
}
|
|
4733
|
+
.mdsicon-line-solidification:before {
|
|
4734
|
+
content: "\EDA4";
|
|
4735
|
+
}
|
|
4733
4736
|
.mdsicon-line-horizontal:before {
|
|
4734
4737
|
content: "\E831";
|
|
4735
4738
|
}
|
|
@@ -554,7 +554,7 @@ samp {
|
|
|
554
554
|
font-display: auto;
|
|
555
555
|
font-style: normal;
|
|
556
556
|
/* project id 1921203 */
|
|
557
|
-
src: url(/dist/font/iconfont.
|
|
557
|
+
src: url(/dist/font/iconfont.ae3b61b.woff2) format('woff2'), url(/dist/font/iconfont.f1b256f.woff) format('woff'), url(/dist/font/iconfont.ecd615a.ttf) format('truetype');
|
|
558
558
|
}
|
|
559
559
|
.mdsicon {
|
|
560
560
|
display: inline-block;
|
|
@@ -4730,6 +4730,9 @@ samp {
|
|
|
4730
4730
|
display: inline-block;
|
|
4731
4731
|
animation: loadingCircle 6s infinite linear;
|
|
4732
4732
|
}
|
|
4733
|
+
.mdsicon-line-solidification:before {
|
|
4734
|
+
content: "\EDA4";
|
|
4735
|
+
}
|
|
4733
4736
|
.mdsicon-line-horizontal:before {
|
|
4734
4737
|
content: "\E831";
|
|
4735
4738
|
}
|