@mdsfe/mds-ui 0.2.11-rc.1 → 0.2.11-rc.2
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/_util/iconfont/index.js +1 -1
- package/dist/font/iconfont.46adc6f.woff2 +0 -0
- package/dist/font/{iconfont.21c3c4a.ttf → iconfont.6455b1f.ttf} +0 -0
- package/dist/font/iconfont.fd2a5e1.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.1406d13.woff2 +0 -0
- package/dist/font/iconfont.e8a8fd9.woff +0 -0
package/dist/style/popover.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.46adc6f.woff2) format('woff2'), url(/dist/font/iconfont.fd2a5e1.woff) format('woff'), url(/dist/font/iconfont.6455b1f.ttf) format('truetype');
|
|
558
558
|
}
|
|
559
559
|
.mdsicon {
|
|
560
560
|
display: inline-block;
|
|
@@ -4724,6 +4724,9 @@ samp {
|
|
|
4724
4724
|
display: inline-block;
|
|
4725
4725
|
animation: loadingCircle 6s infinite linear;
|
|
4726
4726
|
}
|
|
4727
|
+
.mdsicon-line-copy:before {
|
|
4728
|
+
content: "\E61D";
|
|
4729
|
+
}
|
|
4727
4730
|
.mdsicon-line-statement2:before {
|
|
4728
4731
|
content: "\E75A";
|
|
4729
4732
|
}
|
package/dist/style/progress.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.46adc6f.woff2) format('woff2'), url(/dist/font/iconfont.fd2a5e1.woff) format('woff'), url(/dist/font/iconfont.6455b1f.ttf) format('truetype');
|
|
558
558
|
}
|
|
559
559
|
.mdsicon {
|
|
560
560
|
display: inline-block;
|
|
@@ -4724,6 +4724,9 @@ samp {
|
|
|
4724
4724
|
display: inline-block;
|
|
4725
4725
|
animation: loadingCircle 6s infinite linear;
|
|
4726
4726
|
}
|
|
4727
|
+
.mdsicon-line-copy:before {
|
|
4728
|
+
content: "\E61D";
|
|
4729
|
+
}
|
|
4727
4730
|
.mdsicon-line-statement2:before {
|
|
4728
4731
|
content: "\E75A";
|
|
4729
4732
|
}
|
package/dist/style/radio.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.46adc6f.woff2) format('woff2'), url(/dist/font/iconfont.fd2a5e1.woff) format('woff'), url(/dist/font/iconfont.6455b1f.ttf) format('truetype');
|
|
558
558
|
}
|
|
559
559
|
.mdsicon {
|
|
560
560
|
display: inline-block;
|
|
@@ -4724,6 +4724,9 @@ samp {
|
|
|
4724
4724
|
display: inline-block;
|
|
4725
4725
|
animation: loadingCircle 6s infinite linear;
|
|
4726
4726
|
}
|
|
4727
|
+
.mdsicon-line-copy:before {
|
|
4728
|
+
content: "\E61D";
|
|
4729
|
+
}
|
|
4727
4730
|
.mdsicon-line-statement2:before {
|
|
4728
4731
|
content: "\E75A";
|
|
4729
4732
|
}
|
package/dist/style/rate.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.46adc6f.woff2) format('woff2'), url(/dist/font/iconfont.fd2a5e1.woff) format('woff'), url(/dist/font/iconfont.6455b1f.ttf) format('truetype');
|
|
558
558
|
}
|
|
559
559
|
.mdsicon {
|
|
560
560
|
display: inline-block;
|
|
@@ -4724,6 +4724,9 @@ samp {
|
|
|
4724
4724
|
display: inline-block;
|
|
4725
4725
|
animation: loadingCircle 6s infinite linear;
|
|
4726
4726
|
}
|
|
4727
|
+
.mdsicon-line-copy:before {
|
|
4728
|
+
content: "\E61D";
|
|
4729
|
+
}
|
|
4727
4730
|
.mdsicon-line-statement2:before {
|
|
4728
4731
|
content: "\E75A";
|
|
4729
4732
|
}
|
package/dist/style/row.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.46adc6f.woff2) format('woff2'), url(/dist/font/iconfont.fd2a5e1.woff) format('woff'), url(/dist/font/iconfont.6455b1f.ttf) format('truetype');
|
|
558
558
|
}
|
|
559
559
|
.mdsicon {
|
|
560
560
|
display: inline-block;
|
|
@@ -4724,6 +4724,9 @@ samp {
|
|
|
4724
4724
|
display: inline-block;
|
|
4725
4725
|
animation: loadingCircle 6s infinite linear;
|
|
4726
4726
|
}
|
|
4727
|
+
.mdsicon-line-copy:before {
|
|
4728
|
+
content: "\E61D";
|
|
4729
|
+
}
|
|
4727
4730
|
.mdsicon-line-statement2:before {
|
|
4728
4731
|
content: "\E75A";
|
|
4729
4732
|
}
|
package/dist/style/select.css
CHANGED
|
@@ -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.46adc6f.woff2) format('woff2'), url(/dist/font/iconfont.fd2a5e1.woff) format('woff'), url(/dist/font/iconfont.6455b1f.ttf) format('truetype');
|
|
570
570
|
}
|
|
571
571
|
.mdsicon {
|
|
572
572
|
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-copy:before {
|
|
4740
|
+
content: "\E61D";
|
|
4741
|
+
}
|
|
4739
4742
|
.mdsicon-line-statement2:before {
|
|
4740
4743
|
content: "\E75A";
|
|
4741
4744
|
}
|
package/dist/style/slider.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.46adc6f.woff2) format('woff2'), url(/dist/font/iconfont.fd2a5e1.woff) format('woff'), url(/dist/font/iconfont.6455b1f.ttf) format('truetype');
|
|
558
558
|
}
|
|
559
559
|
.mdsicon {
|
|
560
560
|
display: inline-block;
|
|
@@ -4724,6 +4724,9 @@ samp {
|
|
|
4724
4724
|
display: inline-block;
|
|
4725
4725
|
animation: loadingCircle 6s infinite linear;
|
|
4726
4726
|
}
|
|
4727
|
+
.mdsicon-line-copy:before {
|
|
4728
|
+
content: "\E61D";
|
|
4729
|
+
}
|
|
4727
4730
|
.mdsicon-line-statement2:before {
|
|
4728
4731
|
content: "\E75A";
|
|
4729
4732
|
}
|
package/dist/style/slottable.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.46adc6f.woff2) format('woff2'), url(/dist/font/iconfont.fd2a5e1.woff) format('woff'), url(/dist/font/iconfont.6455b1f.ttf) format('truetype');
|
|
558
558
|
}
|
|
559
559
|
.mdsicon {
|
|
560
560
|
display: inline-block;
|
|
@@ -4724,6 +4724,9 @@ samp {
|
|
|
4724
4724
|
display: inline-block;
|
|
4725
4725
|
animation: loadingCircle 6s infinite linear;
|
|
4726
4726
|
}
|
|
4727
|
+
.mdsicon-line-copy:before {
|
|
4728
|
+
content: "\E61D";
|
|
4729
|
+
}
|
|
4727
4730
|
.mdsicon-line-statement2:before {
|
|
4728
4731
|
content: "\E75A";
|
|
4729
4732
|
}
|
package/dist/style/steps.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.46adc6f.woff2) format('woff2'), url(/dist/font/iconfont.fd2a5e1.woff) format('woff'), url(/dist/font/iconfont.6455b1f.ttf) format('truetype');
|
|
558
558
|
}
|
|
559
559
|
.mdsicon {
|
|
560
560
|
display: inline-block;
|
|
@@ -4724,6 +4724,9 @@ samp {
|
|
|
4724
4724
|
display: inline-block;
|
|
4725
4725
|
animation: loadingCircle 6s infinite linear;
|
|
4726
4726
|
}
|
|
4727
|
+
.mdsicon-line-copy:before {
|
|
4728
|
+
content: "\E61D";
|
|
4729
|
+
}
|
|
4727
4730
|
.mdsicon-line-statement2:before {
|
|
4728
4731
|
content: "\E75A";
|
|
4729
4732
|
}
|
package/dist/style/switch.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.46adc6f.woff2) format('woff2'), url(/dist/font/iconfont.fd2a5e1.woff) format('woff'), url(/dist/font/iconfont.6455b1f.ttf) format('truetype');
|
|
558
558
|
}
|
|
559
559
|
.mdsicon {
|
|
560
560
|
display: inline-block;
|
|
@@ -4724,6 +4724,9 @@ samp {
|
|
|
4724
4724
|
display: inline-block;
|
|
4725
4725
|
animation: loadingCircle 6s infinite linear;
|
|
4726
4726
|
}
|
|
4727
|
+
.mdsicon-line-copy:before {
|
|
4728
|
+
content: "\E61D";
|
|
4729
|
+
}
|
|
4727
4730
|
.mdsicon-line-statement2:before {
|
|
4728
4731
|
content: "\E75A";
|
|
4729
4732
|
}
|
package/dist/style/table.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.46adc6f.woff2) format('woff2'), url(/dist/font/iconfont.fd2a5e1.woff) format('woff'), url(/dist/font/iconfont.6455b1f.ttf) format('truetype');
|
|
558
558
|
}
|
|
559
559
|
.mdsicon {
|
|
560
560
|
display: inline-block;
|
|
@@ -4724,6 +4724,9 @@ samp {
|
|
|
4724
4724
|
display: inline-block;
|
|
4725
4725
|
animation: loadingCircle 6s infinite linear;
|
|
4726
4726
|
}
|
|
4727
|
+
.mdsicon-line-copy:before {
|
|
4728
|
+
content: "\E61D";
|
|
4729
|
+
}
|
|
4727
4730
|
.mdsicon-line-statement2:before {
|
|
4728
4731
|
content: "\E75A";
|
|
4729
4732
|
}
|
package/dist/style/tabs.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.46adc6f.woff2) format('woff2'), url(/dist/font/iconfont.fd2a5e1.woff) format('woff'), url(/dist/font/iconfont.6455b1f.ttf) format('truetype');
|
|
558
558
|
}
|
|
559
559
|
.mdsicon {
|
|
560
560
|
display: inline-block;
|
|
@@ -4724,6 +4724,9 @@ samp {
|
|
|
4724
4724
|
display: inline-block;
|
|
4725
4725
|
animation: loadingCircle 6s infinite linear;
|
|
4726
4726
|
}
|
|
4727
|
+
.mdsicon-line-copy:before {
|
|
4728
|
+
content: "\E61D";
|
|
4729
|
+
}
|
|
4727
4730
|
.mdsicon-line-statement2:before {
|
|
4728
4731
|
content: "\E75A";
|
|
4729
4732
|
}
|
package/dist/style/tag.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.46adc6f.woff2) format('woff2'), url(/dist/font/iconfont.fd2a5e1.woff) format('woff'), url(/dist/font/iconfont.6455b1f.ttf) format('truetype');
|
|
558
558
|
}
|
|
559
559
|
.mdsicon {
|
|
560
560
|
display: inline-block;
|
|
@@ -4724,6 +4724,9 @@ samp {
|
|
|
4724
4724
|
display: inline-block;
|
|
4725
4725
|
animation: loadingCircle 6s infinite linear;
|
|
4726
4726
|
}
|
|
4727
|
+
.mdsicon-line-copy:before {
|
|
4728
|
+
content: "\E61D";
|
|
4729
|
+
}
|
|
4727
4730
|
.mdsicon-line-statement2:before {
|
|
4728
4731
|
content: "\E75A";
|
|
4729
4732
|
}
|
package/dist/style/text.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.46adc6f.woff2) format('woff2'), url(/dist/font/iconfont.fd2a5e1.woff) format('woff'), url(/dist/font/iconfont.6455b1f.ttf) format('truetype');
|
|
558
558
|
}
|
|
559
559
|
.mdsicon {
|
|
560
560
|
display: inline-block;
|
|
@@ -4724,6 +4724,9 @@ samp {
|
|
|
4724
4724
|
display: inline-block;
|
|
4725
4725
|
animation: loadingCircle 6s infinite linear;
|
|
4726
4726
|
}
|
|
4727
|
+
.mdsicon-line-copy:before {
|
|
4728
|
+
content: "\E61D";
|
|
4729
|
+
}
|
|
4727
4730
|
.mdsicon-line-statement2:before {
|
|
4728
4731
|
content: "\E75A";
|
|
4729
4732
|
}
|
package/dist/style/timeline.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.46adc6f.woff2) format('woff2'), url(/dist/font/iconfont.fd2a5e1.woff) format('woff'), url(/dist/font/iconfont.6455b1f.ttf) format('truetype');
|
|
558
558
|
}
|
|
559
559
|
.mdsicon {
|
|
560
560
|
display: inline-block;
|
|
@@ -4724,6 +4724,9 @@ samp {
|
|
|
4724
4724
|
display: inline-block;
|
|
4725
4725
|
animation: loadingCircle 6s infinite linear;
|
|
4726
4726
|
}
|
|
4727
|
+
.mdsicon-line-copy:before {
|
|
4728
|
+
content: "\E61D";
|
|
4729
|
+
}
|
|
4727
4730
|
.mdsicon-line-statement2:before {
|
|
4728
4731
|
content: "\E75A";
|
|
4729
4732
|
}
|
|
@@ -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.46adc6f.woff2) format('woff2'), url(/dist/font/iconfont.fd2a5e1.woff) format('woff'), url(/dist/font/iconfont.6455b1f.ttf) format('truetype');
|
|
558
558
|
}
|
|
559
559
|
.mdsicon {
|
|
560
560
|
display: inline-block;
|
|
@@ -4724,6 +4724,9 @@ samp {
|
|
|
4724
4724
|
display: inline-block;
|
|
4725
4725
|
animation: loadingCircle 6s infinite linear;
|
|
4726
4726
|
}
|
|
4727
|
+
.mdsicon-line-copy:before {
|
|
4728
|
+
content: "\E61D";
|
|
4729
|
+
}
|
|
4727
4730
|
.mdsicon-line-statement2:before {
|
|
4728
4731
|
content: "\E75A";
|
|
4729
4732
|
}
|
package/dist/style/tooltip.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.46adc6f.woff2) format('woff2'), url(/dist/font/iconfont.fd2a5e1.woff) format('woff'), url(/dist/font/iconfont.6455b1f.ttf) format('truetype');
|
|
558
558
|
}
|
|
559
559
|
.mdsicon {
|
|
560
560
|
display: inline-block;
|
|
@@ -4724,6 +4724,9 @@ samp {
|
|
|
4724
4724
|
display: inline-block;
|
|
4725
4725
|
animation: loadingCircle 6s infinite linear;
|
|
4726
4726
|
}
|
|
4727
|
+
.mdsicon-line-copy:before {
|
|
4728
|
+
content: "\E61D";
|
|
4729
|
+
}
|
|
4727
4730
|
.mdsicon-line-statement2:before {
|
|
4728
4731
|
content: "\E75A";
|
|
4729
4732
|
}
|
package/dist/style/tree.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.46adc6f.woff2) format('woff2'), url(/dist/font/iconfont.fd2a5e1.woff) format('woff'), url(/dist/font/iconfont.6455b1f.ttf) format('truetype');
|
|
558
558
|
}
|
|
559
559
|
.mdsicon {
|
|
560
560
|
display: inline-block;
|
|
@@ -4724,6 +4724,9 @@ samp {
|
|
|
4724
4724
|
display: inline-block;
|
|
4725
4725
|
animation: loadingCircle 6s infinite linear;
|
|
4726
4726
|
}
|
|
4727
|
+
.mdsicon-line-copy:before {
|
|
4728
|
+
content: "\E61D";
|
|
4729
|
+
}
|
|
4727
4730
|
.mdsicon-line-statement2:before {
|
|
4728
4731
|
content: "\E75A";
|
|
4729
4732
|
}
|
|
@@ -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.46adc6f.woff2) format('woff2'), url(/dist/font/iconfont.fd2a5e1.woff) format('woff'), url(/dist/font/iconfont.6455b1f.ttf) format('truetype');
|
|
558
558
|
}
|
|
559
559
|
.mdsicon {
|
|
560
560
|
display: inline-block;
|
|
@@ -4724,6 +4724,9 @@ samp {
|
|
|
4724
4724
|
display: inline-block;
|
|
4725
4725
|
animation: loadingCircle 6s infinite linear;
|
|
4726
4726
|
}
|
|
4727
|
+
.mdsicon-line-copy:before {
|
|
4728
|
+
content: "\E61D";
|
|
4729
|
+
}
|
|
4727
4730
|
.mdsicon-line-statement2:before {
|
|
4728
4731
|
content: "\E75A";
|
|
4729
4732
|
}
|
package/dist/style/upload.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.46adc6f.woff2) format('woff2'), url(/dist/font/iconfont.fd2a5e1.woff) format('woff'), url(/dist/font/iconfont.6455b1f.ttf) format('truetype');
|
|
558
558
|
}
|
|
559
559
|
.mdsicon {
|
|
560
560
|
display: inline-block;
|
|
@@ -4724,6 +4724,9 @@ samp {
|
|
|
4724
4724
|
display: inline-block;
|
|
4725
4725
|
animation: loadingCircle 6s infinite linear;
|
|
4726
4726
|
}
|
|
4727
|
+
.mdsicon-line-copy:before {
|
|
4728
|
+
content: "\E61D";
|
|
4729
|
+
}
|
|
4727
4730
|
.mdsicon-line-statement2:before {
|
|
4728
4731
|
content: "\E75A";
|
|
4729
4732
|
}
|
package/package.json
CHANGED
|
Binary file
|
|
Binary file
|