@mdsfe/mds-ui 0.3.0-7 → 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/CHANGELOG.md +1013 -0
- 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.715b1f7.ttf → iconfont.ecd615a.ttf} +0 -0
- package/dist/font/iconfont.f1b256f.woff +0 -0
- package/dist/index.js +1 -1
- package/dist/mds-ui.min.css +1 -1
- package/dist/mds-ui.min.js +799 -674
- package/dist/style/affix.css +190 -1
- package/dist/style/alert.css +190 -1
- package/dist/style/anchor.css +190 -1
- package/dist/style/avatar.css +190 -1
- package/dist/style/badge.css +190 -1
- package/dist/style/bordershadow.css +190 -1
- package/dist/style/breadcrumb.css +190 -1
- package/dist/style/button.css +190 -1
- package/dist/style/card.css +190 -1
- package/dist/style/carousel.css +190 -1
- package/dist/style/checkbox.css +190 -1
- package/dist/style/col.css +190 -1
- package/dist/style/collapse.css +190 -1
- package/dist/style/color.css +190 -1
- package/dist/style/datepicker.css +190 -1
- package/dist/style/divider.css +190 -1
- package/dist/style/drawer.css +190 -1
- package/dist/style/dropdown.css +190 -1
- package/dist/style/empty.css +190 -1
- package/dist/style/font.css +190 -1
- package/dist/style/form.css +190 -1
- package/dist/style/icon.css +190 -1
- package/dist/style/input.css +190 -1
- package/dist/style/inputnumber.css +190 -1
- package/dist/style/layout.css +190 -1
- package/dist/style/list.css +190 -1
- package/dist/style/loading.css +190 -1
- package/dist/style/menu.css +190 -1
- package/dist/style/modal.css +190 -1
- package/dist/style/notification.css +190 -1
- package/dist/style/pagination.css +190 -1
- package/dist/style/popconfirm.css +190 -1
- package/dist/style/popover.css +190 -1
- package/dist/style/progress.css +190 -1
- package/dist/style/radio.css +190 -1
- package/dist/style/rate.css +190 -1
- package/dist/style/row.css +190 -1
- package/dist/style/select.css +190 -1
- package/dist/style/slider.css +190 -1
- package/dist/style/slottable.css +190 -1
- package/dist/style/steps.css +190 -1
- package/dist/style/switch.css +190 -1
- package/dist/style/table.css +190 -1
- package/dist/style/tabs.css +190 -1
- package/dist/style/tag.css +190 -1
- package/dist/style/text.css +190 -1
- package/dist/style/timeline.css +190 -1
- package/dist/style/timepicker.css +190 -1
- package/dist/style/tooltip.css +190 -1
- package/dist/style/tree.css +190 -1
- package/dist/style/typography.css +190 -1
- package/dist/style/upload.css +190 -1
- package/package.json +1 -1
- package/dist/font/iconfont.28669ff.woff2 +0 -0
- package/dist/font/iconfont.e1a8bf0.woff +0 -0
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.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,159 @@ samp {
|
|
|
4730
4730
|
display: inline-block;
|
|
4731
4731
|
animation: loadingCircle 6s infinite linear;
|
|
4732
4732
|
}
|
|
4733
|
+
.mdsicon-line-solidification:before {
|
|
4734
|
+
content: "\EDA4";
|
|
4735
|
+
}
|
|
4736
|
+
.mdsicon-line-horizontal:before {
|
|
4737
|
+
content: "\E831";
|
|
4738
|
+
}
|
|
4739
|
+
.mdsicon-line-milk:before {
|
|
4740
|
+
content: "\E832";
|
|
4741
|
+
}
|
|
4742
|
+
.mdsicon-line-radio-1:before {
|
|
4743
|
+
content: "\E833";
|
|
4744
|
+
}
|
|
4745
|
+
.mdsicon-line-city-10:before {
|
|
4746
|
+
content: "\E834";
|
|
4747
|
+
}
|
|
4748
|
+
.mdsicon-line-form:before {
|
|
4749
|
+
content: "\E835";
|
|
4750
|
+
}
|
|
4751
|
+
.mdsicon-line-hospital:before {
|
|
4752
|
+
content: "\E836";
|
|
4753
|
+
}
|
|
4754
|
+
.mdsicon-line-palace-1:before {
|
|
4755
|
+
content: "\E837";
|
|
4756
|
+
}
|
|
4757
|
+
.mdsicon-line-calendar4:before {
|
|
4758
|
+
content: "\E838";
|
|
4759
|
+
}
|
|
4760
|
+
.mdsicon-line-menu1:before {
|
|
4761
|
+
content: "\E839";
|
|
4762
|
+
}
|
|
4763
|
+
.mdsicon-line-git-repository:before {
|
|
4764
|
+
content: "\E83A";
|
|
4765
|
+
}
|
|
4766
|
+
.mdsicon-line-houses:before {
|
|
4767
|
+
content: "\E83B";
|
|
4768
|
+
}
|
|
4769
|
+
.mdsicon-line-brush1:before {
|
|
4770
|
+
content: "\E83C";
|
|
4771
|
+
}
|
|
4772
|
+
.mdsicon-line-component-checkbox:before {
|
|
4773
|
+
content: "\E83D";
|
|
4774
|
+
}
|
|
4775
|
+
.mdsicon-line-card:before {
|
|
4776
|
+
content: "\E83E";
|
|
4777
|
+
}
|
|
4778
|
+
.mdsicon-line-git-pull-request:before {
|
|
4779
|
+
content: "\E83F";
|
|
4780
|
+
}
|
|
4781
|
+
.mdsicon-line-component-radio:before {
|
|
4782
|
+
content: "\E840";
|
|
4783
|
+
}
|
|
4784
|
+
.mdsicon-line-palette-1:before {
|
|
4785
|
+
content: "\E841";
|
|
4786
|
+
}
|
|
4787
|
+
.mdsicon-line-control-platform:before {
|
|
4788
|
+
content: "\E842";
|
|
4789
|
+
}
|
|
4790
|
+
.mdsicon-line-system-device:before {
|
|
4791
|
+
content: "\E843";
|
|
4792
|
+
}
|
|
4793
|
+
.mdsicon-line-terminal-window:before {
|
|
4794
|
+
content: "\E844";
|
|
4795
|
+
}
|
|
4796
|
+
.mdsicon-line-application:before {
|
|
4797
|
+
content: "\E845";
|
|
4798
|
+
}
|
|
4799
|
+
.mdsicon-line-shop-1:before {
|
|
4800
|
+
content: "\E846";
|
|
4801
|
+
}
|
|
4802
|
+
.mdsicon-line-root-list:before {
|
|
4803
|
+
content: "\E847";
|
|
4804
|
+
}
|
|
4805
|
+
.mdsicon-line-sandwich:before {
|
|
4806
|
+
content: "\E848";
|
|
4807
|
+
}
|
|
4808
|
+
.mdsicon-line-app:before {
|
|
4809
|
+
content: "\E849";
|
|
4810
|
+
}
|
|
4811
|
+
.mdsicon-line-certificate-1:before {
|
|
4812
|
+
content: "\E84A";
|
|
4813
|
+
}
|
|
4814
|
+
.mdsicon-line-expand-down:before {
|
|
4815
|
+
content: "\E84B";
|
|
4816
|
+
}
|
|
4817
|
+
.mdsicon-line-system-marked:before {
|
|
4818
|
+
content: "\E84C";
|
|
4819
|
+
}
|
|
4820
|
+
.mdsicon-line-mosque-1:before {
|
|
4821
|
+
content: "\E84D";
|
|
4822
|
+
}
|
|
4823
|
+
.mdsicon-line-user-arrow-left:before {
|
|
4824
|
+
content: "\E84E";
|
|
4825
|
+
}
|
|
4826
|
+
.mdsicon-line-rice:before {
|
|
4827
|
+
content: "\E920";
|
|
4828
|
+
}
|
|
4829
|
+
.mdsicon-line-shield-error:before {
|
|
4830
|
+
content: "\E9EB";
|
|
4831
|
+
}
|
|
4832
|
+
.mdsicon-line-user-avatar:before {
|
|
4833
|
+
content: "\ED92";
|
|
4834
|
+
}
|
|
4835
|
+
.mdsicon-line-user-locked:before {
|
|
4836
|
+
content: "\ED93";
|
|
4837
|
+
}
|
|
4838
|
+
.mdsicon-line-system-interface:before {
|
|
4839
|
+
content: "\ED94";
|
|
4840
|
+
}
|
|
4841
|
+
.mdsicon-line-verify:before {
|
|
4842
|
+
content: "\ED95";
|
|
4843
|
+
}
|
|
4844
|
+
.mdsicon-line-usergroup:before {
|
|
4845
|
+
content: "\ED96";
|
|
4846
|
+
}
|
|
4847
|
+
.mdsicon-line-layout:before {
|
|
4848
|
+
content: "\ED97";
|
|
4849
|
+
}
|
|
4850
|
+
.mdsicon-line-education2:before {
|
|
4851
|
+
content: "\ED98";
|
|
4852
|
+
}
|
|
4853
|
+
.mdsicon-line-tab:before {
|
|
4854
|
+
content: "\ED99";
|
|
4855
|
+
}
|
|
4856
|
+
.mdsicon-line-piano:before {
|
|
4857
|
+
content: "\ED9A";
|
|
4858
|
+
}
|
|
4859
|
+
.mdsicon-line-drink:before {
|
|
4860
|
+
content: "\ED9B";
|
|
4861
|
+
}
|
|
4862
|
+
.mdsicon-line-system-log:before {
|
|
4863
|
+
content: "\ED9C";
|
|
4864
|
+
}
|
|
4865
|
+
.mdsicon-line-system-search:before {
|
|
4866
|
+
content: "\ED9D";
|
|
4867
|
+
}
|
|
4868
|
+
.mdsicon-line-system-regulation:before {
|
|
4869
|
+
content: "\ED9E";
|
|
4870
|
+
}
|
|
4871
|
+
.mdsicon-line-user-marked:before {
|
|
4872
|
+
content: "\ED9F";
|
|
4873
|
+
}
|
|
4874
|
+
.mdsicon-line-system-code:before {
|
|
4875
|
+
content: "\EDA0";
|
|
4876
|
+
}
|
|
4877
|
+
.mdsicon-line-terminal-rectangle:before {
|
|
4878
|
+
content: "\EDA1";
|
|
4879
|
+
}
|
|
4880
|
+
.mdsicon-line-system-sum:before {
|
|
4881
|
+
content: "\EDA2";
|
|
4882
|
+
}
|
|
4883
|
+
.mdsicon-line-video-camera-2:before {
|
|
4884
|
+
content: "\EDA3";
|
|
4885
|
+
}
|
|
4733
4886
|
.mdsicon-line-turnopen:before {
|
|
4734
4887
|
content: "\E821";
|
|
4735
4888
|
}
|
|
@@ -4829,6 +4982,42 @@ samp {
|
|
|
4829
4982
|
.mdsicon-line-center1:before {
|
|
4830
4983
|
content: "\E7FA";
|
|
4831
4984
|
}
|
|
4985
|
+
.mdsicon-line-dots-default:before {
|
|
4986
|
+
content: "\E82F";
|
|
4987
|
+
}
|
|
4988
|
+
.mdsicon-line-arrow2-up:before {
|
|
4989
|
+
content: "\E823";
|
|
4990
|
+
}
|
|
4991
|
+
.mdsicon-line-arrow2-down:before {
|
|
4992
|
+
content: "\E824";
|
|
4993
|
+
}
|
|
4994
|
+
.mdsicon-line-arrow-up-bold:before {
|
|
4995
|
+
content: "\E825";
|
|
4996
|
+
}
|
|
4997
|
+
.mdsicon-line-arrow-up-thin:before {
|
|
4998
|
+
content: "\E826";
|
|
4999
|
+
}
|
|
5000
|
+
.mdsicon-line-arrow-down-bold:before {
|
|
5001
|
+
content: "\E827";
|
|
5002
|
+
}
|
|
5003
|
+
.mdsicon-line-arrow-down-thin:before {
|
|
5004
|
+
content: "\E828";
|
|
5005
|
+
}
|
|
5006
|
+
.mdsicon-line-arrow-right-thin:before {
|
|
5007
|
+
content: "\E829";
|
|
5008
|
+
}
|
|
5009
|
+
.mdsicon-line-arrow-right-up-bold:before {
|
|
5010
|
+
content: "\E82A";
|
|
5011
|
+
}
|
|
5012
|
+
.mdsicon-line-arrow-right-down-bold:before {
|
|
5013
|
+
content: "\E82B";
|
|
5014
|
+
}
|
|
5015
|
+
.mdsicon-line-arrow-line-bold:before {
|
|
5016
|
+
content: "\E82C";
|
|
5017
|
+
}
|
|
5018
|
+
.mdsicon-line-arrow-right-bold:before {
|
|
5019
|
+
content: "\E82D";
|
|
5020
|
+
}
|
|
4832
5021
|
.mdsicon-line-macropool1:before {
|
|
4833
5022
|
content: "\E7F6";
|
|
4834
5023
|
}
|
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.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,159 @@ samp {
|
|
|
4730
4730
|
display: inline-block;
|
|
4731
4731
|
animation: loadingCircle 6s infinite linear;
|
|
4732
4732
|
}
|
|
4733
|
+
.mdsicon-line-solidification:before {
|
|
4734
|
+
content: "\EDA4";
|
|
4735
|
+
}
|
|
4736
|
+
.mdsicon-line-horizontal:before {
|
|
4737
|
+
content: "\E831";
|
|
4738
|
+
}
|
|
4739
|
+
.mdsicon-line-milk:before {
|
|
4740
|
+
content: "\E832";
|
|
4741
|
+
}
|
|
4742
|
+
.mdsicon-line-radio-1:before {
|
|
4743
|
+
content: "\E833";
|
|
4744
|
+
}
|
|
4745
|
+
.mdsicon-line-city-10:before {
|
|
4746
|
+
content: "\E834";
|
|
4747
|
+
}
|
|
4748
|
+
.mdsicon-line-form:before {
|
|
4749
|
+
content: "\E835";
|
|
4750
|
+
}
|
|
4751
|
+
.mdsicon-line-hospital:before {
|
|
4752
|
+
content: "\E836";
|
|
4753
|
+
}
|
|
4754
|
+
.mdsicon-line-palace-1:before {
|
|
4755
|
+
content: "\E837";
|
|
4756
|
+
}
|
|
4757
|
+
.mdsicon-line-calendar4:before {
|
|
4758
|
+
content: "\E838";
|
|
4759
|
+
}
|
|
4760
|
+
.mdsicon-line-menu1:before {
|
|
4761
|
+
content: "\E839";
|
|
4762
|
+
}
|
|
4763
|
+
.mdsicon-line-git-repository:before {
|
|
4764
|
+
content: "\E83A";
|
|
4765
|
+
}
|
|
4766
|
+
.mdsicon-line-houses:before {
|
|
4767
|
+
content: "\E83B";
|
|
4768
|
+
}
|
|
4769
|
+
.mdsicon-line-brush1:before {
|
|
4770
|
+
content: "\E83C";
|
|
4771
|
+
}
|
|
4772
|
+
.mdsicon-line-component-checkbox:before {
|
|
4773
|
+
content: "\E83D";
|
|
4774
|
+
}
|
|
4775
|
+
.mdsicon-line-card:before {
|
|
4776
|
+
content: "\E83E";
|
|
4777
|
+
}
|
|
4778
|
+
.mdsicon-line-git-pull-request:before {
|
|
4779
|
+
content: "\E83F";
|
|
4780
|
+
}
|
|
4781
|
+
.mdsicon-line-component-radio:before {
|
|
4782
|
+
content: "\E840";
|
|
4783
|
+
}
|
|
4784
|
+
.mdsicon-line-palette-1:before {
|
|
4785
|
+
content: "\E841";
|
|
4786
|
+
}
|
|
4787
|
+
.mdsicon-line-control-platform:before {
|
|
4788
|
+
content: "\E842";
|
|
4789
|
+
}
|
|
4790
|
+
.mdsicon-line-system-device:before {
|
|
4791
|
+
content: "\E843";
|
|
4792
|
+
}
|
|
4793
|
+
.mdsicon-line-terminal-window:before {
|
|
4794
|
+
content: "\E844";
|
|
4795
|
+
}
|
|
4796
|
+
.mdsicon-line-application:before {
|
|
4797
|
+
content: "\E845";
|
|
4798
|
+
}
|
|
4799
|
+
.mdsicon-line-shop-1:before {
|
|
4800
|
+
content: "\E846";
|
|
4801
|
+
}
|
|
4802
|
+
.mdsicon-line-root-list:before {
|
|
4803
|
+
content: "\E847";
|
|
4804
|
+
}
|
|
4805
|
+
.mdsicon-line-sandwich:before {
|
|
4806
|
+
content: "\E848";
|
|
4807
|
+
}
|
|
4808
|
+
.mdsicon-line-app:before {
|
|
4809
|
+
content: "\E849";
|
|
4810
|
+
}
|
|
4811
|
+
.mdsicon-line-certificate-1:before {
|
|
4812
|
+
content: "\E84A";
|
|
4813
|
+
}
|
|
4814
|
+
.mdsicon-line-expand-down:before {
|
|
4815
|
+
content: "\E84B";
|
|
4816
|
+
}
|
|
4817
|
+
.mdsicon-line-system-marked:before {
|
|
4818
|
+
content: "\E84C";
|
|
4819
|
+
}
|
|
4820
|
+
.mdsicon-line-mosque-1:before {
|
|
4821
|
+
content: "\E84D";
|
|
4822
|
+
}
|
|
4823
|
+
.mdsicon-line-user-arrow-left:before {
|
|
4824
|
+
content: "\E84E";
|
|
4825
|
+
}
|
|
4826
|
+
.mdsicon-line-rice:before {
|
|
4827
|
+
content: "\E920";
|
|
4828
|
+
}
|
|
4829
|
+
.mdsicon-line-shield-error:before {
|
|
4830
|
+
content: "\E9EB";
|
|
4831
|
+
}
|
|
4832
|
+
.mdsicon-line-user-avatar:before {
|
|
4833
|
+
content: "\ED92";
|
|
4834
|
+
}
|
|
4835
|
+
.mdsicon-line-user-locked:before {
|
|
4836
|
+
content: "\ED93";
|
|
4837
|
+
}
|
|
4838
|
+
.mdsicon-line-system-interface:before {
|
|
4839
|
+
content: "\ED94";
|
|
4840
|
+
}
|
|
4841
|
+
.mdsicon-line-verify:before {
|
|
4842
|
+
content: "\ED95";
|
|
4843
|
+
}
|
|
4844
|
+
.mdsicon-line-usergroup:before {
|
|
4845
|
+
content: "\ED96";
|
|
4846
|
+
}
|
|
4847
|
+
.mdsicon-line-layout:before {
|
|
4848
|
+
content: "\ED97";
|
|
4849
|
+
}
|
|
4850
|
+
.mdsicon-line-education2:before {
|
|
4851
|
+
content: "\ED98";
|
|
4852
|
+
}
|
|
4853
|
+
.mdsicon-line-tab:before {
|
|
4854
|
+
content: "\ED99";
|
|
4855
|
+
}
|
|
4856
|
+
.mdsicon-line-piano:before {
|
|
4857
|
+
content: "\ED9A";
|
|
4858
|
+
}
|
|
4859
|
+
.mdsicon-line-drink:before {
|
|
4860
|
+
content: "\ED9B";
|
|
4861
|
+
}
|
|
4862
|
+
.mdsicon-line-system-log:before {
|
|
4863
|
+
content: "\ED9C";
|
|
4864
|
+
}
|
|
4865
|
+
.mdsicon-line-system-search:before {
|
|
4866
|
+
content: "\ED9D";
|
|
4867
|
+
}
|
|
4868
|
+
.mdsicon-line-system-regulation:before {
|
|
4869
|
+
content: "\ED9E";
|
|
4870
|
+
}
|
|
4871
|
+
.mdsicon-line-user-marked:before {
|
|
4872
|
+
content: "\ED9F";
|
|
4873
|
+
}
|
|
4874
|
+
.mdsicon-line-system-code:before {
|
|
4875
|
+
content: "\EDA0";
|
|
4876
|
+
}
|
|
4877
|
+
.mdsicon-line-terminal-rectangle:before {
|
|
4878
|
+
content: "\EDA1";
|
|
4879
|
+
}
|
|
4880
|
+
.mdsicon-line-system-sum:before {
|
|
4881
|
+
content: "\EDA2";
|
|
4882
|
+
}
|
|
4883
|
+
.mdsicon-line-video-camera-2:before {
|
|
4884
|
+
content: "\EDA3";
|
|
4885
|
+
}
|
|
4733
4886
|
.mdsicon-line-turnopen:before {
|
|
4734
4887
|
content: "\E821";
|
|
4735
4888
|
}
|
|
@@ -4829,6 +4982,42 @@ samp {
|
|
|
4829
4982
|
.mdsicon-line-center1:before {
|
|
4830
4983
|
content: "\E7FA";
|
|
4831
4984
|
}
|
|
4985
|
+
.mdsicon-line-dots-default:before {
|
|
4986
|
+
content: "\E82F";
|
|
4987
|
+
}
|
|
4988
|
+
.mdsicon-line-arrow2-up:before {
|
|
4989
|
+
content: "\E823";
|
|
4990
|
+
}
|
|
4991
|
+
.mdsicon-line-arrow2-down:before {
|
|
4992
|
+
content: "\E824";
|
|
4993
|
+
}
|
|
4994
|
+
.mdsicon-line-arrow-up-bold:before {
|
|
4995
|
+
content: "\E825";
|
|
4996
|
+
}
|
|
4997
|
+
.mdsicon-line-arrow-up-thin:before {
|
|
4998
|
+
content: "\E826";
|
|
4999
|
+
}
|
|
5000
|
+
.mdsicon-line-arrow-down-bold:before {
|
|
5001
|
+
content: "\E827";
|
|
5002
|
+
}
|
|
5003
|
+
.mdsicon-line-arrow-down-thin:before {
|
|
5004
|
+
content: "\E828";
|
|
5005
|
+
}
|
|
5006
|
+
.mdsicon-line-arrow-right-thin:before {
|
|
5007
|
+
content: "\E829";
|
|
5008
|
+
}
|
|
5009
|
+
.mdsicon-line-arrow-right-up-bold:before {
|
|
5010
|
+
content: "\E82A";
|
|
5011
|
+
}
|
|
5012
|
+
.mdsicon-line-arrow-right-down-bold:before {
|
|
5013
|
+
content: "\E82B";
|
|
5014
|
+
}
|
|
5015
|
+
.mdsicon-line-arrow-line-bold:before {
|
|
5016
|
+
content: "\E82C";
|
|
5017
|
+
}
|
|
5018
|
+
.mdsicon-line-arrow-right-bold:before {
|
|
5019
|
+
content: "\E82D";
|
|
5020
|
+
}
|
|
4832
5021
|
.mdsicon-line-macropool1:before {
|
|
4833
5022
|
content: "\E7F6";
|
|
4834
5023
|
}
|
|
@@ -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,159 @@ samp {
|
|
|
4730
4730
|
display: inline-block;
|
|
4731
4731
|
animation: loadingCircle 6s infinite linear;
|
|
4732
4732
|
}
|
|
4733
|
+
.mdsicon-line-solidification:before {
|
|
4734
|
+
content: "\EDA4";
|
|
4735
|
+
}
|
|
4736
|
+
.mdsicon-line-horizontal:before {
|
|
4737
|
+
content: "\E831";
|
|
4738
|
+
}
|
|
4739
|
+
.mdsicon-line-milk:before {
|
|
4740
|
+
content: "\E832";
|
|
4741
|
+
}
|
|
4742
|
+
.mdsicon-line-radio-1:before {
|
|
4743
|
+
content: "\E833";
|
|
4744
|
+
}
|
|
4745
|
+
.mdsicon-line-city-10:before {
|
|
4746
|
+
content: "\E834";
|
|
4747
|
+
}
|
|
4748
|
+
.mdsicon-line-form:before {
|
|
4749
|
+
content: "\E835";
|
|
4750
|
+
}
|
|
4751
|
+
.mdsicon-line-hospital:before {
|
|
4752
|
+
content: "\E836";
|
|
4753
|
+
}
|
|
4754
|
+
.mdsicon-line-palace-1:before {
|
|
4755
|
+
content: "\E837";
|
|
4756
|
+
}
|
|
4757
|
+
.mdsicon-line-calendar4:before {
|
|
4758
|
+
content: "\E838";
|
|
4759
|
+
}
|
|
4760
|
+
.mdsicon-line-menu1:before {
|
|
4761
|
+
content: "\E839";
|
|
4762
|
+
}
|
|
4763
|
+
.mdsicon-line-git-repository:before {
|
|
4764
|
+
content: "\E83A";
|
|
4765
|
+
}
|
|
4766
|
+
.mdsicon-line-houses:before {
|
|
4767
|
+
content: "\E83B";
|
|
4768
|
+
}
|
|
4769
|
+
.mdsicon-line-brush1:before {
|
|
4770
|
+
content: "\E83C";
|
|
4771
|
+
}
|
|
4772
|
+
.mdsicon-line-component-checkbox:before {
|
|
4773
|
+
content: "\E83D";
|
|
4774
|
+
}
|
|
4775
|
+
.mdsicon-line-card:before {
|
|
4776
|
+
content: "\E83E";
|
|
4777
|
+
}
|
|
4778
|
+
.mdsicon-line-git-pull-request:before {
|
|
4779
|
+
content: "\E83F";
|
|
4780
|
+
}
|
|
4781
|
+
.mdsicon-line-component-radio:before {
|
|
4782
|
+
content: "\E840";
|
|
4783
|
+
}
|
|
4784
|
+
.mdsicon-line-palette-1:before {
|
|
4785
|
+
content: "\E841";
|
|
4786
|
+
}
|
|
4787
|
+
.mdsicon-line-control-platform:before {
|
|
4788
|
+
content: "\E842";
|
|
4789
|
+
}
|
|
4790
|
+
.mdsicon-line-system-device:before {
|
|
4791
|
+
content: "\E843";
|
|
4792
|
+
}
|
|
4793
|
+
.mdsicon-line-terminal-window:before {
|
|
4794
|
+
content: "\E844";
|
|
4795
|
+
}
|
|
4796
|
+
.mdsicon-line-application:before {
|
|
4797
|
+
content: "\E845";
|
|
4798
|
+
}
|
|
4799
|
+
.mdsicon-line-shop-1:before {
|
|
4800
|
+
content: "\E846";
|
|
4801
|
+
}
|
|
4802
|
+
.mdsicon-line-root-list:before {
|
|
4803
|
+
content: "\E847";
|
|
4804
|
+
}
|
|
4805
|
+
.mdsicon-line-sandwich:before {
|
|
4806
|
+
content: "\E848";
|
|
4807
|
+
}
|
|
4808
|
+
.mdsicon-line-app:before {
|
|
4809
|
+
content: "\E849";
|
|
4810
|
+
}
|
|
4811
|
+
.mdsicon-line-certificate-1:before {
|
|
4812
|
+
content: "\E84A";
|
|
4813
|
+
}
|
|
4814
|
+
.mdsicon-line-expand-down:before {
|
|
4815
|
+
content: "\E84B";
|
|
4816
|
+
}
|
|
4817
|
+
.mdsicon-line-system-marked:before {
|
|
4818
|
+
content: "\E84C";
|
|
4819
|
+
}
|
|
4820
|
+
.mdsicon-line-mosque-1:before {
|
|
4821
|
+
content: "\E84D";
|
|
4822
|
+
}
|
|
4823
|
+
.mdsicon-line-user-arrow-left:before {
|
|
4824
|
+
content: "\E84E";
|
|
4825
|
+
}
|
|
4826
|
+
.mdsicon-line-rice:before {
|
|
4827
|
+
content: "\E920";
|
|
4828
|
+
}
|
|
4829
|
+
.mdsicon-line-shield-error:before {
|
|
4830
|
+
content: "\E9EB";
|
|
4831
|
+
}
|
|
4832
|
+
.mdsicon-line-user-avatar:before {
|
|
4833
|
+
content: "\ED92";
|
|
4834
|
+
}
|
|
4835
|
+
.mdsicon-line-user-locked:before {
|
|
4836
|
+
content: "\ED93";
|
|
4837
|
+
}
|
|
4838
|
+
.mdsicon-line-system-interface:before {
|
|
4839
|
+
content: "\ED94";
|
|
4840
|
+
}
|
|
4841
|
+
.mdsicon-line-verify:before {
|
|
4842
|
+
content: "\ED95";
|
|
4843
|
+
}
|
|
4844
|
+
.mdsicon-line-usergroup:before {
|
|
4845
|
+
content: "\ED96";
|
|
4846
|
+
}
|
|
4847
|
+
.mdsicon-line-layout:before {
|
|
4848
|
+
content: "\ED97";
|
|
4849
|
+
}
|
|
4850
|
+
.mdsicon-line-education2:before {
|
|
4851
|
+
content: "\ED98";
|
|
4852
|
+
}
|
|
4853
|
+
.mdsicon-line-tab:before {
|
|
4854
|
+
content: "\ED99";
|
|
4855
|
+
}
|
|
4856
|
+
.mdsicon-line-piano:before {
|
|
4857
|
+
content: "\ED9A";
|
|
4858
|
+
}
|
|
4859
|
+
.mdsicon-line-drink:before {
|
|
4860
|
+
content: "\ED9B";
|
|
4861
|
+
}
|
|
4862
|
+
.mdsicon-line-system-log:before {
|
|
4863
|
+
content: "\ED9C";
|
|
4864
|
+
}
|
|
4865
|
+
.mdsicon-line-system-search:before {
|
|
4866
|
+
content: "\ED9D";
|
|
4867
|
+
}
|
|
4868
|
+
.mdsicon-line-system-regulation:before {
|
|
4869
|
+
content: "\ED9E";
|
|
4870
|
+
}
|
|
4871
|
+
.mdsicon-line-user-marked:before {
|
|
4872
|
+
content: "\ED9F";
|
|
4873
|
+
}
|
|
4874
|
+
.mdsicon-line-system-code:before {
|
|
4875
|
+
content: "\EDA0";
|
|
4876
|
+
}
|
|
4877
|
+
.mdsicon-line-terminal-rectangle:before {
|
|
4878
|
+
content: "\EDA1";
|
|
4879
|
+
}
|
|
4880
|
+
.mdsicon-line-system-sum:before {
|
|
4881
|
+
content: "\EDA2";
|
|
4882
|
+
}
|
|
4883
|
+
.mdsicon-line-video-camera-2:before {
|
|
4884
|
+
content: "\EDA3";
|
|
4885
|
+
}
|
|
4733
4886
|
.mdsicon-line-turnopen:before {
|
|
4734
4887
|
content: "\E821";
|
|
4735
4888
|
}
|
|
@@ -4829,6 +4982,42 @@ samp {
|
|
|
4829
4982
|
.mdsicon-line-center1:before {
|
|
4830
4983
|
content: "\E7FA";
|
|
4831
4984
|
}
|
|
4985
|
+
.mdsicon-line-dots-default:before {
|
|
4986
|
+
content: "\E82F";
|
|
4987
|
+
}
|
|
4988
|
+
.mdsicon-line-arrow2-up:before {
|
|
4989
|
+
content: "\E823";
|
|
4990
|
+
}
|
|
4991
|
+
.mdsicon-line-arrow2-down:before {
|
|
4992
|
+
content: "\E824";
|
|
4993
|
+
}
|
|
4994
|
+
.mdsicon-line-arrow-up-bold:before {
|
|
4995
|
+
content: "\E825";
|
|
4996
|
+
}
|
|
4997
|
+
.mdsicon-line-arrow-up-thin:before {
|
|
4998
|
+
content: "\E826";
|
|
4999
|
+
}
|
|
5000
|
+
.mdsicon-line-arrow-down-bold:before {
|
|
5001
|
+
content: "\E827";
|
|
5002
|
+
}
|
|
5003
|
+
.mdsicon-line-arrow-down-thin:before {
|
|
5004
|
+
content: "\E828";
|
|
5005
|
+
}
|
|
5006
|
+
.mdsicon-line-arrow-right-thin:before {
|
|
5007
|
+
content: "\E829";
|
|
5008
|
+
}
|
|
5009
|
+
.mdsicon-line-arrow-right-up-bold:before {
|
|
5010
|
+
content: "\E82A";
|
|
5011
|
+
}
|
|
5012
|
+
.mdsicon-line-arrow-right-down-bold:before {
|
|
5013
|
+
content: "\E82B";
|
|
5014
|
+
}
|
|
5015
|
+
.mdsicon-line-arrow-line-bold:before {
|
|
5016
|
+
content: "\E82C";
|
|
5017
|
+
}
|
|
5018
|
+
.mdsicon-line-arrow-right-bold:before {
|
|
5019
|
+
content: "\E82D";
|
|
5020
|
+
}
|
|
4832
5021
|
.mdsicon-line-macropool1:before {
|
|
4833
5022
|
content: "\E7F6";
|
|
4834
5023
|
}
|