podo-ui 1.0.21 → 1.0.23
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/cdn/podo-datepicker.css +1 -1
- package/cdn/podo-datepicker.js +4 -1
- package/cdn/podo-datepicker.min.css +1 -1
- package/cdn/podo-datepicker.min.js +2 -2
- package/cdn/podo-ui.css +329 -276
- package/cdn/podo-ui.min.css +2 -2
- package/dist/react/atom/tooltip.d.ts +3 -1
- package/dist/react/atom/tooltip.d.ts.map +1 -1
- package/dist/react/atom/tooltip.js +6 -3
- package/dist/react/molecule/datepicker.d.ts +2 -0
- package/dist/react/molecule/datepicker.d.ts.map +1 -1
- package/dist/react/molecule/datepicker.js +2 -1
- package/dist/react/molecule/pagination.d.ts +5 -1
- package/dist/react/molecule/pagination.d.ts.map +1 -1
- package/dist/react/molecule/pagination.js +2 -2
- package/dist/svelte/atom/Tooltip.svelte +4 -1
- package/dist/svelte/atom/Tooltip.svelte.d.ts +2 -0
- package/dist/svelte/molecule/DatePicker.svelte +4 -0
- package/dist/svelte/molecule/DatePicker.svelte.d.ts +2 -0
- package/dist/svelte/molecule/Pagination.svelte +8 -2
- package/dist/svelte/molecule/Pagination.svelte.d.ts +4 -0
- package/package.json +1 -1
- package/scss/form/input.scss +3 -0
- package/scss/form/textarea.scss +3 -0
- package/scss/icon/icon.scss +7 -15
- package/scss/typo/mixin.scss +18 -54
- package/vanilla/datepicker.js +3 -0
package/cdn/podo-ui.css
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* Podo UI CSS v1.0.
|
|
2
|
+
* Podo UI CSS v1.0.23
|
|
3
3
|
* https://podoui.com
|
|
4
4
|
* MIT License
|
|
5
5
|
*/
|
|
@@ -16588,8 +16588,6 @@ body {
|
|
|
16588
16588
|
font-size: 16px;
|
|
16589
16589
|
line-height: 1.6;
|
|
16590
16590
|
font-weight: 400;
|
|
16591
|
-
}
|
|
16592
|
-
body:not(button) {
|
|
16593
16591
|
color: var(--color-text-body);
|
|
16594
16592
|
}
|
|
16595
16593
|
@media screen and (max-width: calc(768px - 1px)) {
|
|
@@ -16601,8 +16599,6 @@ body h1 {
|
|
|
16601
16599
|
font-size: 54px;
|
|
16602
16600
|
line-height: 1.2;
|
|
16603
16601
|
font-weight: 600;
|
|
16604
|
-
}
|
|
16605
|
-
body h1:not(button) {
|
|
16606
16602
|
color: var(--color-text-header);
|
|
16607
16603
|
}
|
|
16608
16604
|
@media screen and (max-width: calc(768px - 1px)) {
|
|
@@ -16614,8 +16610,6 @@ body h2 {
|
|
|
16614
16610
|
font-size: 42px;
|
|
16615
16611
|
line-height: 1.2;
|
|
16616
16612
|
font-weight: 600;
|
|
16617
|
-
}
|
|
16618
|
-
body h2:not(button) {
|
|
16619
16613
|
color: var(--color-text-header);
|
|
16620
16614
|
}
|
|
16621
16615
|
@media screen and (max-width: calc(768px - 1px)) {
|
|
@@ -16627,8 +16621,6 @@ body h3 {
|
|
|
16627
16621
|
font-size: 36px;
|
|
16628
16622
|
line-height: 1.2;
|
|
16629
16623
|
font-weight: 600;
|
|
16630
|
-
}
|
|
16631
|
-
body h3:not(button) {
|
|
16632
16624
|
color: var(--color-text-header);
|
|
16633
16625
|
}
|
|
16634
16626
|
@media screen and (max-width: calc(768px - 1px)) {
|
|
@@ -16644,8 +16636,6 @@ body h3:not(button) {
|
|
|
16644
16636
|
font-size: 60px;
|
|
16645
16637
|
line-height: 1.2;
|
|
16646
16638
|
font-weight: 600;
|
|
16647
|
-
}
|
|
16648
|
-
:root .display1:not(button) {
|
|
16649
16639
|
color: var(--color-text-header);
|
|
16650
16640
|
}
|
|
16651
16641
|
@media screen and (max-width: calc(768px - 1px)) {
|
|
@@ -16657,8 +16647,6 @@ body h3:not(button) {
|
|
|
16657
16647
|
font-size: 54px;
|
|
16658
16648
|
line-height: 1.2;
|
|
16659
16649
|
font-weight: 600;
|
|
16660
|
-
}
|
|
16661
|
-
:root .display2:not(button) {
|
|
16662
16650
|
color: var(--color-text-header);
|
|
16663
16651
|
}
|
|
16664
16652
|
@media screen and (max-width: calc(768px - 1px)) {
|
|
@@ -16670,8 +16658,6 @@ body h3:not(button) {
|
|
|
16670
16658
|
font-size: 48px;
|
|
16671
16659
|
line-height: 1.2;
|
|
16672
16660
|
font-weight: 600;
|
|
16673
|
-
}
|
|
16674
|
-
:root .display3:not(button) {
|
|
16675
16661
|
color: var(--color-text-header);
|
|
16676
16662
|
}
|
|
16677
16663
|
@media screen and (max-width: calc(768px - 1px)) {
|
|
@@ -16683,8 +16669,6 @@ body h3:not(button) {
|
|
|
16683
16669
|
font-size: 42px;
|
|
16684
16670
|
line-height: 1.2;
|
|
16685
16671
|
font-weight: 600;
|
|
16686
|
-
}
|
|
16687
|
-
:root .display4:not(button) {
|
|
16688
16672
|
color: var(--color-text-header);
|
|
16689
16673
|
}
|
|
16690
16674
|
@media screen and (max-width: calc(768px - 1px)) {
|
|
@@ -16696,8 +16680,6 @@ body h3:not(button) {
|
|
|
16696
16680
|
font-size: 36px;
|
|
16697
16681
|
line-height: 1.2;
|
|
16698
16682
|
font-weight: 600;
|
|
16699
|
-
}
|
|
16700
|
-
:root .display5:not(button) {
|
|
16701
16683
|
color: var(--color-text-header);
|
|
16702
16684
|
}
|
|
16703
16685
|
@media screen and (max-width: calc(768px - 1px)) {
|
|
@@ -16709,8 +16691,6 @@ body h3:not(button) {
|
|
|
16709
16691
|
font-size: 24px;
|
|
16710
16692
|
line-height: 1.4;
|
|
16711
16693
|
font-weight: 600;
|
|
16712
|
-
}
|
|
16713
|
-
:root .display6:not(button) {
|
|
16714
16694
|
color: var(--color-text-header);
|
|
16715
16695
|
}
|
|
16716
16696
|
@media screen and (max-width: calc(768px - 1px)) {
|
|
@@ -16722,8 +16702,6 @@ body h3:not(button) {
|
|
|
16722
16702
|
font-size: 20px;
|
|
16723
16703
|
line-height: 1.6;
|
|
16724
16704
|
font-weight: 600;
|
|
16725
|
-
}
|
|
16726
|
-
:root .display7:not(button) {
|
|
16727
16705
|
color: var(--color-text-header);
|
|
16728
16706
|
}
|
|
16729
16707
|
@media screen and (max-width: calc(768px - 1px)) {
|
|
@@ -16740,8 +16718,6 @@ body h3:not(button) {
|
|
|
16740
16718
|
font-size: 24px;
|
|
16741
16719
|
line-height: 1.4;
|
|
16742
16720
|
font-weight: 400;
|
|
16743
|
-
}
|
|
16744
|
-
:root .p1:not(button) {
|
|
16745
16721
|
color: var(--color-text-body);
|
|
16746
16722
|
}
|
|
16747
16723
|
@media screen and (max-width: calc(768px - 1px)) {
|
|
@@ -16753,8 +16729,6 @@ body h3:not(button) {
|
|
|
16753
16729
|
font-size: 20px;
|
|
16754
16730
|
line-height: 1.6;
|
|
16755
16731
|
font-weight: 400;
|
|
16756
|
-
}
|
|
16757
|
-
:root .p2:not(button) {
|
|
16758
16732
|
color: var(--color-text-body);
|
|
16759
16733
|
}
|
|
16760
16734
|
@media screen and (max-width: calc(768px - 1px)) {
|
|
@@ -16766,8 +16740,6 @@ body h3:not(button) {
|
|
|
16766
16740
|
font-size: 16px;
|
|
16767
16741
|
line-height: 1.6;
|
|
16768
16742
|
font-weight: 400;
|
|
16769
|
-
}
|
|
16770
|
-
:root .p3:not(button) {
|
|
16771
16743
|
color: var(--color-text-body);
|
|
16772
16744
|
}
|
|
16773
16745
|
@media screen and (max-width: calc(768px - 1px)) {
|
|
@@ -16779,8 +16751,6 @@ body h3:not(button) {
|
|
|
16779
16751
|
font-size: 16px;
|
|
16780
16752
|
line-height: 1.6;
|
|
16781
16753
|
font-weight: 600;
|
|
16782
|
-
}
|
|
16783
|
-
:root .p3-semibold:not(button) {
|
|
16784
16754
|
color: var(--color-text-body);
|
|
16785
16755
|
}
|
|
16786
16756
|
@media screen and (max-width: calc(768px - 1px)) {
|
|
@@ -16792,8 +16762,6 @@ body h3:not(button) {
|
|
|
16792
16762
|
font-size: 14px;
|
|
16793
16763
|
line-height: 1.6;
|
|
16794
16764
|
font-weight: 400;
|
|
16795
|
-
}
|
|
16796
|
-
:root .p4:not(button) {
|
|
16797
16765
|
color: var(--color-text-body);
|
|
16798
16766
|
}
|
|
16799
16767
|
@media screen and (max-width: calc(768px - 1px)) {
|
|
@@ -16805,8 +16773,6 @@ body h3:not(button) {
|
|
|
16805
16773
|
font-size: 14px;
|
|
16806
16774
|
line-height: 1.6;
|
|
16807
16775
|
font-weight: 600;
|
|
16808
|
-
}
|
|
16809
|
-
:root .p4-semibold:not(button) {
|
|
16810
16776
|
color: var(--color-text-body);
|
|
16811
16777
|
}
|
|
16812
16778
|
@media screen and (max-width: calc(768px - 1px)) {
|
|
@@ -16818,16 +16784,12 @@ body h3:not(button) {
|
|
|
16818
16784
|
font-size: 12px;
|
|
16819
16785
|
line-height: 1.6;
|
|
16820
16786
|
font-weight: 400;
|
|
16821
|
-
}
|
|
16822
|
-
:root .p5:not(button) {
|
|
16823
16787
|
color: var(--color-text-body);
|
|
16824
16788
|
}
|
|
16825
16789
|
:root .p5-semibold {
|
|
16826
16790
|
font-size: 12px;
|
|
16827
16791
|
line-height: 1.6;
|
|
16828
16792
|
font-weight: 600;
|
|
16829
|
-
}
|
|
16830
|
-
:root .p5-semibold:not(button) {
|
|
16831
16793
|
color: var(--color-text-body);
|
|
16832
16794
|
}
|
|
16833
16795
|
|
|
@@ -16839,13 +16801,8 @@ body h3:not(button) {
|
|
|
16839
16801
|
src: url("./font/icon.woff") format("woff");
|
|
16840
16802
|
font-display: swap;
|
|
16841
16803
|
}
|
|
16842
|
-
|
|
16843
|
-
|
|
16844
|
-
:root [class*=" icon-"]:not(:last-child) {
|
|
16845
|
-
margin-right: 4px;
|
|
16846
|
-
}
|
|
16847
|
-
:root [class^=icon-]::before,
|
|
16848
|
-
:root [class*=" icon-"]::before {
|
|
16804
|
+
[class^=icon-]::before,
|
|
16805
|
+
[class*=" icon-"]::before {
|
|
16849
16806
|
font-family: "podo-ui-icon" !important;
|
|
16850
16807
|
font-style: normal;
|
|
16851
16808
|
font-weight: normal;
|
|
@@ -16857,484 +16814,644 @@ body h3:not(button) {
|
|
|
16857
16814
|
-webkit-font-smoothing: antialiased;
|
|
16858
16815
|
-moz-osx-font-smoothing: grayscale;
|
|
16859
16816
|
}
|
|
16860
|
-
|
|
16817
|
+
|
|
16818
|
+
.icon-star::before {
|
|
16861
16819
|
content: "\e900";
|
|
16862
16820
|
}
|
|
16863
|
-
|
|
16821
|
+
|
|
16822
|
+
.icon-star-fill::before {
|
|
16864
16823
|
content: "\e901";
|
|
16865
16824
|
}
|
|
16866
|
-
|
|
16825
|
+
|
|
16826
|
+
.icon-exchange-horizontally::before {
|
|
16867
16827
|
content: "\e902";
|
|
16868
16828
|
}
|
|
16869
|
-
|
|
16829
|
+
|
|
16830
|
+
.icon-exchange-vertical::before {
|
|
16870
16831
|
content: "\e903";
|
|
16871
16832
|
}
|
|
16872
|
-
|
|
16833
|
+
|
|
16834
|
+
.icon-new-window::before {
|
|
16873
16835
|
content: "\e904";
|
|
16874
16836
|
}
|
|
16875
|
-
|
|
16837
|
+
|
|
16838
|
+
.icon-tag::before {
|
|
16876
16839
|
content: "\e905";
|
|
16877
16840
|
}
|
|
16878
|
-
|
|
16841
|
+
|
|
16842
|
+
.icon-notification::before {
|
|
16879
16843
|
content: "\e906";
|
|
16880
16844
|
}
|
|
16881
|
-
|
|
16845
|
+
|
|
16846
|
+
.icon-notification-stroke::before {
|
|
16882
16847
|
content: "\e907";
|
|
16883
16848
|
}
|
|
16884
|
-
|
|
16849
|
+
|
|
16850
|
+
.icon-mail::before {
|
|
16885
16851
|
content: "\e908";
|
|
16886
16852
|
}
|
|
16887
|
-
|
|
16853
|
+
|
|
16854
|
+
.icon-global::before {
|
|
16888
16855
|
content: "\e909";
|
|
16889
16856
|
}
|
|
16890
|
-
|
|
16857
|
+
|
|
16858
|
+
.icon-trash::before {
|
|
16891
16859
|
content: "\e90a";
|
|
16892
16860
|
}
|
|
16893
|
-
|
|
16861
|
+
|
|
16862
|
+
.icon-dm::before {
|
|
16894
16863
|
content: "\e90b";
|
|
16895
16864
|
}
|
|
16896
|
-
|
|
16865
|
+
|
|
16866
|
+
.icon-currency::before {
|
|
16897
16867
|
content: "\e90c";
|
|
16898
16868
|
}
|
|
16899
|
-
|
|
16869
|
+
|
|
16870
|
+
.icon-print::before {
|
|
16900
16871
|
content: "\e90d";
|
|
16901
16872
|
}
|
|
16902
|
-
|
|
16873
|
+
|
|
16874
|
+
.icon-gps::before {
|
|
16903
16875
|
content: "\e90e";
|
|
16904
16876
|
}
|
|
16905
|
-
|
|
16877
|
+
|
|
16878
|
+
.icon-ellipse::before {
|
|
16906
16879
|
content: "\e90f";
|
|
16907
16880
|
}
|
|
16908
|
-
|
|
16881
|
+
|
|
16882
|
+
.icon-ellipse-stroke::before {
|
|
16909
16883
|
content: "\e910";
|
|
16910
16884
|
}
|
|
16911
|
-
|
|
16885
|
+
|
|
16886
|
+
.icon-facebook::before {
|
|
16912
16887
|
content: "\e912";
|
|
16913
16888
|
}
|
|
16914
|
-
|
|
16889
|
+
|
|
16890
|
+
.icon-naver::before {
|
|
16915
16891
|
content: "\e913";
|
|
16916
16892
|
}
|
|
16917
|
-
|
|
16893
|
+
|
|
16894
|
+
.icon-insta::before {
|
|
16918
16895
|
content: "\e914";
|
|
16919
16896
|
}
|
|
16920
|
-
|
|
16897
|
+
|
|
16898
|
+
.icon-tiktok::before {
|
|
16921
16899
|
content: "\e915";
|
|
16922
16900
|
}
|
|
16923
|
-
|
|
16901
|
+
|
|
16902
|
+
.icon-apple::before {
|
|
16924
16903
|
content: "\e916";
|
|
16925
16904
|
}
|
|
16926
|
-
|
|
16905
|
+
|
|
16906
|
+
.icon-google::before {
|
|
16927
16907
|
content: "\e917";
|
|
16928
16908
|
}
|
|
16929
|
-
|
|
16909
|
+
|
|
16910
|
+
.icon-youtube::before {
|
|
16930
16911
|
content: "\e918";
|
|
16931
16912
|
}
|
|
16932
|
-
|
|
16913
|
+
|
|
16914
|
+
.icon-kakao::before {
|
|
16933
16915
|
content: "\e919";
|
|
16934
16916
|
}
|
|
16935
|
-
|
|
16917
|
+
|
|
16918
|
+
.icon-x::before {
|
|
16936
16919
|
content: "\e91a";
|
|
16937
16920
|
}
|
|
16938
|
-
|
|
16921
|
+
|
|
16922
|
+
.icon-arrow-dropdown::before {
|
|
16939
16923
|
content: "\e91c";
|
|
16940
16924
|
}
|
|
16941
|
-
|
|
16925
|
+
|
|
16926
|
+
.icon-arrow-dropdown-up::before {
|
|
16942
16927
|
content: "\e91d";
|
|
16943
16928
|
}
|
|
16944
|
-
|
|
16929
|
+
|
|
16930
|
+
.icon-check-small::before {
|
|
16945
16931
|
content: "\e91e";
|
|
16946
16932
|
}
|
|
16947
|
-
|
|
16933
|
+
|
|
16934
|
+
.icon-check::before {
|
|
16948
16935
|
content: "\e91f";
|
|
16949
16936
|
}
|
|
16950
|
-
|
|
16937
|
+
|
|
16938
|
+
.icon-show::before {
|
|
16951
16939
|
content: "\e920";
|
|
16952
16940
|
}
|
|
16953
|
-
|
|
16941
|
+
|
|
16942
|
+
.icon-hidden::before {
|
|
16954
16943
|
content: "\e921";
|
|
16955
16944
|
}
|
|
16956
|
-
|
|
16945
|
+
|
|
16946
|
+
.icon-fordid::before {
|
|
16957
16947
|
content: "\e922";
|
|
16958
16948
|
}
|
|
16959
|
-
|
|
16949
|
+
|
|
16950
|
+
.icon-upload-cloud::before {
|
|
16960
16951
|
content: "\e923";
|
|
16961
16952
|
}
|
|
16962
|
-
|
|
16953
|
+
|
|
16954
|
+
.icon-share::before {
|
|
16963
16955
|
content: "\e924";
|
|
16964
16956
|
}
|
|
16965
|
-
|
|
16957
|
+
|
|
16958
|
+
.icon-excel::before {
|
|
16966
16959
|
content: "\e925";
|
|
16967
16960
|
}
|
|
16968
|
-
|
|
16961
|
+
|
|
16962
|
+
.icon-close-circle-fill::before {
|
|
16969
16963
|
content: "\e926";
|
|
16970
16964
|
}
|
|
16971
|
-
|
|
16965
|
+
|
|
16966
|
+
.icon-arrow-left::before {
|
|
16972
16967
|
content: "\e927";
|
|
16973
16968
|
}
|
|
16974
|
-
|
|
16969
|
+
|
|
16970
|
+
.icon-arrow-right::before {
|
|
16975
16971
|
content: "\e928";
|
|
16976
16972
|
}
|
|
16977
|
-
|
|
16973
|
+
|
|
16974
|
+
.icon-arrow-up::before {
|
|
16978
16975
|
content: "\e929";
|
|
16979
16976
|
}
|
|
16980
|
-
|
|
16977
|
+
|
|
16978
|
+
.icon-arrow-down::before {
|
|
16981
16979
|
content: "\e92a";
|
|
16982
16980
|
}
|
|
16983
|
-
|
|
16981
|
+
|
|
16982
|
+
.icon-download::before {
|
|
16984
16983
|
content: "\e92b";
|
|
16985
16984
|
}
|
|
16986
|
-
|
|
16985
|
+
|
|
16986
|
+
.icon-upload::before {
|
|
16987
16987
|
content: "\e92c";
|
|
16988
16988
|
}
|
|
16989
|
-
|
|
16989
|
+
|
|
16990
|
+
.icon-link-alt::before {
|
|
16990
16991
|
content: "\e92d";
|
|
16991
16992
|
}
|
|
16992
|
-
|
|
16993
|
+
|
|
16994
|
+
.icon-link::before {
|
|
16993
16995
|
content: "\e92e";
|
|
16994
16996
|
}
|
|
16995
|
-
|
|
16997
|
+
|
|
16998
|
+
.icon-edit::before {
|
|
16996
16999
|
content: "\e92f";
|
|
16997
17000
|
}
|
|
16998
|
-
|
|
17001
|
+
|
|
17002
|
+
.icon-pin::before {
|
|
16999
17003
|
content: "\e930";
|
|
17000
17004
|
}
|
|
17001
|
-
|
|
17005
|
+
|
|
17006
|
+
.icon-flag::before {
|
|
17002
17007
|
content: "\e931";
|
|
17003
17008
|
}
|
|
17004
|
-
|
|
17009
|
+
|
|
17010
|
+
.icon-hand::before {
|
|
17005
17011
|
content: "\e932";
|
|
17006
17012
|
}
|
|
17007
|
-
|
|
17013
|
+
|
|
17014
|
+
.icon-zoom-in::before {
|
|
17008
17015
|
content: "\e933";
|
|
17009
17016
|
}
|
|
17010
|
-
|
|
17017
|
+
|
|
17018
|
+
.icon-zoom-out::before {
|
|
17011
17019
|
content: "\e934";
|
|
17012
17020
|
}
|
|
17013
|
-
|
|
17021
|
+
|
|
17022
|
+
.icon-chart::before {
|
|
17014
17023
|
content: "\e935";
|
|
17015
17024
|
}
|
|
17016
|
-
|
|
17025
|
+
|
|
17026
|
+
.icon-temperature::before {
|
|
17017
17027
|
content: "\e936";
|
|
17018
17028
|
}
|
|
17019
|
-
|
|
17029
|
+
|
|
17030
|
+
.icon-turbine::before {
|
|
17020
17031
|
content: "\e937";
|
|
17021
17032
|
}
|
|
17022
|
-
|
|
17033
|
+
|
|
17034
|
+
.icon-layers::before {
|
|
17023
17035
|
content: "\e938";
|
|
17024
17036
|
}
|
|
17025
|
-
|
|
17037
|
+
|
|
17038
|
+
.icon-compass::before {
|
|
17026
17039
|
content: "\e939";
|
|
17027
17040
|
}
|
|
17028
|
-
|
|
17041
|
+
|
|
17042
|
+
.icon-flag-finish::before {
|
|
17029
17043
|
content: "\e93a";
|
|
17030
17044
|
}
|
|
17031
|
-
|
|
17045
|
+
|
|
17046
|
+
.icon-pressure::before {
|
|
17032
17047
|
content: "\e93b";
|
|
17033
17048
|
}
|
|
17034
|
-
|
|
17049
|
+
|
|
17050
|
+
.icon-pyramid-chart::before {
|
|
17035
17051
|
content: "\e93c";
|
|
17036
17052
|
}
|
|
17037
|
-
|
|
17053
|
+
|
|
17054
|
+
.icon-ruler::before {
|
|
17038
17055
|
content: "\e93d";
|
|
17039
17056
|
}
|
|
17040
|
-
|
|
17057
|
+
|
|
17058
|
+
.icon-contour::before {
|
|
17041
17059
|
content: "\e93e";
|
|
17042
17060
|
}
|
|
17043
|
-
|
|
17061
|
+
|
|
17062
|
+
.icon-plus::before {
|
|
17044
17063
|
content: "\e93f";
|
|
17045
17064
|
}
|
|
17046
|
-
|
|
17065
|
+
|
|
17066
|
+
.icon-minus::before {
|
|
17047
17067
|
content: "\e940";
|
|
17048
17068
|
}
|
|
17049
|
-
|
|
17069
|
+
|
|
17070
|
+
.icon-warning::before {
|
|
17050
17071
|
content: "\e941";
|
|
17051
17072
|
}
|
|
17052
|
-
|
|
17073
|
+
|
|
17074
|
+
.icon-user-stroke::before {
|
|
17053
17075
|
content: "\e942";
|
|
17054
17076
|
}
|
|
17055
|
-
|
|
17077
|
+
|
|
17078
|
+
.icon-user::before {
|
|
17056
17079
|
content: "\e943";
|
|
17057
17080
|
}
|
|
17058
|
-
|
|
17081
|
+
|
|
17082
|
+
.icon-menu::before {
|
|
17059
17083
|
content: "\e944";
|
|
17060
17084
|
}
|
|
17061
|
-
|
|
17085
|
+
|
|
17086
|
+
.icon-time::before {
|
|
17062
17087
|
content: "\e945";
|
|
17063
17088
|
}
|
|
17064
|
-
|
|
17089
|
+
|
|
17090
|
+
.icon-search::before {
|
|
17065
17091
|
content: "\e949";
|
|
17066
17092
|
}
|
|
17067
|
-
|
|
17093
|
+
|
|
17094
|
+
.icon-close::before {
|
|
17068
17095
|
content: "\e94a";
|
|
17069
17096
|
}
|
|
17070
|
-
|
|
17097
|
+
|
|
17098
|
+
.icon-info::before {
|
|
17071
17099
|
content: "\e94b";
|
|
17072
17100
|
}
|
|
17073
|
-
|
|
17101
|
+
|
|
17102
|
+
.icon-danger::before {
|
|
17074
17103
|
content: "\e94c";
|
|
17075
17104
|
}
|
|
17076
|
-
|
|
17105
|
+
|
|
17106
|
+
.icon-danger-fill::before {
|
|
17077
17107
|
content: "\e94d";
|
|
17078
17108
|
}
|
|
17079
|
-
|
|
17109
|
+
|
|
17110
|
+
.icon-expand-left::before {
|
|
17080
17111
|
content: "\e94e";
|
|
17081
17112
|
}
|
|
17082
|
-
|
|
17113
|
+
|
|
17114
|
+
.icon-expand-right::before {
|
|
17083
17115
|
content: "\e94f";
|
|
17084
17116
|
}
|
|
17085
|
-
|
|
17117
|
+
|
|
17118
|
+
.icon-expand-up::before {
|
|
17086
17119
|
content: "\e950";
|
|
17087
17120
|
}
|
|
17088
|
-
|
|
17121
|
+
|
|
17122
|
+
.icon-expand-down::before {
|
|
17089
17123
|
content: "\e951";
|
|
17090
17124
|
}
|
|
17091
|
-
|
|
17125
|
+
|
|
17126
|
+
.icon-calendar::before {
|
|
17092
17127
|
content: "\e952";
|
|
17093
17128
|
}
|
|
17094
|
-
|
|
17129
|
+
|
|
17130
|
+
.icon-paper::before {
|
|
17095
17131
|
content: "\e953";
|
|
17096
17132
|
}
|
|
17097
|
-
|
|
17133
|
+
|
|
17134
|
+
.icon-import::before {
|
|
17098
17135
|
content: "\e954";
|
|
17099
17136
|
}
|
|
17100
|
-
|
|
17137
|
+
|
|
17138
|
+
.icon-export::before {
|
|
17101
17139
|
content: "\e955";
|
|
17102
17140
|
}
|
|
17103
|
-
|
|
17141
|
+
|
|
17142
|
+
.icon-img::before {
|
|
17104
17143
|
content: "\e956";
|
|
17105
17144
|
}
|
|
17106
|
-
|
|
17145
|
+
|
|
17146
|
+
.icon-favorite::before {
|
|
17107
17147
|
content: "\e957";
|
|
17108
17148
|
}
|
|
17109
|
-
|
|
17149
|
+
|
|
17150
|
+
.icon-favorite-fill::before {
|
|
17110
17151
|
content: "\e958";
|
|
17111
17152
|
}
|
|
17112
|
-
|
|
17153
|
+
|
|
17154
|
+
.icon-phone::before {
|
|
17113
17155
|
content: "\e959";
|
|
17114
17156
|
}
|
|
17115
|
-
|
|
17157
|
+
|
|
17158
|
+
.icon-phone-stroke::before {
|
|
17116
17159
|
content: "\e95a";
|
|
17117
17160
|
}
|
|
17118
|
-
|
|
17161
|
+
|
|
17162
|
+
.icon-home::before {
|
|
17119
17163
|
content: "\e95b";
|
|
17120
17164
|
}
|
|
17121
|
-
|
|
17165
|
+
|
|
17166
|
+
.icon-expand-up-double::before {
|
|
17122
17167
|
content: "\e95c";
|
|
17123
17168
|
}
|
|
17124
|
-
|
|
17169
|
+
|
|
17170
|
+
.icon-expand-down-double::before {
|
|
17125
17171
|
content: "\e95d";
|
|
17126
17172
|
}
|
|
17127
|
-
|
|
17173
|
+
|
|
17174
|
+
.icon-expand-left-double::before {
|
|
17128
17175
|
content: "\e95e";
|
|
17129
17176
|
}
|
|
17130
|
-
|
|
17177
|
+
|
|
17178
|
+
.icon-expand-right-double::before {
|
|
17131
17179
|
content: "\e95f";
|
|
17132
17180
|
}
|
|
17133
|
-
|
|
17181
|
+
|
|
17182
|
+
.icon-setting-stroke::before {
|
|
17134
17183
|
content: "\e960";
|
|
17135
17184
|
}
|
|
17136
|
-
|
|
17185
|
+
|
|
17186
|
+
.icon-setting::before {
|
|
17137
17187
|
content: "\e961";
|
|
17138
17188
|
}
|
|
17139
|
-
|
|
17189
|
+
|
|
17190
|
+
.icon-email::before {
|
|
17140
17191
|
content: "\e962";
|
|
17141
17192
|
}
|
|
17142
|
-
|
|
17193
|
+
|
|
17194
|
+
.icon-more-horizontal::before {
|
|
17143
17195
|
content: "\e963";
|
|
17144
17196
|
}
|
|
17145
|
-
|
|
17197
|
+
|
|
17198
|
+
.icon-more::before {
|
|
17146
17199
|
content: "\e964";
|
|
17147
17200
|
}
|
|
17148
|
-
|
|
17201
|
+
|
|
17202
|
+
.icon-help::before {
|
|
17149
17203
|
content: "\e965";
|
|
17150
17204
|
}
|
|
17151
|
-
|
|
17205
|
+
|
|
17206
|
+
.icon-check-circle-stroke::before {
|
|
17152
17207
|
content: "\e966";
|
|
17153
17208
|
}
|
|
17154
|
-
|
|
17209
|
+
|
|
17210
|
+
.icon-check-circle-fill::before {
|
|
17155
17211
|
content: "\e967";
|
|
17156
17212
|
}
|
|
17157
|
-
|
|
17213
|
+
|
|
17214
|
+
.icon-map::before {
|
|
17158
17215
|
content: "\e968";
|
|
17159
17216
|
}
|
|
17160
|
-
|
|
17217
|
+
|
|
17218
|
+
.icon-refresh::before {
|
|
17161
17219
|
content: "\e969";
|
|
17162
17220
|
}
|
|
17163
|
-
|
|
17221
|
+
|
|
17222
|
+
.icon-drag::before {
|
|
17164
17223
|
content: "\e96a";
|
|
17165
17224
|
}
|
|
17166
|
-
|
|
17225
|
+
|
|
17226
|
+
.icon-clip::before {
|
|
17167
17227
|
content: "\e96b";
|
|
17168
17228
|
}
|
|
17169
|
-
|
|
17229
|
+
|
|
17230
|
+
.icon-file::before {
|
|
17170
17231
|
content: "\e96c";
|
|
17171
17232
|
}
|
|
17172
|
-
|
|
17233
|
+
|
|
17234
|
+
.icon-card::before {
|
|
17173
17235
|
content: "\e96d";
|
|
17174
17236
|
}
|
|
17175
|
-
|
|
17237
|
+
|
|
17238
|
+
.icon-car::before {
|
|
17176
17239
|
content: "\e96e";
|
|
17177
17240
|
}
|
|
17178
|
-
|
|
17241
|
+
|
|
17242
|
+
.icon-handle::before {
|
|
17179
17243
|
content: "\e96f";
|
|
17180
17244
|
}
|
|
17181
|
-
|
|
17245
|
+
|
|
17246
|
+
.icon-counselor::before {
|
|
17182
17247
|
content: "\e970";
|
|
17183
17248
|
}
|
|
17184
|
-
|
|
17249
|
+
|
|
17250
|
+
.icon-chart-bar::before {
|
|
17185
17251
|
content: "\e971";
|
|
17186
17252
|
}
|
|
17187
|
-
|
|
17253
|
+
|
|
17254
|
+
.icon-coin::before {
|
|
17188
17255
|
content: "\e972";
|
|
17189
17256
|
}
|
|
17190
|
-
|
|
17257
|
+
|
|
17258
|
+
.icon-receipt::before {
|
|
17191
17259
|
content: "\e973";
|
|
17192
17260
|
}
|
|
17193
|
-
|
|
17261
|
+
|
|
17262
|
+
.icon-briefcase::before {
|
|
17194
17263
|
content: "\e974";
|
|
17195
17264
|
}
|
|
17196
|
-
|
|
17265
|
+
|
|
17266
|
+
.icon-arrow-dropdown-left::before {
|
|
17197
17267
|
content: "\e975";
|
|
17198
17268
|
}
|
|
17199
|
-
|
|
17269
|
+
|
|
17270
|
+
.icon-arrow-dropdown-right::before {
|
|
17200
17271
|
content: "\e976";
|
|
17201
17272
|
}
|
|
17202
|
-
|
|
17273
|
+
|
|
17274
|
+
.icon-lock::before {
|
|
17203
17275
|
content: "\e977";
|
|
17204
17276
|
}
|
|
17205
|
-
|
|
17277
|
+
|
|
17278
|
+
.icon-unlock::before {
|
|
17206
17279
|
content: "\e978";
|
|
17207
17280
|
}
|
|
17208
|
-
|
|
17281
|
+
|
|
17282
|
+
.icon-save::before {
|
|
17209
17283
|
content: "\e979";
|
|
17210
17284
|
}
|
|
17211
|
-
|
|
17285
|
+
|
|
17286
|
+
.icon-database::before {
|
|
17212
17287
|
content: "\e980";
|
|
17213
17288
|
}
|
|
17214
|
-
|
|
17289
|
+
|
|
17290
|
+
.icon-undo::before {
|
|
17215
17291
|
content: "\e981";
|
|
17216
17292
|
}
|
|
17217
|
-
|
|
17293
|
+
|
|
17294
|
+
.icon-redo::before {
|
|
17218
17295
|
content: "\e982";
|
|
17219
17296
|
}
|
|
17220
|
-
|
|
17297
|
+
|
|
17298
|
+
.icon-unlink-alt::before {
|
|
17221
17299
|
content: "\e983";
|
|
17222
17300
|
}
|
|
17223
|
-
|
|
17301
|
+
|
|
17302
|
+
.icon-youtube-stroke::before {
|
|
17224
17303
|
content: "\e984";
|
|
17225
17304
|
}
|
|
17226
|
-
|
|
17305
|
+
|
|
17306
|
+
.icon-horizontalLine::before {
|
|
17227
17307
|
content: "\e985";
|
|
17228
17308
|
}
|
|
17229
|
-
|
|
17309
|
+
|
|
17310
|
+
.icon-spacing::before {
|
|
17230
17311
|
content: "\e986";
|
|
17231
17312
|
}
|
|
17232
|
-
|
|
17313
|
+
|
|
17314
|
+
.icon-clipboard::before {
|
|
17233
17315
|
content: "\e987";
|
|
17234
17316
|
}
|
|
17235
|
-
|
|
17317
|
+
|
|
17318
|
+
.icon-inputForm::before {
|
|
17236
17319
|
content: "\e988";
|
|
17237
17320
|
}
|
|
17238
|
-
|
|
17321
|
+
|
|
17322
|
+
.icon-copy::before {
|
|
17239
17323
|
content: "\e989";
|
|
17240
17324
|
}
|
|
17241
|
-
|
|
17325
|
+
|
|
17326
|
+
.icon-text::before {
|
|
17242
17327
|
content: "\e990";
|
|
17243
17328
|
}
|
|
17244
|
-
|
|
17329
|
+
|
|
17330
|
+
.icon-logout::before {
|
|
17245
17331
|
content: "\e991";
|
|
17246
17332
|
}
|
|
17247
|
-
|
|
17333
|
+
|
|
17334
|
+
.icon-detailView::before {
|
|
17248
17335
|
content: "\e992";
|
|
17249
17336
|
}
|
|
17250
|
-
|
|
17337
|
+
|
|
17338
|
+
.icon-company::before {
|
|
17251
17339
|
content: "\e993";
|
|
17252
17340
|
}
|
|
17253
|
-
|
|
17341
|
+
|
|
17342
|
+
.icon-landing::before {
|
|
17254
17343
|
content: "\e994";
|
|
17255
17344
|
}
|
|
17256
|
-
|
|
17345
|
+
|
|
17346
|
+
.icon-code::before {
|
|
17257
17347
|
content: "\e995";
|
|
17258
17348
|
}
|
|
17259
|
-
|
|
17349
|
+
|
|
17350
|
+
.icon-footer::before {
|
|
17260
17351
|
content: "\e996";
|
|
17261
17352
|
}
|
|
17262
|
-
|
|
17353
|
+
|
|
17354
|
+
.icon-click::before {
|
|
17263
17355
|
content: "\e997";
|
|
17264
17356
|
}
|
|
17265
|
-
|
|
17357
|
+
|
|
17358
|
+
.icon-align-left::before {
|
|
17266
17359
|
content: "\e998";
|
|
17267
17360
|
}
|
|
17268
|
-
|
|
17361
|
+
|
|
17362
|
+
.icon-align-center::before {
|
|
17269
17363
|
content: "\e999";
|
|
17270
17364
|
}
|
|
17271
|
-
|
|
17365
|
+
|
|
17366
|
+
.icon-align-right::before {
|
|
17272
17367
|
content: "\e99a";
|
|
17273
17368
|
}
|
|
17274
|
-
|
|
17369
|
+
|
|
17370
|
+
.icon-input::before {
|
|
17275
17371
|
content: "\e99b";
|
|
17276
17372
|
}
|
|
17277
|
-
|
|
17373
|
+
|
|
17374
|
+
.icon-margin-right::before {
|
|
17278
17375
|
content: "\e99c";
|
|
17279
17376
|
}
|
|
17280
|
-
|
|
17377
|
+
|
|
17378
|
+
.icon-margin-top::before {
|
|
17281
17379
|
content: "\e99d";
|
|
17282
17380
|
}
|
|
17283
|
-
|
|
17381
|
+
|
|
17382
|
+
.icon-margin-left::before {
|
|
17284
17383
|
content: "\e99e";
|
|
17285
17384
|
}
|
|
17286
|
-
|
|
17385
|
+
|
|
17386
|
+
.icon-margin-bottom::before {
|
|
17287
17387
|
content: "\e99f";
|
|
17288
17388
|
}
|
|
17289
|
-
|
|
17389
|
+
|
|
17390
|
+
.icon-login::before {
|
|
17290
17391
|
content: "\e97a";
|
|
17291
17392
|
}
|
|
17292
|
-
|
|
17393
|
+
|
|
17394
|
+
.icon-margin-horizontal::before {
|
|
17293
17395
|
content: "\e97b";
|
|
17294
17396
|
}
|
|
17295
|
-
|
|
17397
|
+
|
|
17398
|
+
.icon-margin-vertical::before {
|
|
17296
17399
|
content: "\e97c";
|
|
17297
17400
|
}
|
|
17298
|
-
|
|
17401
|
+
|
|
17402
|
+
.icon-button::before {
|
|
17299
17403
|
content: "\e97d";
|
|
17300
17404
|
}
|
|
17301
|
-
|
|
17405
|
+
|
|
17406
|
+
.icon-desktop::before {
|
|
17302
17407
|
content: "\e9a0";
|
|
17303
17408
|
}
|
|
17304
|
-
|
|
17409
|
+
|
|
17410
|
+
.icon-mobile::before {
|
|
17305
17411
|
content: "\e9a1";
|
|
17306
17412
|
}
|
|
17307
|
-
|
|
17413
|
+
|
|
17414
|
+
.icon-align-bottom::before {
|
|
17308
17415
|
content: "\e9a2";
|
|
17309
17416
|
}
|
|
17310
|
-
|
|
17417
|
+
|
|
17418
|
+
.icon-align-middle::before {
|
|
17311
17419
|
content: "\e9a3";
|
|
17312
17420
|
}
|
|
17313
|
-
|
|
17421
|
+
|
|
17422
|
+
.icon-align-top::before {
|
|
17314
17423
|
content: "\e9a4";
|
|
17315
17424
|
}
|
|
17316
|
-
|
|
17425
|
+
|
|
17426
|
+
.icon-gap::before {
|
|
17317
17427
|
content: "\e9a5";
|
|
17318
17428
|
}
|
|
17319
|
-
|
|
17429
|
+
|
|
17430
|
+
.icon-layout-horizontal::before {
|
|
17320
17431
|
content: "\e9a6";
|
|
17321
17432
|
}
|
|
17322
|
-
|
|
17433
|
+
|
|
17434
|
+
.icon-layout-vertical::before {
|
|
17323
17435
|
content: "\e9a7";
|
|
17324
17436
|
}
|
|
17325
|
-
|
|
17437
|
+
|
|
17438
|
+
.icon-section::before {
|
|
17326
17439
|
content: "\e9a8";
|
|
17327
17440
|
}
|
|
17328
|
-
|
|
17441
|
+
|
|
17442
|
+
.icon-twinkle::before {
|
|
17329
17443
|
content: "\e9a9";
|
|
17330
17444
|
}
|
|
17331
|
-
|
|
17445
|
+
|
|
17446
|
+
.icon-close-circle-stroke::before {
|
|
17332
17447
|
content: "\e98a";
|
|
17333
17448
|
}
|
|
17334
|
-
|
|
17449
|
+
|
|
17450
|
+
.icon-grid::before {
|
|
17335
17451
|
content: "\e98b";
|
|
17336
17452
|
}
|
|
17337
|
-
|
|
17453
|
+
|
|
17454
|
+
.icon-grid-list::before {
|
|
17338
17455
|
content: "\e98c";
|
|
17339
17456
|
}
|
|
17340
17457
|
|
|
@@ -17348,8 +17465,6 @@ button {
|
|
|
17348
17465
|
font-size: 16px;
|
|
17349
17466
|
line-height: 1.6;
|
|
17350
17467
|
font-weight: 400;
|
|
17351
|
-
}
|
|
17352
|
-
button:not(button) {
|
|
17353
17468
|
color: var(--color-text-body);
|
|
17354
17469
|
}
|
|
17355
17470
|
@media screen and (max-width: calc(768px - 1px)) {
|
|
@@ -17367,8 +17482,6 @@ button.xxs {
|
|
|
17367
17482
|
font-size: 12px;
|
|
17368
17483
|
line-height: 1.6;
|
|
17369
17484
|
font-weight: 400;
|
|
17370
|
-
}
|
|
17371
|
-
button.xxs:not(button) {
|
|
17372
17485
|
color: var(--color-text-body);
|
|
17373
17486
|
}
|
|
17374
17487
|
button.xxs {
|
|
@@ -17382,8 +17495,6 @@ button.xs {
|
|
|
17382
17495
|
font-size: 14px;
|
|
17383
17496
|
line-height: 1.6;
|
|
17384
17497
|
font-weight: 400;
|
|
17385
|
-
}
|
|
17386
|
-
button.xs:not(button) {
|
|
17387
17498
|
color: var(--color-text-body);
|
|
17388
17499
|
}
|
|
17389
17500
|
@media screen and (max-width: calc(768px - 1px)) {
|
|
@@ -17402,8 +17513,6 @@ button.md {
|
|
|
17402
17513
|
font-size: 20px;
|
|
17403
17514
|
line-height: 1.6;
|
|
17404
17515
|
font-weight: 400;
|
|
17405
|
-
}
|
|
17406
|
-
button.md:not(button) {
|
|
17407
17516
|
color: var(--color-text-body);
|
|
17408
17517
|
}
|
|
17409
17518
|
@media screen and (max-width: calc(768px - 1px)) {
|
|
@@ -17419,8 +17528,6 @@ button.lg {
|
|
|
17419
17528
|
font-size: 24px;
|
|
17420
17529
|
line-height: 1.4;
|
|
17421
17530
|
font-weight: 400;
|
|
17422
|
-
}
|
|
17423
|
-
button.lg:not(button) {
|
|
17424
17531
|
color: var(--color-text-body);
|
|
17425
17532
|
}
|
|
17426
17533
|
@media screen and (max-width: calc(768px - 1px)) {
|
|
@@ -18433,8 +18540,6 @@ input[type=file] {
|
|
|
18433
18540
|
font-size: 16px;
|
|
18434
18541
|
line-height: 1.6;
|
|
18435
18542
|
font-weight: 400;
|
|
18436
|
-
}
|
|
18437
|
-
input[type=file]:not(button) {
|
|
18438
18543
|
color: var(--color-text-body);
|
|
18439
18544
|
}
|
|
18440
18545
|
@media screen and (max-width: calc(768px - 1px)) {
|
|
@@ -18467,8 +18572,6 @@ input[type=file]::file-selector-button {
|
|
|
18467
18572
|
font-size: 16px;
|
|
18468
18573
|
line-height: 1.6;
|
|
18469
18574
|
font-weight: 400;
|
|
18470
|
-
}
|
|
18471
|
-
input[type=file]::file-selector-button:not(button) {
|
|
18472
18575
|
color: var(--color-text-body);
|
|
18473
18576
|
}
|
|
18474
18577
|
@media screen and (max-width: calc(768px - 1px)) {
|
|
@@ -18524,20 +18627,6 @@ input[type=datetime] {
|
|
|
18524
18627
|
font-size: 16px;
|
|
18525
18628
|
line-height: 1.6;
|
|
18526
18629
|
font-weight: 400;
|
|
18527
|
-
}
|
|
18528
|
-
input[type=text]:not(button),
|
|
18529
|
-
input[type=date]:not(button),
|
|
18530
|
-
input[type=datetime-local]:not(button),
|
|
18531
|
-
input[type=email]:not(button),
|
|
18532
|
-
input[type=month]:not(button),
|
|
18533
|
-
input[type=number]:not(button),
|
|
18534
|
-
input[type=password]:not(button),
|
|
18535
|
-
input[type=search]:not(button),
|
|
18536
|
-
input[type=tel]:not(button),
|
|
18537
|
-
input[type=time]:not(button),
|
|
18538
|
-
input[type=url]:not(button),
|
|
18539
|
-
input[type=week]:not(button),
|
|
18540
|
-
input[type=datetime]:not(button) {
|
|
18541
18630
|
color: var(--color-text-body);
|
|
18542
18631
|
}
|
|
18543
18632
|
@media screen and (max-width: calc(768px - 1px)) {
|
|
@@ -18685,7 +18774,10 @@ input[type=time]:read-only,
|
|
|
18685
18774
|
input[type=url]:read-only,
|
|
18686
18775
|
input[type=week]:read-only,
|
|
18687
18776
|
input[type=datetime]:read-only {
|
|
18777
|
+
background-color: transparent;
|
|
18688
18778
|
border: none;
|
|
18779
|
+
color: inherit;
|
|
18780
|
+
cursor: default;
|
|
18689
18781
|
}
|
|
18690
18782
|
input[type=text].success:not(:disabled):not(:read-only),
|
|
18691
18783
|
input[type=date].success:not(:disabled):not(:read-only),
|
|
@@ -18856,20 +18948,6 @@ input[type=datetime].md {
|
|
|
18856
18948
|
font-size: 20px;
|
|
18857
18949
|
line-height: 1.6;
|
|
18858
18950
|
font-weight: 400;
|
|
18859
|
-
}
|
|
18860
|
-
input[type=text].md:not(button),
|
|
18861
|
-
input[type=date].md:not(button),
|
|
18862
|
-
input[type=datetime-local].md:not(button),
|
|
18863
|
-
input[type=email].md:not(button),
|
|
18864
|
-
input[type=month].md:not(button),
|
|
18865
|
-
input[type=number].md:not(button),
|
|
18866
|
-
input[type=password].md:not(button),
|
|
18867
|
-
input[type=search].md:not(button),
|
|
18868
|
-
input[type=tel].md:not(button),
|
|
18869
|
-
input[type=time].md:not(button),
|
|
18870
|
-
input[type=url].md:not(button),
|
|
18871
|
-
input[type=week].md:not(button),
|
|
18872
|
-
input[type=datetime].md:not(button) {
|
|
18873
18951
|
color: var(--color-text-body);
|
|
18874
18952
|
}
|
|
18875
18953
|
@media screen and (max-width: calc(768px - 1px)) {
|
|
@@ -18921,20 +18999,6 @@ input[type=datetime].lg {
|
|
|
18921
18999
|
font-size: 20px;
|
|
18922
19000
|
line-height: 1.6;
|
|
18923
19001
|
font-weight: 400;
|
|
18924
|
-
}
|
|
18925
|
-
input[type=text].lg:not(button),
|
|
18926
|
-
input[type=date].lg:not(button),
|
|
18927
|
-
input[type=datetime-local].lg:not(button),
|
|
18928
|
-
input[type=email].lg:not(button),
|
|
18929
|
-
input[type=month].lg:not(button),
|
|
18930
|
-
input[type=number].lg:not(button),
|
|
18931
|
-
input[type=password].lg:not(button),
|
|
18932
|
-
input[type=search].lg:not(button),
|
|
18933
|
-
input[type=tel].lg:not(button),
|
|
18934
|
-
input[type=time].lg:not(button),
|
|
18935
|
-
input[type=url].lg:not(button),
|
|
18936
|
-
input[type=week].lg:not(button),
|
|
18937
|
-
input[type=datetime].lg:not(button) {
|
|
18938
19002
|
color: var(--color-text-body);
|
|
18939
19003
|
}
|
|
18940
19004
|
@media screen and (max-width: calc(768px - 1px)) {
|
|
@@ -19423,8 +19487,6 @@ textarea {
|
|
|
19423
19487
|
font-size: 16px;
|
|
19424
19488
|
line-height: 1.6;
|
|
19425
19489
|
font-weight: 400;
|
|
19426
|
-
}
|
|
19427
|
-
textarea:not(button) {
|
|
19428
19490
|
color: var(--color-text-body);
|
|
19429
19491
|
}
|
|
19430
19492
|
@media screen and (max-width: calc(768px - 1px)) {
|
|
@@ -19449,7 +19511,10 @@ textarea:focus-visible:not(:disabled):not(:read-only), textarea:focus:not(:disab
|
|
|
19449
19511
|
border: 1px solid var(--color-primary);
|
|
19450
19512
|
}
|
|
19451
19513
|
textarea:read-only {
|
|
19514
|
+
background-color: transparent;
|
|
19452
19515
|
border: none;
|
|
19516
|
+
color: inherit;
|
|
19517
|
+
cursor: default;
|
|
19453
19518
|
resize: none;
|
|
19454
19519
|
}
|
|
19455
19520
|
textarea:focus-visible:not(:disabled) {
|
|
@@ -19476,8 +19541,6 @@ select {
|
|
|
19476
19541
|
font-size: 16px;
|
|
19477
19542
|
line-height: 1.6;
|
|
19478
19543
|
font-weight: 400;
|
|
19479
|
-
}
|
|
19480
|
-
select:not(button) {
|
|
19481
19544
|
color: var(--color-text-body);
|
|
19482
19545
|
}
|
|
19483
19546
|
@media screen and (max-width: calc(768px - 1px)) {
|
|
@@ -19612,8 +19675,6 @@ label {
|
|
|
19612
19675
|
font-size: 14px;
|
|
19613
19676
|
line-height: 1.6;
|
|
19614
19677
|
font-weight: 400;
|
|
19615
|
-
}
|
|
19616
|
-
label:not(button) {
|
|
19617
19678
|
color: var(--color-text-body);
|
|
19618
19679
|
}
|
|
19619
19680
|
@media screen and (max-width: calc(768px - 1px)) {
|
|
@@ -19625,8 +19686,6 @@ label.lg {
|
|
|
19625
19686
|
font-size: 16px;
|
|
19626
19687
|
line-height: 1.6;
|
|
19627
19688
|
font-weight: 400;
|
|
19628
|
-
}
|
|
19629
|
-
label.lg:not(button) {
|
|
19630
19689
|
color: var(--color-text-body);
|
|
19631
19690
|
}
|
|
19632
19691
|
@media screen and (max-width: calc(768px - 1px)) {
|
|
@@ -19638,8 +19697,6 @@ label.sm {
|
|
|
19638
19697
|
font-size: 12px;
|
|
19639
19698
|
line-height: 1.6;
|
|
19640
19699
|
font-weight: 400;
|
|
19641
|
-
}
|
|
19642
|
-
label.sm:not(button) {
|
|
19643
19700
|
color: var(--color-text-body);
|
|
19644
19701
|
}
|
|
19645
19702
|
label.semibold {
|
|
@@ -19679,8 +19736,6 @@ ul.tabs > li > a {
|
|
|
19679
19736
|
font-size: 16px;
|
|
19680
19737
|
line-height: 1.6;
|
|
19681
19738
|
font-weight: 400;
|
|
19682
|
-
}
|
|
19683
|
-
ul.tabs > li > a:not(button) {
|
|
19684
19739
|
color: var(--color-text-body);
|
|
19685
19740
|
}
|
|
19686
19741
|
@media screen and (max-width: calc(768px - 1px)) {
|
|
@@ -19703,8 +19758,6 @@ ul.tabs > li.on > a {
|
|
|
19703
19758
|
font-size: 16px;
|
|
19704
19759
|
line-height: 1.6;
|
|
19705
19760
|
font-weight: 600;
|
|
19706
|
-
}
|
|
19707
|
-
ul.tabs > li.on > a:not(button) {
|
|
19708
19761
|
color: var(--color-text-body);
|
|
19709
19762
|
}
|
|
19710
19763
|
@media screen and (max-width: calc(768px - 1px)) {
|