holygrail2 1.2.98 → 1.3.0
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/style-rtl.css +97 -77
- package/dist/style-rtl.css.map +1 -1
- package/dist/style.css +97 -77
- package/dist/style.css.map +1 -1
- package/package.json +1 -1
- package/scss/_variables.scss +1 -1
- package/scss/abstract/_setup.scss +1 -1
- package/scss/base/_helpers.scss +7 -0
- package/scss/elements/_form.scss +14 -6
package/dist/style-rtl.css
CHANGED
|
@@ -5062,7 +5062,7 @@ mark {
|
|
|
5062
5062
|
}
|
|
5063
5063
|
|
|
5064
5064
|
.c-dark-grey {
|
|
5065
|
-
color: #
|
|
5065
|
+
color: #737373;
|
|
5066
5066
|
}
|
|
5067
5067
|
|
|
5068
5068
|
.c-middle-grey {
|
|
@@ -5078,7 +5078,7 @@ mark {
|
|
|
5078
5078
|
}
|
|
5079
5079
|
|
|
5080
5080
|
.second-color {
|
|
5081
|
-
color: #
|
|
5081
|
+
color: #737373;
|
|
5082
5082
|
}
|
|
5083
5083
|
|
|
5084
5084
|
.is-info {
|
|
@@ -5163,7 +5163,7 @@ mark {
|
|
|
5163
5163
|
}
|
|
5164
5164
|
|
|
5165
5165
|
.bg-dark-grey {
|
|
5166
|
-
background-color: #
|
|
5166
|
+
background-color: #737373;
|
|
5167
5167
|
}
|
|
5168
5168
|
|
|
5169
5169
|
.bg-middle-grey {
|
|
@@ -5461,10 +5461,10 @@ hr {
|
|
|
5461
5461
|
}
|
|
5462
5462
|
|
|
5463
5463
|
.hg-status-d {
|
|
5464
|
-
color: #
|
|
5464
|
+
color: #737373;
|
|
5465
5465
|
}
|
|
5466
5466
|
.hg-status-d::before {
|
|
5467
|
-
background-color: #
|
|
5467
|
+
background-color: #737373;
|
|
5468
5468
|
}
|
|
5469
5469
|
|
|
5470
5470
|
.block-right {
|
|
@@ -5750,12 +5750,12 @@ strong {
|
|
|
5750
5750
|
background-color: rgba(240, 240, 240, 0.1);
|
|
5751
5751
|
}
|
|
5752
5752
|
.ov-custom::-webkit-scrollbar-thumb {
|
|
5753
|
-
background-color: rgba(
|
|
5753
|
+
background-color: rgba(115, 115, 115, 0.6);
|
|
5754
5754
|
border-radius: 16px;
|
|
5755
5755
|
border: 3px solid #fff;
|
|
5756
5756
|
}
|
|
5757
5757
|
.ov-custom::-webkit-scrollbar-thumb:hover {
|
|
5758
|
-
background-color: rgba(
|
|
5758
|
+
background-color: rgba(115, 115, 115, 0.6);
|
|
5759
5759
|
border: 2px solid #f0f0f0;
|
|
5760
5760
|
}
|
|
5761
5761
|
.ov-custom::-webkit-scrollbar-button {
|
|
@@ -5918,6 +5918,14 @@ strong {
|
|
|
5918
5918
|
pointer-events: none;
|
|
5919
5919
|
}
|
|
5920
5920
|
|
|
5921
|
+
.pointer-events-none {
|
|
5922
|
+
pointer-events: none;
|
|
5923
|
+
}
|
|
5924
|
+
|
|
5925
|
+
.pointer-events-all {
|
|
5926
|
+
pointer-events: all;
|
|
5927
|
+
}
|
|
5928
|
+
|
|
5921
5929
|
.font-l {
|
|
5922
5930
|
font-family: arial, sans-serif;
|
|
5923
5931
|
}
|
|
@@ -6557,7 +6565,7 @@ button {
|
|
|
6557
6565
|
pointer-events: none;
|
|
6558
6566
|
background-color: #f0f0f0;
|
|
6559
6567
|
border: 1px solid #f0f0f0;
|
|
6560
|
-
color: #
|
|
6568
|
+
color: #737373;
|
|
6561
6569
|
opacity: 1;
|
|
6562
6570
|
cursor: not-allowed;
|
|
6563
6571
|
}
|
|
@@ -6579,7 +6587,7 @@ button {
|
|
|
6579
6587
|
pointer-events: none;
|
|
6580
6588
|
background-color: #f0f0f0;
|
|
6581
6589
|
border: 1px solid #f0f0f0;
|
|
6582
|
-
color: #
|
|
6590
|
+
color: #737373;
|
|
6583
6591
|
opacity: 1;
|
|
6584
6592
|
}
|
|
6585
6593
|
.btn.btn-separate {
|
|
@@ -6611,7 +6619,7 @@ button {
|
|
|
6611
6619
|
.btn.btn-feel-invert[disabled], .btn.btn-feel-invert:disabled, .btn.btn-feel-invert.disabled {
|
|
6612
6620
|
opacity: 1;
|
|
6613
6621
|
border-color: #f0f0f0;
|
|
6614
|
-
color: #
|
|
6622
|
+
color: #737373;
|
|
6615
6623
|
cursor: default;
|
|
6616
6624
|
}
|
|
6617
6625
|
.btn.has-ico-center {
|
|
@@ -6755,26 +6763,26 @@ button {
|
|
|
6755
6763
|
}
|
|
6756
6764
|
.btn-primary:focus, .btn-primary.focus, .btn-primary:hover, .btn-primary.hover, .btn-primary:active, .btn-primary.active {
|
|
6757
6765
|
color: #fff;
|
|
6758
|
-
background-color: #
|
|
6759
|
-
border: 1px solid #
|
|
6766
|
+
background-color: #737373;
|
|
6767
|
+
border: 1px solid #737373;
|
|
6760
6768
|
opacity: 1;
|
|
6761
6769
|
cursor: pointer;
|
|
6762
6770
|
}
|
|
6763
6771
|
.btn-primary[disabled], .btn-primary:disabled, .btn-primary.disabled {
|
|
6764
6772
|
background-color: #f0f0f0;
|
|
6765
6773
|
border: 1px solid #f0f0f0;
|
|
6766
|
-
color: #
|
|
6774
|
+
color: #737373;
|
|
6767
6775
|
opacity: 1;
|
|
6768
6776
|
}
|
|
6769
6777
|
.btn-primary[disabled] svg g, .btn-primary:disabled svg g, .btn-primary.disabled svg g {
|
|
6770
|
-
fill: #
|
|
6771
|
-
stroke: #
|
|
6778
|
+
fill: #737373;
|
|
6779
|
+
stroke: #737373;
|
|
6772
6780
|
}
|
|
6773
6781
|
.btn-primary[disabled] svg circle, .btn-primary:disabled svg circle, .btn-primary.disabled svg circle {
|
|
6774
|
-
stroke: #
|
|
6782
|
+
stroke: #737373;
|
|
6775
6783
|
}
|
|
6776
6784
|
.btn-primary[disabled] svg path, .btn-primary:disabled svg path, .btn-primary.disabled svg path {
|
|
6777
|
-
fill: #
|
|
6785
|
+
fill: #737373;
|
|
6778
6786
|
}
|
|
6779
6787
|
.has-light .btn-primary {
|
|
6780
6788
|
color: #000;
|
|
@@ -6793,8 +6801,8 @@ button {
|
|
|
6793
6801
|
}
|
|
6794
6802
|
.has-light .btn-primary:focus, .has-light .btn-primary.focus, .has-light .btn-primary:hover, .has-light .btn-primary.hover, .has-light .btn-primary:active, .has-light .btn-primary.active {
|
|
6795
6803
|
color: #fff;
|
|
6796
|
-
background-color: #
|
|
6797
|
-
border: 1px solid #
|
|
6804
|
+
background-color: #737373;
|
|
6805
|
+
border: 1px solid #737373;
|
|
6798
6806
|
opacity: 1;
|
|
6799
6807
|
}
|
|
6800
6808
|
.has-light .btn-primary:focus svg g, .has-light .btn-primary.focus svg g, .has-light .btn-primary:hover svg g, .has-light .btn-primary.hover svg g, .has-light .btn-primary:active svg g, .has-light .btn-primary.active svg g {
|
|
@@ -6810,7 +6818,7 @@ button {
|
|
|
6810
6818
|
.has-light .btn-primary[disabled], .has-light .btn-primary:disabled, .has-light .btn-primary.disabled {
|
|
6811
6819
|
background-color: #f0f0f0;
|
|
6812
6820
|
border: 1px solid #f0f0f0;
|
|
6813
|
-
color: #
|
|
6821
|
+
color: #737373;
|
|
6814
6822
|
opacity: 1;
|
|
6815
6823
|
}
|
|
6816
6824
|
|
|
@@ -6825,13 +6833,13 @@ button {
|
|
|
6825
6833
|
.btn-secondary:focus, .btn-secondary.focus, .btn-secondary:hover, .btn-secondary.hover, .btn-secondary:active, .btn-secondary.active {
|
|
6826
6834
|
color: #000;
|
|
6827
6835
|
background-color: #fff;
|
|
6828
|
-
border: 1px solid #
|
|
6836
|
+
border: 1px solid #737373;
|
|
6829
6837
|
opacity: 1;
|
|
6830
6838
|
}
|
|
6831
6839
|
.btn-secondary[disabled], .btn-secondary:disabled, .btn-secondary.disabled {
|
|
6832
6840
|
background-color: #f0f0f0;
|
|
6833
6841
|
border: 1px solid #f0f0f0;
|
|
6834
|
-
color: #
|
|
6842
|
+
color: #737373;
|
|
6835
6843
|
opacity: 1;
|
|
6836
6844
|
}
|
|
6837
6845
|
.btn-secondary[disabled] svg g, .btn-secondary:disabled svg g, .btn-secondary.disabled svg g {
|
|
@@ -6861,8 +6869,8 @@ button {
|
|
|
6861
6869
|
}
|
|
6862
6870
|
.has-light .btn-secondary:focus, .has-light .btn-secondary.focus, .has-light .btn-secondary:hover, .has-light .btn-secondary.hover, .has-light .btn-secondary:active, .has-light .btn-secondary.active {
|
|
6863
6871
|
color: #fff;
|
|
6864
|
-
background-color: #
|
|
6865
|
-
border: 1px solid #
|
|
6872
|
+
background-color: #737373;
|
|
6873
|
+
border: 1px solid #737373;
|
|
6866
6874
|
opacity: 1;
|
|
6867
6875
|
}
|
|
6868
6876
|
.has-light .btn-secondary:focus svg g, .has-light .btn-secondary.focus svg g, .has-light .btn-secondary:hover svg g, .has-light .btn-secondary.hover svg g, .has-light .btn-secondary:active svg g, .has-light .btn-secondary.active svg g {
|
|
@@ -6878,7 +6886,7 @@ button {
|
|
|
6878
6886
|
.has-light .btn-secondary[disabled], .has-light .btn-secondary:disabled, .has-light .btn-secondary.disabled {
|
|
6879
6887
|
background-color: #f0f0f0;
|
|
6880
6888
|
border: 1px solid #f0f0f0;
|
|
6881
|
-
color: #
|
|
6889
|
+
color: #737373;
|
|
6882
6890
|
opacity: 1;
|
|
6883
6891
|
}
|
|
6884
6892
|
|
|
@@ -6900,7 +6908,7 @@ button {
|
|
|
6900
6908
|
.btn-phantom:focus, .btn-phantom.focus, .btn-phantom:hover, .btn-phantom.hover, .btn-phantom:active, .btn-phantom.active {
|
|
6901
6909
|
color: #000;
|
|
6902
6910
|
background-color: transparent;
|
|
6903
|
-
border: 1px solid #
|
|
6911
|
+
border: 1px solid #737373;
|
|
6904
6912
|
opacity: 1;
|
|
6905
6913
|
}
|
|
6906
6914
|
|
|
@@ -6945,7 +6953,7 @@ button {
|
|
|
6945
6953
|
cursor: default;
|
|
6946
6954
|
background-color: #f0f0f0;
|
|
6947
6955
|
border: 1px solid #f0f0f0;
|
|
6948
|
-
color: #
|
|
6956
|
+
color: #737373;
|
|
6949
6957
|
filter: none;
|
|
6950
6958
|
opacity: 1;
|
|
6951
6959
|
}
|
|
@@ -6975,7 +6983,7 @@ button {
|
|
|
6975
6983
|
.btn-secondary-feel:focus, .btn-secondary-feel.focus, .btn-secondary-feel:hover, .btn-secondary-feel.hover, .btn-secondary-feel:active, .btn-secondary-feel.active {
|
|
6976
6984
|
opacity: 1;
|
|
6977
6985
|
color: #000;
|
|
6978
|
-
border: 1px solid #
|
|
6986
|
+
border: 1px solid #737373;
|
|
6979
6987
|
background-color: #fff;
|
|
6980
6988
|
}
|
|
6981
6989
|
.btn-secondary-feel:disabled, .btn-secondary-feel[disabled], .btn-secondary-feel.disabled {
|
|
@@ -6983,7 +6991,7 @@ button {
|
|
|
6983
6991
|
cursor: default;
|
|
6984
6992
|
background-color: #f0f0f0;
|
|
6985
6993
|
border: 1px solid #f0f0f0;
|
|
6986
|
-
color: #
|
|
6994
|
+
color: #737373;
|
|
6987
6995
|
filter: none;
|
|
6988
6996
|
opacity: 1;
|
|
6989
6997
|
}
|
|
@@ -7005,8 +7013,8 @@ button {
|
|
|
7005
7013
|
.has-light .btn-secondary-feel:focus, .has-light .btn-secondary-feel.focus, .has-light .btn-secondary-feel:hover, .has-light .btn-secondary-feel.hover, .has-light .btn-secondary-feel:active, .has-light .btn-secondary-feel.active {
|
|
7006
7014
|
opacity: 1;
|
|
7007
7015
|
color: #fff;
|
|
7008
|
-
border: 1px solid #
|
|
7009
|
-
background-color: #
|
|
7016
|
+
border: 1px solid #737373;
|
|
7017
|
+
background-color: #737373;
|
|
7010
7018
|
}
|
|
7011
7019
|
|
|
7012
7020
|
.btn-tertiary {
|
|
@@ -7031,7 +7039,7 @@ button {
|
|
|
7031
7039
|
cursor: default;
|
|
7032
7040
|
background-color: #f0f0f0;
|
|
7033
7041
|
border: 1px solid #f0f0f0;
|
|
7034
|
-
color: #
|
|
7042
|
+
color: #737373;
|
|
7035
7043
|
filter: none;
|
|
7036
7044
|
opacity: 1;
|
|
7037
7045
|
}
|
|
@@ -7185,7 +7193,7 @@ button {
|
|
|
7185
7193
|
opacity: 1;
|
|
7186
7194
|
}
|
|
7187
7195
|
.btn-social:disabled svg path, .btn-social[disabled] svg path, .btn-social.disabled svg path {
|
|
7188
|
-
fill: #
|
|
7196
|
+
fill: #737373;
|
|
7189
7197
|
}
|
|
7190
7198
|
|
|
7191
7199
|
.btn-google,
|
|
@@ -7247,8 +7255,8 @@ button {
|
|
|
7247
7255
|
.has-light .btn-apple:active,
|
|
7248
7256
|
.has-light .btn-apple.active {
|
|
7249
7257
|
opacity: 1;
|
|
7250
|
-
background-color: #
|
|
7251
|
-
border: 1px solid #
|
|
7258
|
+
background-color: #737373;
|
|
7259
|
+
border: 1px solid #737373;
|
|
7252
7260
|
}
|
|
7253
7261
|
.btn-apple svg-icon path,
|
|
7254
7262
|
.btn-apple svg-icon2 path,
|
|
@@ -7275,7 +7283,7 @@ button {
|
|
|
7275
7283
|
.has-light .btn-apple-secondary.active {
|
|
7276
7284
|
opacity: 1;
|
|
7277
7285
|
background-color: #fff;
|
|
7278
|
-
border: 1px solid #
|
|
7286
|
+
border: 1px solid #737373;
|
|
7279
7287
|
}
|
|
7280
7288
|
|
|
7281
7289
|
.btn-naver,
|
|
@@ -7582,7 +7590,7 @@ button {
|
|
|
7582
7590
|
.btn-feel[disabled], .btn-feel:disabled, .btn-feel.disabled {
|
|
7583
7591
|
background-color: #a9a9a9;
|
|
7584
7592
|
border: 1px solid #a9a9a9;
|
|
7585
|
-
color: #
|
|
7593
|
+
color: #737373;
|
|
7586
7594
|
opacity: 1;
|
|
7587
7595
|
}
|
|
7588
7596
|
.has-light .btn-feel {
|
|
@@ -7599,7 +7607,7 @@ button {
|
|
|
7599
7607
|
.has-light .btn-feel[disabled], .has-light .btn-feel:disabled, .has-light .btn-feel.disabled {
|
|
7600
7608
|
background-color: #a9a9a9;
|
|
7601
7609
|
border: 1px solid #a9a9a9;
|
|
7602
|
-
color: #
|
|
7610
|
+
color: #737373;
|
|
7603
7611
|
opacity: 1;
|
|
7604
7612
|
}
|
|
7605
7613
|
|
|
@@ -7680,13 +7688,13 @@ button {
|
|
|
7680
7688
|
}
|
|
7681
7689
|
.has-light .btn-primary-feel:hover, .has-light .btn-primary-feel.hover, .has-light .btn-primary-feel:focus, .has-light .btn-primary-feel.focus {
|
|
7682
7690
|
background-color: rgba(0, 0, 0, 0.6);
|
|
7683
|
-
color: #
|
|
7691
|
+
color: #737373;
|
|
7684
7692
|
border-color: rgba(0, 0, 0, 0.6);
|
|
7685
7693
|
}
|
|
7686
7694
|
.has-light .btn-primary-feel[disabled], .has-light .btn-primary-feel:disabled, .has-light .btn-primary-feel.disabled {
|
|
7687
7695
|
opacity: 1;
|
|
7688
7696
|
background-color: #f0f0f0;
|
|
7689
|
-
color: #
|
|
7697
|
+
color: #737373;
|
|
7690
7698
|
cursor: default;
|
|
7691
7699
|
}
|
|
7692
7700
|
.has-light .btn-google svg path {
|
|
@@ -7781,7 +7789,7 @@ button {
|
|
|
7781
7789
|
.btn-square[disabled], .btn-square:disabled, .btn-square.disabled {
|
|
7782
7790
|
background-color: transparent;
|
|
7783
7791
|
border: 1px solid transparent;
|
|
7784
|
-
color: #
|
|
7792
|
+
color: #737373;
|
|
7785
7793
|
opacity: 1;
|
|
7786
7794
|
}
|
|
7787
7795
|
.btn-square[disabled] svg, .btn-square:disabled svg, .btn-square.disabled svg {
|
|
@@ -7789,14 +7797,14 @@ button {
|
|
|
7789
7797
|
z-index: 15;
|
|
7790
7798
|
}
|
|
7791
7799
|
.btn-square[disabled] svg g, .btn-square:disabled svg g, .btn-square.disabled svg g {
|
|
7792
|
-
fill: #
|
|
7793
|
-
stroke: #
|
|
7800
|
+
fill: #737373;
|
|
7801
|
+
stroke: #737373;
|
|
7794
7802
|
}
|
|
7795
7803
|
.btn-square[disabled] svg circle, .btn-square:disabled svg circle, .btn-square.disabled svg circle {
|
|
7796
|
-
stroke: #
|
|
7804
|
+
stroke: #737373;
|
|
7797
7805
|
}
|
|
7798
7806
|
.btn-square[disabled] svg path, .btn-square:disabled svg path, .btn-square.disabled svg path {
|
|
7799
|
-
fill: #
|
|
7807
|
+
fill: #737373;
|
|
7800
7808
|
}
|
|
7801
7809
|
.has-light .btn-square {
|
|
7802
7810
|
border: none;
|
|
@@ -7834,7 +7842,7 @@ button {
|
|
|
7834
7842
|
.has-light .btn-square[disabled], .has-light .btn-square:disabled, .has-light .btn-square.disabled {
|
|
7835
7843
|
background-color: #f0f0f0;
|
|
7836
7844
|
border: 1px solid #f0f0f0;
|
|
7837
|
-
color: #
|
|
7845
|
+
color: #737373;
|
|
7838
7846
|
opacity: 1;
|
|
7839
7847
|
}
|
|
7840
7848
|
.has-light .btn-square[disabled] svg, .has-light .btn-square:disabled svg, .has-light .btn-square.disabled svg {
|
|
@@ -7842,14 +7850,14 @@ button {
|
|
|
7842
7850
|
z-index: 15;
|
|
7843
7851
|
}
|
|
7844
7852
|
.has-light .btn-square[disabled] svg g, .has-light .btn-square:disabled svg g, .has-light .btn-square.disabled svg g {
|
|
7845
|
-
fill: #
|
|
7846
|
-
stroke: #
|
|
7853
|
+
fill: #737373;
|
|
7854
|
+
stroke: #737373;
|
|
7847
7855
|
}
|
|
7848
7856
|
.has-light .btn-square[disabled] svg circle, .has-light .btn-square:disabled svg circle, .has-light .btn-square.disabled svg circle {
|
|
7849
|
-
stroke: #
|
|
7857
|
+
stroke: #737373;
|
|
7850
7858
|
}
|
|
7851
7859
|
.has-light .btn-square[disabled] svg path, .has-light .btn-square:disabled svg path, .has-light .btn-square.disabled svg path {
|
|
7852
|
-
fill: #
|
|
7860
|
+
fill: #737373;
|
|
7853
7861
|
}
|
|
7854
7862
|
|
|
7855
7863
|
.btn-icon {
|
|
@@ -7910,7 +7918,7 @@ button {
|
|
|
7910
7918
|
cursor: default;
|
|
7911
7919
|
background-color: #f0f0f0;
|
|
7912
7920
|
border: 1px solid #f0f0f0;
|
|
7913
|
-
color: #
|
|
7921
|
+
color: #737373;
|
|
7914
7922
|
filter: none;
|
|
7915
7923
|
opacity: 1;
|
|
7916
7924
|
}
|
|
@@ -7972,7 +7980,7 @@ button {
|
|
|
7972
7980
|
cursor: default;
|
|
7973
7981
|
background-color: #f0f0f0;
|
|
7974
7982
|
border: 1px solid #f0f0f0;
|
|
7975
|
-
color: #
|
|
7983
|
+
color: #737373;
|
|
7976
7984
|
filter: none;
|
|
7977
7985
|
opacity: 1;
|
|
7978
7986
|
}
|
|
@@ -8621,7 +8629,7 @@ button {
|
|
|
8621
8629
|
color: #fff;
|
|
8622
8630
|
}
|
|
8623
8631
|
.has-light .checkbox-card .checkbox-card-label {
|
|
8624
|
-
border: 1px solid #
|
|
8632
|
+
border: 1px solid #737373;
|
|
8625
8633
|
background: #000;
|
|
8626
8634
|
}
|
|
8627
8635
|
.has-light .checkbox-card [type=radio]:checked + .checkbox-card-label, .has-light .checkbox-card :hover + .checkbox-card-label {
|
|
@@ -8722,7 +8730,7 @@ fieldset[disabled] .form-control {
|
|
|
8722
8730
|
padding: 8px 0;
|
|
8723
8731
|
position: relative;
|
|
8724
8732
|
vertical-align: top;
|
|
8725
|
-
height: 40px;
|
|
8733
|
+
min-height: 40px;
|
|
8726
8734
|
box-sizing: border-box;
|
|
8727
8735
|
color: #000;
|
|
8728
8736
|
max-width: 100%;
|
|
@@ -8758,6 +8766,18 @@ fieldset[disabled] .form-control {
|
|
|
8758
8766
|
border-color: #a9a9a9;
|
|
8759
8767
|
color: #a9a9a9;
|
|
8760
8768
|
}
|
|
8769
|
+
.input.text-l,
|
|
8770
|
+
.textarea.text-l,
|
|
8771
|
+
.select select.text-l {
|
|
8772
|
+
font-size: 12px;
|
|
8773
|
+
}
|
|
8774
|
+
@media (min-width: 768px) {
|
|
8775
|
+
.input.text-l,
|
|
8776
|
+
.textarea.text-l,
|
|
8777
|
+
.select select.text-l {
|
|
8778
|
+
font-size: 12px;
|
|
8779
|
+
}
|
|
8780
|
+
}
|
|
8761
8781
|
|
|
8762
8782
|
input::placeholder {
|
|
8763
8783
|
color: transparent;
|
|
@@ -9002,7 +9022,7 @@ input::placeholder {
|
|
|
9002
9022
|
}
|
|
9003
9023
|
|
|
9004
9024
|
.info-text {
|
|
9005
|
-
color: #
|
|
9025
|
+
color: #737373;
|
|
9006
9026
|
margin-top: 4px;
|
|
9007
9027
|
width: 100%;
|
|
9008
9028
|
float: left;
|
|
@@ -9060,13 +9080,13 @@ input::placeholder {
|
|
|
9060
9080
|
}
|
|
9061
9081
|
.form-input-label-2 .input-text,
|
|
9062
9082
|
.error-zone .input-text {
|
|
9063
|
-
color: #
|
|
9083
|
+
color: #737373;
|
|
9064
9084
|
margin-top: 4px;
|
|
9065
9085
|
line-height: 1;
|
|
9066
9086
|
}
|
|
9067
9087
|
.form-input-label-2 .info-text,
|
|
9068
9088
|
.error-zone .info-text {
|
|
9069
|
-
color: #
|
|
9089
|
+
color: #737373;
|
|
9070
9090
|
margin-top: 4px;
|
|
9071
9091
|
width: auto;
|
|
9072
9092
|
position: absolute;
|
|
@@ -9077,7 +9097,7 @@ input::placeholder {
|
|
|
9077
9097
|
.error-zone > label,
|
|
9078
9098
|
.error-zone > textarea {
|
|
9079
9099
|
font-family: arial, sans-serif;
|
|
9080
|
-
padding: 16px 0;
|
|
9100
|
+
padding: 16px 0 0;
|
|
9081
9101
|
font-weight: normal;
|
|
9082
9102
|
}
|
|
9083
9103
|
.form-input-label-2 > label,
|
|
@@ -9104,8 +9124,8 @@ input::placeholder {
|
|
|
9104
9124
|
.form-input-label-2 input:not(:placeholder-shown), .form-input-label-2 textarea:not(:placeholder-shown),
|
|
9105
9125
|
.error-zone input:not(:placeholder-shown),
|
|
9106
9126
|
.error-zone textarea:not(:placeholder-shown) {
|
|
9107
|
-
padding-top:
|
|
9108
|
-
padding-bottom:
|
|
9127
|
+
padding-top: 8px;
|
|
9128
|
+
padding-bottom: 0;
|
|
9109
9129
|
}
|
|
9110
9130
|
.form-input-label-2 input:not(:placeholder-shown) ~ label, .form-input-label-2 textarea:not(:placeholder-shown) ~ label,
|
|
9111
9131
|
.error-zone input:not(:placeholder-shown) ~ label,
|
|
@@ -9113,13 +9133,13 @@ input::placeholder {
|
|
|
9113
9133
|
padding-top: 1px;
|
|
9114
9134
|
padding-bottom: calc(14px / 3);
|
|
9115
9135
|
font-size: 12px;
|
|
9116
|
-
color: #
|
|
9136
|
+
color: #737373;
|
|
9117
9137
|
}
|
|
9118
9138
|
.form-input-label-2 input:focus, .form-input-label-2 textarea:focus,
|
|
9119
9139
|
.error-zone input:focus,
|
|
9120
9140
|
.error-zone textarea:focus {
|
|
9121
|
-
padding-top:
|
|
9122
|
-
padding-bottom:
|
|
9141
|
+
padding-top: 8px;
|
|
9142
|
+
padding-bottom: 0;
|
|
9123
9143
|
}
|
|
9124
9144
|
.form-input-label-2 input:focus ~ label, .form-input-label-2 textarea:focus ~ label,
|
|
9125
9145
|
.error-zone input:focus ~ label,
|
|
@@ -9127,7 +9147,7 @@ input::placeholder {
|
|
|
9127
9147
|
padding-top: 1px;
|
|
9128
9148
|
padding-bottom: calc(14px / 3);
|
|
9129
9149
|
font-size: 12px;
|
|
9130
|
-
color: #
|
|
9150
|
+
color: #737373;
|
|
9131
9151
|
}
|
|
9132
9152
|
.form-input-label-2 input::-webkit-list-button, .form-input-label-2 input::-webkit-calendar-picker-indicator,
|
|
9133
9153
|
.error-zone input::-webkit-list-button,
|
|
@@ -9475,7 +9495,7 @@ input::placeholder {
|
|
|
9475
9495
|
display: none;
|
|
9476
9496
|
}
|
|
9477
9497
|
.formlabel input:-ms-input-placeholder {
|
|
9478
|
-
color: #
|
|
9498
|
+
color: #737373;
|
|
9479
9499
|
}
|
|
9480
9500
|
}
|
|
9481
9501
|
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
|
|
@@ -9483,7 +9503,7 @@ input::placeholder {
|
|
|
9483
9503
|
display: none;
|
|
9484
9504
|
}
|
|
9485
9505
|
.formlabel input:-ms-input-placeholder {
|
|
9486
|
-
color: #
|
|
9506
|
+
color: #737373 !important;
|
|
9487
9507
|
}
|
|
9488
9508
|
}
|
|
9489
9509
|
.form-input-select.md-pristine label {
|
|
@@ -9515,7 +9535,7 @@ input::placeholder {
|
|
|
9515
9535
|
}
|
|
9516
9536
|
}
|
|
9517
9537
|
.form-input-select label {
|
|
9518
|
-
color: #
|
|
9538
|
+
color: #737373;
|
|
9519
9539
|
font-size: 10px;
|
|
9520
9540
|
}
|
|
9521
9541
|
|
|
@@ -9596,7 +9616,7 @@ a:hover {
|
|
|
9596
9616
|
transition: background-size 0.4s;
|
|
9597
9617
|
}
|
|
9598
9618
|
.c-dark-grey .link-line {
|
|
9599
|
-
background-image: linear-gradient(transparent calc(100% - 1px), #
|
|
9619
|
+
background-image: linear-gradient(transparent calc(100% - 1px), #737373 10px);
|
|
9600
9620
|
}
|
|
9601
9621
|
.link-line:hover {
|
|
9602
9622
|
opacity: 0.6;
|
|
@@ -9605,7 +9625,7 @@ a:hover {
|
|
|
9605
9625
|
background-image: linear-gradient(transparent calc(100% - 1px), #a9a9a9 10px);
|
|
9606
9626
|
}
|
|
9607
9627
|
.link-line.c-dark-grey {
|
|
9608
|
-
background-image: linear-gradient(transparent calc(100% - 1px), #
|
|
9628
|
+
background-image: linear-gradient(transparent calc(100% - 1px), #737373 10px);
|
|
9609
9629
|
}
|
|
9610
9630
|
.link-line.c-feel {
|
|
9611
9631
|
background-image: linear-gradient(transparent calc(100% - 1px), #000000 10px);
|
|
@@ -9888,7 +9908,7 @@ ul.list-mini > li::after {
|
|
|
9888
9908
|
.list-box {
|
|
9889
9909
|
display: table-cell;
|
|
9890
9910
|
box-sizing: border-box;
|
|
9891
|
-
border: 1px solid #
|
|
9911
|
+
border: 1px solid #737373;
|
|
9892
9912
|
transition: all 0.2s ease;
|
|
9893
9913
|
opacity: 0.5;
|
|
9894
9914
|
left: -1px;
|
|
@@ -9980,7 +10000,7 @@ ul.list-breadcrumb li.list-breadcrumb-divider {
|
|
|
9980
10000
|
position: relative;
|
|
9981
10001
|
padding-left: 20px;
|
|
9982
10002
|
margin-left: 6px;
|
|
9983
|
-
color: #
|
|
10003
|
+
color: #737373;
|
|
9984
10004
|
}
|
|
9985
10005
|
.list-state .list-state-item::after {
|
|
9986
10006
|
content: "";
|
|
@@ -10296,7 +10316,7 @@ ul.list-breadcrumb li.list-breadcrumb-divider {
|
|
|
10296
10316
|
}
|
|
10297
10317
|
.tabs-gray a,
|
|
10298
10318
|
.tabs-gray span {
|
|
10299
|
-
color: #
|
|
10319
|
+
color: #737373;
|
|
10300
10320
|
border-color: #f0f0f0;
|
|
10301
10321
|
}
|
|
10302
10322
|
|
|
@@ -10916,7 +10936,7 @@ ul.list-clear li.list-box:last-child {
|
|
|
10916
10936
|
margin-left: 5px;
|
|
10917
10937
|
}
|
|
10918
10938
|
.color-wrap .color-more span {
|
|
10919
|
-
border-bottom: 1px dotted #
|
|
10939
|
+
border-bottom: 1px dotted #737373;
|
|
10920
10940
|
}
|
|
10921
10941
|
|
|
10922
10942
|
.modalx-transparent.modalx-backdrop {
|
|
@@ -11749,7 +11769,7 @@ body.open-drawer .drawer-overlay, body.body-sidebar-open .drawer-overlay {
|
|
|
11749
11769
|
.product-tag {
|
|
11750
11770
|
font-family: arial, sans-serif;
|
|
11751
11771
|
font-weight: 500;
|
|
11752
|
-
color: #
|
|
11772
|
+
color: #737373;
|
|
11753
11773
|
letter-spacing: 0;
|
|
11754
11774
|
line-height: 1;
|
|
11755
11775
|
}
|
|
@@ -11878,7 +11898,7 @@ div.card9-wrap .rat-content:hover .card9-add {
|
|
|
11878
11898
|
height: calc(100% - 48px);
|
|
11879
11899
|
content: "";
|
|
11880
11900
|
position: absolute;
|
|
11881
|
-
background-color: #
|
|
11901
|
+
background-color: #737373;
|
|
11882
11902
|
top: 44px;
|
|
11883
11903
|
left: 20px;
|
|
11884
11904
|
}
|
|
@@ -11900,7 +11920,7 @@ div.card9-wrap .rat-content:hover .card9-add {
|
|
|
11900
11920
|
overflow: hidden;
|
|
11901
11921
|
background-color: #fff;
|
|
11902
11922
|
z-index: 1002;
|
|
11903
|
-
border-bottom: var(--line-width) solid #
|
|
11923
|
+
border-bottom: var(--line-width) solid #737373;
|
|
11904
11924
|
}
|
|
11905
11925
|
@media (min-width: 768px) {
|
|
11906
11926
|
.header-account-head {
|
|
@@ -12022,7 +12042,7 @@ div.card9-wrap .rat-content:hover .card9-add {
|
|
|
12022
12042
|
.hg-bread {
|
|
12023
12043
|
background-color: #fff;
|
|
12024
12044
|
padding: 0;
|
|
12025
|
-
border-bottom: var(--line-width) solid #
|
|
12045
|
+
border-bottom: var(--line-width) solid #737373;
|
|
12026
12046
|
}
|
|
12027
12047
|
.hg-bread .hg-bread-inner {
|
|
12028
12048
|
display: table;
|