holygrail2 1.1.17 → 1.1.18
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.css +186 -175
- package/dist/style.css.map +1 -1
- package/doc/docs.css +13 -13
- package/guide/index.html +1566 -1137
- package/package.json +1 -1
- package/scss/abstract/_setup.scss +12 -12
- package/scss/base/_helpers.scss +4 -0
- package/scss/base/_rtl.scss +0 -2
- package/scss/docs.scss +2 -2
- package/scss/elements/_buttons.scss +19 -12
- package/scss/elements/_progressbar.scss +1 -1
- package/scss/layouts/_mainmenu.scss +2 -8
package/dist/style.css
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
|
|
2
2
|
/*
|
|
3
3
|
Paquete: holygrail2
|
|
4
|
-
Versión: 1.1.
|
|
4
|
+
Versión: 1.1.17
|
|
5
5
|
*/
|
|
6
6
|
@charset "UTF-8";
|
|
7
7
|
*,
|
|
@@ -1616,7 +1616,7 @@ button {
|
|
|
1616
1616
|
width: 48px;
|
|
1617
1617
|
height: 48px;
|
|
1618
1618
|
padding: 10px;
|
|
1619
|
-
border: 1px solid #
|
|
1619
|
+
border: 1px solid #a9a9a9;
|
|
1620
1620
|
box-sizing: border-box;
|
|
1621
1621
|
border-radius: 50%;
|
|
1622
1622
|
}
|
|
@@ -1648,7 +1648,7 @@ svg-icon.ico-success path {
|
|
|
1648
1648
|
fill: #76ae4a;
|
|
1649
1649
|
}
|
|
1650
1650
|
svg-icon.ico-feel path {
|
|
1651
|
-
fill: #
|
|
1651
|
+
fill: #a9a9a9;
|
|
1652
1652
|
}
|
|
1653
1653
|
|
|
1654
1654
|
.icon-white svg-icon path {
|
|
@@ -1674,7 +1674,7 @@ svg-icon.ico-feel path {
|
|
|
1674
1674
|
}
|
|
1675
1675
|
|
|
1676
1676
|
.has-feel svg path {
|
|
1677
|
-
fill: #
|
|
1677
|
+
fill: #a9a9a9;
|
|
1678
1678
|
}
|
|
1679
1679
|
|
|
1680
1680
|
.has-success svg path {
|
|
@@ -1690,7 +1690,7 @@ svg-icon.ico-feel path {
|
|
|
1690
1690
|
align-content: center;
|
|
1691
1691
|
justify-content: center;
|
|
1692
1692
|
align-items: center;
|
|
1693
|
-
background-color: #
|
|
1693
|
+
background-color: #a9a9a9;
|
|
1694
1694
|
flex: 0 0 40px;
|
|
1695
1695
|
}
|
|
1696
1696
|
.ico-ball .ico-count {
|
|
@@ -2332,7 +2332,7 @@ svg-icon.ico-pre {
|
|
|
2332
2332
|
content: "";
|
|
2333
2333
|
width: 100%;
|
|
2334
2334
|
aspect-ratio: 3/4;
|
|
2335
|
-
background-color: #
|
|
2335
|
+
background-color: #a9a9a9;
|
|
2336
2336
|
}
|
|
2337
2337
|
.sk-load_3-4::marker {
|
|
2338
2338
|
display: none;
|
|
@@ -2347,7 +2347,7 @@ svg-icon.ico-pre {
|
|
|
2347
2347
|
content: "";
|
|
2348
2348
|
width: 100%;
|
|
2349
2349
|
aspect-ratio: 2/3;
|
|
2350
|
-
background-color: #
|
|
2350
|
+
background-color: #a9a9a9;
|
|
2351
2351
|
}
|
|
2352
2352
|
.sk-load_2-3::marker {
|
|
2353
2353
|
display: none;
|
|
@@ -2362,7 +2362,7 @@ svg-icon.ico-pre {
|
|
|
2362
2362
|
content: "";
|
|
2363
2363
|
width: 100%;
|
|
2364
2364
|
aspect-ratio: 1/1;
|
|
2365
|
-
background-color: #
|
|
2365
|
+
background-color: #a9a9a9;
|
|
2366
2366
|
}
|
|
2367
2367
|
.sk-load_1-1::marker {
|
|
2368
2368
|
display: none;
|
|
@@ -2377,7 +2377,7 @@ svg-icon.ico-pre {
|
|
|
2377
2377
|
content: "";
|
|
2378
2378
|
width: 100%;
|
|
2379
2379
|
aspect-ratio: 2/1;
|
|
2380
|
-
background-color: #
|
|
2380
|
+
background-color: #a9a9a9;
|
|
2381
2381
|
}
|
|
2382
2382
|
.sk-load_2-1::marker {
|
|
2383
2383
|
display: none;
|
|
@@ -2392,7 +2392,7 @@ svg-icon.ico-pre {
|
|
|
2392
2392
|
content: "";
|
|
2393
2393
|
width: 100%;
|
|
2394
2394
|
aspect-ratio: 4/3;
|
|
2395
|
-
background-color: #
|
|
2395
|
+
background-color: #a9a9a9;
|
|
2396
2396
|
}
|
|
2397
2397
|
.sk-load_4-3::marker {
|
|
2398
2398
|
display: none;
|
|
@@ -2407,7 +2407,7 @@ svg-icon.ico-pre {
|
|
|
2407
2407
|
content: "";
|
|
2408
2408
|
width: 100%;
|
|
2409
2409
|
aspect-ratio: 3/2;
|
|
2410
|
-
background-color: #
|
|
2410
|
+
background-color: #a9a9a9;
|
|
2411
2411
|
}
|
|
2412
2412
|
.sk-load_3-2::marker {
|
|
2413
2413
|
display: none;
|
|
@@ -2422,7 +2422,7 @@ svg-icon.ico-pre {
|
|
|
2422
2422
|
content: "";
|
|
2423
2423
|
width: 100%;
|
|
2424
2424
|
aspect-ratio: 16/9;
|
|
2425
|
-
background-color: #
|
|
2425
|
+
background-color: #a9a9a9;
|
|
2426
2426
|
}
|
|
2427
2427
|
.sk-load_16-9::marker {
|
|
2428
2428
|
display: none;
|
|
@@ -4543,11 +4543,11 @@ mark {
|
|
|
4543
4543
|
}
|
|
4544
4544
|
|
|
4545
4545
|
.c-dark-grey {
|
|
4546
|
-
color: #
|
|
4546
|
+
color: #666666;
|
|
4547
4547
|
}
|
|
4548
4548
|
|
|
4549
4549
|
.c-middle-grey {
|
|
4550
|
-
color: #
|
|
4550
|
+
color: #a9a9a9;
|
|
4551
4551
|
}
|
|
4552
4552
|
|
|
4553
4553
|
.c-light-grey {
|
|
@@ -4559,7 +4559,7 @@ mark {
|
|
|
4559
4559
|
}
|
|
4560
4560
|
|
|
4561
4561
|
.second-color {
|
|
4562
|
-
color: #
|
|
4562
|
+
color: #666666;
|
|
4563
4563
|
}
|
|
4564
4564
|
|
|
4565
4565
|
.is-info {
|
|
@@ -4591,15 +4591,15 @@ mark {
|
|
|
4591
4591
|
}
|
|
4592
4592
|
|
|
4593
4593
|
.c-feel {
|
|
4594
|
-
color: #
|
|
4594
|
+
color: #000000;
|
|
4595
4595
|
}
|
|
4596
4596
|
|
|
4597
4597
|
.c-feel-dark {
|
|
4598
|
-
color: #
|
|
4598
|
+
color: #a9a9a9;
|
|
4599
4599
|
}
|
|
4600
4600
|
|
|
4601
4601
|
.c-feel-light {
|
|
4602
|
-
color: #
|
|
4602
|
+
color: #f0f0f0;
|
|
4603
4603
|
}
|
|
4604
4604
|
|
|
4605
4605
|
.c-tier-silver {
|
|
@@ -4607,11 +4607,11 @@ mark {
|
|
|
4607
4607
|
}
|
|
4608
4608
|
|
|
4609
4609
|
.c-tier-platinum {
|
|
4610
|
-
color: #
|
|
4610
|
+
color: #99b0c5;
|
|
4611
4611
|
}
|
|
4612
4612
|
|
|
4613
4613
|
.c-tier-gold {
|
|
4614
|
-
color: #
|
|
4614
|
+
color: #dcbe99;
|
|
4615
4615
|
}
|
|
4616
4616
|
|
|
4617
4617
|
.c-limited {
|
|
@@ -4632,19 +4632,19 @@ mark {
|
|
|
4632
4632
|
}
|
|
4633
4633
|
|
|
4634
4634
|
.bg-feel-light {
|
|
4635
|
-
background-color: #
|
|
4635
|
+
background-color: #f0f0f0;
|
|
4636
4636
|
}
|
|
4637
4637
|
|
|
4638
4638
|
.bg-feel-dark {
|
|
4639
|
-
background-color: #
|
|
4639
|
+
background-color: #a9a9a9;
|
|
4640
4640
|
}
|
|
4641
4641
|
|
|
4642
4642
|
.bg-dark-grey {
|
|
4643
|
-
background-color: #
|
|
4643
|
+
background-color: #666666;
|
|
4644
4644
|
}
|
|
4645
4645
|
|
|
4646
4646
|
.bg-middle-grey {
|
|
4647
|
-
background-color: #
|
|
4647
|
+
background-color: #a9a9a9;
|
|
4648
4648
|
}
|
|
4649
4649
|
|
|
4650
4650
|
.bg-light-grey {
|
|
@@ -4694,7 +4694,7 @@ mark {
|
|
|
4694
4694
|
}
|
|
4695
4695
|
|
|
4696
4696
|
.bg-feel {
|
|
4697
|
-
background-color: #
|
|
4697
|
+
background-color: #000000;
|
|
4698
4698
|
}
|
|
4699
4699
|
|
|
4700
4700
|
.bg-dark {
|
|
@@ -4707,11 +4707,11 @@ mark {
|
|
|
4707
4707
|
}
|
|
4708
4708
|
|
|
4709
4709
|
.bg-tier-platinum {
|
|
4710
|
-
background-color: #
|
|
4710
|
+
background-color: #99b0c5;
|
|
4711
4711
|
}
|
|
4712
4712
|
|
|
4713
4713
|
.bg-tier-gold {
|
|
4714
|
-
background-color: #
|
|
4714
|
+
background-color: #dcbe99;
|
|
4715
4715
|
}
|
|
4716
4716
|
|
|
4717
4717
|
.bg-cover {
|
|
@@ -4839,7 +4839,7 @@ b {
|
|
|
4839
4839
|
hr {
|
|
4840
4840
|
width: 100%;
|
|
4841
4841
|
margin: 0;
|
|
4842
|
-
border-top: 1px solid #
|
|
4842
|
+
border-top: 1px solid #a9a9a9;
|
|
4843
4843
|
border-bottom: 1px solid transparent;
|
|
4844
4844
|
border-left: 1px solid transparent;
|
|
4845
4845
|
border-right: 1px solid transparent;
|
|
@@ -4912,10 +4912,10 @@ hr {
|
|
|
4912
4912
|
}
|
|
4913
4913
|
|
|
4914
4914
|
.hg-status-d {
|
|
4915
|
-
color: #
|
|
4915
|
+
color: #666666;
|
|
4916
4916
|
}
|
|
4917
4917
|
.hg-status-d::before {
|
|
4918
|
-
background-color: #
|
|
4918
|
+
background-color: #666666;
|
|
4919
4919
|
}
|
|
4920
4920
|
|
|
4921
4921
|
.block-right {
|
|
@@ -5074,7 +5074,7 @@ strong {
|
|
|
5074
5074
|
}
|
|
5075
5075
|
|
|
5076
5076
|
.bb-line {
|
|
5077
|
-
border-bottom: var(--line-width) solid #
|
|
5077
|
+
border-bottom: var(--line-width) solid #a9a9a9;
|
|
5078
5078
|
}
|
|
5079
5079
|
|
|
5080
5080
|
.border-1 {
|
|
@@ -5082,7 +5082,7 @@ strong {
|
|
|
5082
5082
|
}
|
|
5083
5083
|
|
|
5084
5084
|
.border-1-grey {
|
|
5085
|
-
border: var(--line-width) solid #
|
|
5085
|
+
border: var(--line-width) solid #a9a9a9;
|
|
5086
5086
|
}
|
|
5087
5087
|
|
|
5088
5088
|
.border-1-light {
|
|
@@ -5223,12 +5223,12 @@ strong {
|
|
|
5223
5223
|
background-color: #f0f0f0;
|
|
5224
5224
|
}
|
|
5225
5225
|
.ov-custom::-webkit-scrollbar-thumb {
|
|
5226
|
-
background-color: #
|
|
5226
|
+
background-color: #666666;
|
|
5227
5227
|
border-radius: 16px;
|
|
5228
5228
|
border: 3px solid #fff;
|
|
5229
5229
|
}
|
|
5230
5230
|
.ov-custom::-webkit-scrollbar-thumb:hover {
|
|
5231
|
-
background-color: #
|
|
5231
|
+
background-color: #666666;
|
|
5232
5232
|
border: 2px solid #f0f0f0;
|
|
5233
5233
|
}
|
|
5234
5234
|
.ov-custom::-webkit-scrollbar-button {
|
|
@@ -5622,7 +5622,7 @@ strong {
|
|
|
5622
5622
|
height: 5px;
|
|
5623
5623
|
}
|
|
5624
5624
|
.min-scrollcustom-x.has-dark::-webkit-scrollbar-track {
|
|
5625
|
-
background: #
|
|
5625
|
+
background: #a9a9a9;
|
|
5626
5626
|
-webkit-border-radius: 10px;
|
|
5627
5627
|
border-radius: 0;
|
|
5628
5628
|
}
|
|
@@ -5680,6 +5680,10 @@ strong {
|
|
|
5680
5680
|
text-decoration: line-through;
|
|
5681
5681
|
}
|
|
5682
5682
|
|
|
5683
|
+
.gap-16 {
|
|
5684
|
+
gap: 16px;
|
|
5685
|
+
}
|
|
5686
|
+
|
|
5683
5687
|
.guide section {
|
|
5684
5688
|
padding-bottom: 20px;
|
|
5685
5689
|
}
|
|
@@ -6071,7 +6075,7 @@ strong {
|
|
|
6071
6075
|
padding: 24px 16px;
|
|
6072
6076
|
margin-top: 16px;
|
|
6073
6077
|
text-align: center;
|
|
6074
|
-
background-color: #
|
|
6078
|
+
background-color: #000000;
|
|
6075
6079
|
color: #000;
|
|
6076
6080
|
}
|
|
6077
6081
|
|
|
@@ -6107,7 +6111,7 @@ button {
|
|
|
6107
6111
|
border: none;
|
|
6108
6112
|
white-space: nowrap;
|
|
6109
6113
|
cursor: pointer;
|
|
6110
|
-
padding:
|
|
6114
|
+
padding: 16px 8px;
|
|
6111
6115
|
background-color: transparent;
|
|
6112
6116
|
height: 40px;
|
|
6113
6117
|
font-family: arial, sans-serif;
|
|
@@ -6117,13 +6121,14 @@ button {
|
|
|
6117
6121
|
text-decoration: none;
|
|
6118
6122
|
opacity: 0.6;
|
|
6119
6123
|
outline: none;
|
|
6124
|
+
cursor: pointer;
|
|
6120
6125
|
}
|
|
6121
6126
|
.btn[disabled], .btn:disabled, .btn.disabled {
|
|
6122
6127
|
pointer-events: none;
|
|
6123
6128
|
filter: grayscale(1);
|
|
6124
|
-
background-color: #
|
|
6125
|
-
border: 1px solid #
|
|
6126
|
-
color: #
|
|
6129
|
+
background-color: #f0f0f0;
|
|
6130
|
+
border: 1px solid #f0f0f0;
|
|
6131
|
+
color: #666666;
|
|
6127
6132
|
opacity: 1;
|
|
6128
6133
|
cursor: not-allowed;
|
|
6129
6134
|
}
|
|
@@ -6137,26 +6142,23 @@ button {
|
|
|
6137
6142
|
}
|
|
6138
6143
|
.has-light .btn:focus, .has-light .btn.focus, .has-light .btn:hover, .has-light .btn.hover, .has-light .btn:visited, .has-light .btn:active, .has-light .btn.active {
|
|
6139
6144
|
color: #fff;
|
|
6140
|
-
background-color: #
|
|
6141
|
-
border-color: #
|
|
6145
|
+
background-color: #a9a9a9;
|
|
6146
|
+
border-color: #a9a9a9;
|
|
6142
6147
|
}
|
|
6143
6148
|
.has-light .btn[disabled], .has-light .btn:disabled, .has-light .btn.disabled {
|
|
6144
6149
|
cursor: default;
|
|
6145
6150
|
pointer-events: none;
|
|
6146
6151
|
filter: grayscale(1);
|
|
6147
|
-
background-color: #
|
|
6148
|
-
border: 1px solid #
|
|
6149
|
-
color: #
|
|
6152
|
+
background-color: #f0f0f0;
|
|
6153
|
+
border: 1px solid #f0f0f0;
|
|
6154
|
+
color: #666666;
|
|
6150
6155
|
opacity: 1;
|
|
6151
6156
|
}
|
|
6152
6157
|
.btn.btn-separate {
|
|
6153
6158
|
display: flex;
|
|
6154
6159
|
align-items: center;
|
|
6155
6160
|
justify-content: space-between;
|
|
6156
|
-
padding:
|
|
6157
|
-
}
|
|
6158
|
-
.btn.btn-separate svg {
|
|
6159
|
-
margin-left: 8px;
|
|
6161
|
+
padding: 16px 32px;
|
|
6160
6162
|
}
|
|
6161
6163
|
.btn.btn-separate.btn--mini, .btn.btn-separate.btn--small {
|
|
6162
6164
|
width: max-content;
|
|
@@ -6164,7 +6166,7 @@ button {
|
|
|
6164
6166
|
.btn.btn-feel-invert {
|
|
6165
6167
|
color: #000;
|
|
6166
6168
|
background-color: transparent;
|
|
6167
|
-
border: 1px solid #
|
|
6169
|
+
border: 1px solid #000000;
|
|
6168
6170
|
}
|
|
6169
6171
|
.btn.btn-feel-invert svg g {
|
|
6170
6172
|
fill: #000;
|
|
@@ -6176,12 +6178,12 @@ button {
|
|
|
6176
6178
|
.btn.btn-feel-invert:focus, .btn.btn-feel-invert.focus, .btn.btn-feel-invert:hover, .btn.btn-feel-invert.hover, .btn.btn-feel-invert:active, .btn.btn-feel-invert.active {
|
|
6177
6179
|
color: #000;
|
|
6178
6180
|
opacity: 1;
|
|
6179
|
-
border-color: rgba(
|
|
6181
|
+
border-color: rgba(0, 0, 0, 0.5);
|
|
6180
6182
|
}
|
|
6181
6183
|
.btn.btn-feel-invert[disabled], .btn.btn-feel-invert:disabled, .btn.btn-feel-invert.disabled {
|
|
6182
6184
|
opacity: 1;
|
|
6183
6185
|
border-color: #f0f0f0;
|
|
6184
|
-
color: #
|
|
6186
|
+
color: #666666;
|
|
6185
6187
|
cursor: default;
|
|
6186
6188
|
}
|
|
6187
6189
|
.btn.has-ico-center {
|
|
@@ -6325,26 +6327,26 @@ button {
|
|
|
6325
6327
|
}
|
|
6326
6328
|
.btn-primary:focus, .btn-primary.focus, .btn-primary:hover, .btn-primary.hover, .btn-primary:active, .btn-primary.active {
|
|
6327
6329
|
color: #fff;
|
|
6328
|
-
background-color: #
|
|
6329
|
-
border: 1px solid #
|
|
6330
|
+
background-color: #666666;
|
|
6331
|
+
border: 1px solid #666666;
|
|
6330
6332
|
opacity: 1;
|
|
6331
6333
|
cursor: pointer;
|
|
6332
6334
|
}
|
|
6333
6335
|
.btn-primary[disabled], .btn-primary:disabled, .btn-primary.disabled {
|
|
6334
|
-
background-color: #
|
|
6335
|
-
border: 1px solid #
|
|
6336
|
-
color: #
|
|
6336
|
+
background-color: #a9a9a9;
|
|
6337
|
+
border: 1px solid #a9a9a9;
|
|
6338
|
+
color: #666666;
|
|
6337
6339
|
opacity: 1;
|
|
6338
6340
|
}
|
|
6339
6341
|
.btn-primary[disabled] svg g, .btn-primary:disabled svg g, .btn-primary.disabled svg g {
|
|
6340
|
-
fill: #
|
|
6341
|
-
stroke: #
|
|
6342
|
+
fill: #666666;
|
|
6343
|
+
stroke: #666666;
|
|
6342
6344
|
}
|
|
6343
6345
|
.btn-primary[disabled] svg circle, .btn-primary:disabled svg circle, .btn-primary.disabled svg circle {
|
|
6344
|
-
stroke: #
|
|
6346
|
+
stroke: #666666;
|
|
6345
6347
|
}
|
|
6346
6348
|
.btn-primary[disabled] svg path, .btn-primary:disabled svg path, .btn-primary.disabled svg path {
|
|
6347
|
-
fill: #
|
|
6349
|
+
fill: #666666;
|
|
6348
6350
|
}
|
|
6349
6351
|
.has-light .btn-primary {
|
|
6350
6352
|
color: #000;
|
|
@@ -6363,8 +6365,8 @@ button {
|
|
|
6363
6365
|
}
|
|
6364
6366
|
.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 {
|
|
6365
6367
|
color: #fff;
|
|
6366
|
-
background-color: #
|
|
6367
|
-
border: 1px solid #
|
|
6368
|
+
background-color: #666666;
|
|
6369
|
+
border: 1px solid #666666;
|
|
6368
6370
|
opacity: 1;
|
|
6369
6371
|
}
|
|
6370
6372
|
.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 {
|
|
@@ -6378,9 +6380,9 @@ button {
|
|
|
6378
6380
|
fill: #fff;
|
|
6379
6381
|
}
|
|
6380
6382
|
.has-light .btn-primary[disabled], .has-light .btn-primary:disabled, .has-light .btn-primary.disabled {
|
|
6381
|
-
background-color: #
|
|
6382
|
-
border: 1px solid #
|
|
6383
|
-
color: #
|
|
6383
|
+
background-color: #a9a9a9;
|
|
6384
|
+
border: 1px solid #a9a9a9;
|
|
6385
|
+
color: #666666;
|
|
6384
6386
|
opacity: 1;
|
|
6385
6387
|
}
|
|
6386
6388
|
|
|
@@ -6402,24 +6404,24 @@ button {
|
|
|
6402
6404
|
.btn-secondary:focus, .btn-secondary.focus, .btn-secondary:hover, .btn-secondary.hover, .btn-secondary:active, .btn-secondary.active {
|
|
6403
6405
|
color: #000;
|
|
6404
6406
|
background-color: #fff;
|
|
6405
|
-
border: 1px solid #
|
|
6407
|
+
border: 1px solid #666666;
|
|
6406
6408
|
opacity: 1;
|
|
6407
6409
|
}
|
|
6408
6410
|
.btn-secondary[disabled], .btn-secondary:disabled, .btn-secondary.disabled {
|
|
6409
6411
|
background-color: #fff;
|
|
6410
|
-
border: 1px solid #
|
|
6411
|
-
color: #
|
|
6412
|
+
border: 1px solid #a9a9a9;
|
|
6413
|
+
color: #666666;
|
|
6412
6414
|
opacity: 1;
|
|
6413
6415
|
}
|
|
6414
6416
|
.btn-secondary[disabled] svg g, .btn-secondary:disabled svg g, .btn-secondary.disabled svg g {
|
|
6415
|
-
fill: #
|
|
6416
|
-
stroke: #
|
|
6417
|
+
fill: #a9a9a9;
|
|
6418
|
+
stroke: #a9a9a9;
|
|
6417
6419
|
}
|
|
6418
6420
|
.btn-secondary[disabled] svg circle, .btn-secondary:disabled svg circle, .btn-secondary.disabled svg circle {
|
|
6419
|
-
stroke: #
|
|
6421
|
+
stroke: #a9a9a9;
|
|
6420
6422
|
}
|
|
6421
6423
|
.btn-secondary[disabled] svg path, .btn-secondary:disabled svg path, .btn-secondary.disabled svg path {
|
|
6422
|
-
fill: #
|
|
6424
|
+
fill: #a9a9a9;
|
|
6423
6425
|
}
|
|
6424
6426
|
.has-light .btn-secondary {
|
|
6425
6427
|
color: #fff;
|
|
@@ -6438,8 +6440,8 @@ button {
|
|
|
6438
6440
|
}
|
|
6439
6441
|
.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 {
|
|
6440
6442
|
color: #fff;
|
|
6441
|
-
background-color: #
|
|
6442
|
-
border: 1px solid #
|
|
6443
|
+
background-color: #666666;
|
|
6444
|
+
border: 1px solid #666666;
|
|
6443
6445
|
opacity: 1;
|
|
6444
6446
|
}
|
|
6445
6447
|
.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 {
|
|
@@ -6454,8 +6456,8 @@ button {
|
|
|
6454
6456
|
}
|
|
6455
6457
|
.has-light .btn-secondary[disabled], .has-light .btn-secondary:disabled, .has-light .btn-secondary.disabled {
|
|
6456
6458
|
background-color: transparent;
|
|
6457
|
-
border: 1px solid #
|
|
6458
|
-
color: #
|
|
6459
|
+
border: 1px solid #666666;
|
|
6460
|
+
color: #666666;
|
|
6459
6461
|
opacity: 1;
|
|
6460
6462
|
}
|
|
6461
6463
|
|
|
@@ -6477,7 +6479,7 @@ button {
|
|
|
6477
6479
|
.btn-phantom:focus, .btn-phantom.focus, .btn-phantom:hover, .btn-phantom.hover, .btn-phantom:active, .btn-phantom.active {
|
|
6478
6480
|
color: #000;
|
|
6479
6481
|
background-color: transparent;
|
|
6480
|
-
border: 1px solid #
|
|
6482
|
+
border: 1px solid #666666;
|
|
6481
6483
|
opacity: 1;
|
|
6482
6484
|
}
|
|
6483
6485
|
|
|
@@ -6500,7 +6502,7 @@ button {
|
|
|
6500
6502
|
|
|
6501
6503
|
.btn-primary-feel {
|
|
6502
6504
|
color: #000;
|
|
6503
|
-
background-color: #
|
|
6505
|
+
background-color: #000000;
|
|
6504
6506
|
}
|
|
6505
6507
|
.btn-primary-feel svg g {
|
|
6506
6508
|
fill: #000;
|
|
@@ -6515,20 +6517,20 @@ button {
|
|
|
6515
6517
|
.btn-primary-feel:focus, .btn-primary-feel.focus, .btn-primary-feel:hover, .btn-primary-feel.hover, .btn-primary-feel:active, .btn-primary-feel.active {
|
|
6516
6518
|
color: #000;
|
|
6517
6519
|
opacity: 1;
|
|
6518
|
-
background-color: rgba(
|
|
6520
|
+
background-color: rgba(0, 0, 0, 0.6);
|
|
6519
6521
|
}
|
|
6520
6522
|
.btn-primary-feel:disabled, .btn-primary-feel[disabled], .btn-primary-feel.disabled {
|
|
6521
6523
|
pointer-events: none;
|
|
6522
6524
|
cursor: default;
|
|
6523
|
-
border: 1px solid #
|
|
6524
|
-
color: #
|
|
6525
|
-
background-color: #
|
|
6525
|
+
border: 1px solid #a9a9a9 !important;
|
|
6526
|
+
color: #666666 !important;
|
|
6527
|
+
background-color: #a9a9a9 !important;
|
|
6526
6528
|
filter: none;
|
|
6527
6529
|
opacity: 1;
|
|
6528
6530
|
}
|
|
6529
6531
|
.btn-primary-feel:disabled svg-icon, .btn-primary-feel[disabled] svg-icon, .btn-primary-feel.disabled svg-icon {
|
|
6530
|
-
background-color: #
|
|
6531
|
-
border: 1px solid #
|
|
6532
|
+
background-color: #a9a9a9 !important;
|
|
6533
|
+
border: 1px solid #a9a9a9 !important;
|
|
6532
6534
|
}
|
|
6533
6535
|
|
|
6534
6536
|
.btn-secondary-feel {
|
|
@@ -6546,21 +6548,21 @@ button {
|
|
|
6546
6548
|
.btn-secondary-feel:focus, .btn-secondary-feel.focus, .btn-secondary-feel:hover, .btn-secondary-feel.hover, .btn-secondary-feel:active, .btn-secondary-feel.active {
|
|
6547
6549
|
opacity: 1;
|
|
6548
6550
|
color: #000;
|
|
6549
|
-
border: 1px solid #
|
|
6551
|
+
border: 1px solid #666666;
|
|
6550
6552
|
background-color: #fff;
|
|
6551
6553
|
}
|
|
6552
6554
|
.btn-secondary-feel:disabled, .btn-secondary-feel[disabled], .btn-secondary-feel.disabled {
|
|
6553
6555
|
pointer-events: none;
|
|
6554
6556
|
cursor: default;
|
|
6555
|
-
border: 1px solid #
|
|
6556
|
-
color: #
|
|
6557
|
-
background-color: #
|
|
6557
|
+
border: 1px solid #a9a9a9 !important;
|
|
6558
|
+
color: #666666 !important;
|
|
6559
|
+
background-color: #a9a9a9 !important;
|
|
6558
6560
|
filter: none;
|
|
6559
6561
|
opacity: 1;
|
|
6560
6562
|
}
|
|
6561
6563
|
.btn-secondary-feel:disabled svg-icon, .btn-secondary-feel[disabled] svg-icon, .btn-secondary-feel.disabled svg-icon {
|
|
6562
|
-
background-color: #
|
|
6563
|
-
border: 1px solid #
|
|
6564
|
+
background-color: #a9a9a9 !important;
|
|
6565
|
+
border: 1px solid #a9a9a9 !important;
|
|
6564
6566
|
}
|
|
6565
6567
|
.has-light .btn-secondary-feel {
|
|
6566
6568
|
color: #fff;
|
|
@@ -6570,8 +6572,8 @@ button {
|
|
|
6570
6572
|
.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 {
|
|
6571
6573
|
opacity: 1;
|
|
6572
6574
|
color: #fff;
|
|
6573
|
-
border: 1px solid #
|
|
6574
|
-
background-color: #
|
|
6575
|
+
border: 1px solid #666666;
|
|
6576
|
+
background-color: #666666;
|
|
6575
6577
|
}
|
|
6576
6578
|
|
|
6577
6579
|
.btn-tertiary {
|
|
@@ -6596,7 +6598,7 @@ button {
|
|
|
6596
6598
|
pointer-events: none;
|
|
6597
6599
|
cursor: default;
|
|
6598
6600
|
border: 0 solid transparent !important;
|
|
6599
|
-
color: #
|
|
6601
|
+
color: #666666 !important;
|
|
6600
6602
|
background-color: transparent !important;
|
|
6601
6603
|
filter: none;
|
|
6602
6604
|
opacity: 1;
|
|
@@ -6634,7 +6636,7 @@ button {
|
|
|
6634
6636
|
.btn-invert-light {
|
|
6635
6637
|
color: #000;
|
|
6636
6638
|
background-color: transparent;
|
|
6637
|
-
border: 1px solid #
|
|
6639
|
+
border: 1px solid #a9a9a9;
|
|
6638
6640
|
}
|
|
6639
6641
|
.btn-invert-light:focus, .btn-invert-light.focus, .btn-invert-light:hover, .btn-invert-light:active, .btn-invert-light.active {
|
|
6640
6642
|
opacity: 0.6;
|
|
@@ -6729,8 +6731,7 @@ button {
|
|
|
6729
6731
|
justify-content: center;
|
|
6730
6732
|
align-items: center;
|
|
6731
6733
|
border-radius: 0;
|
|
6732
|
-
margin-top: -
|
|
6733
|
-
margin-right: 12px;
|
|
6734
|
+
margin-top: -2px;
|
|
6734
6735
|
top: 0;
|
|
6735
6736
|
left: 1px;
|
|
6736
6737
|
}
|
|
@@ -6743,7 +6744,7 @@ button {
|
|
|
6743
6744
|
opacity: 1;
|
|
6744
6745
|
}
|
|
6745
6746
|
.btn-social:disabled svg path, .btn-social[disabled] svg path, .btn-social.disabled svg path {
|
|
6746
|
-
fill: #
|
|
6747
|
+
fill: #666666;
|
|
6747
6748
|
}
|
|
6748
6749
|
|
|
6749
6750
|
.btn-google,
|
|
@@ -6805,8 +6806,12 @@ button {
|
|
|
6805
6806
|
.has-light .btn-apple:active,
|
|
6806
6807
|
.has-light .btn-apple.active {
|
|
6807
6808
|
opacity: 1;
|
|
6808
|
-
background-color: #
|
|
6809
|
-
border: 1px solid #
|
|
6809
|
+
background-color: #666666;
|
|
6810
|
+
border: 1px solid #666666;
|
|
6811
|
+
}
|
|
6812
|
+
.btn-apple svg-icon path,
|
|
6813
|
+
.has-light .btn-apple svg-icon path {
|
|
6814
|
+
fill: #fff;
|
|
6810
6815
|
}
|
|
6811
6816
|
|
|
6812
6817
|
.btn-apple-secondary,
|
|
@@ -6825,7 +6830,7 @@ button {
|
|
|
6825
6830
|
.has-light .btn-apple-secondary.active {
|
|
6826
6831
|
opacity: 1;
|
|
6827
6832
|
background-color: #fff;
|
|
6828
|
-
border: 1px solid #
|
|
6833
|
+
border: 1px solid #666666;
|
|
6829
6834
|
}
|
|
6830
6835
|
|
|
6831
6836
|
.btn-naver,
|
|
@@ -6847,6 +6852,10 @@ button {
|
|
|
6847
6852
|
background-color: #03cf5d;
|
|
6848
6853
|
border: 1px solid #03cf5d;
|
|
6849
6854
|
}
|
|
6855
|
+
.btn-naver svg-icon path,
|
|
6856
|
+
.has-light .btn-naver svg-icon path {
|
|
6857
|
+
fill: #fff;
|
|
6858
|
+
}
|
|
6850
6859
|
|
|
6851
6860
|
.btn-wechat,
|
|
6852
6861
|
.has-light .btn-wechat {
|
|
@@ -6867,6 +6876,10 @@ button {
|
|
|
6867
6876
|
background-color: #03cf5d;
|
|
6868
6877
|
border: 1px solid #2dc100;
|
|
6869
6878
|
}
|
|
6879
|
+
.btn-wechat svg-icon path,
|
|
6880
|
+
.has-light .btn-wechat svg-icon path {
|
|
6881
|
+
fill: #fff;
|
|
6882
|
+
}
|
|
6870
6883
|
|
|
6871
6884
|
.btn-block {
|
|
6872
6885
|
display: block;
|
|
@@ -6957,7 +6970,7 @@ button {
|
|
|
6957
6970
|
transform: translateY(40px);
|
|
6958
6971
|
}
|
|
6959
6972
|
.btn-anim:disabled, .btn-anim[disabled], .btn-anim.disabled {
|
|
6960
|
-
background-color: #
|
|
6973
|
+
background-color: #a9a9a9;
|
|
6961
6974
|
border-color: transparent;
|
|
6962
6975
|
opacity: 1;
|
|
6963
6976
|
}
|
|
@@ -6999,7 +7012,7 @@ button {
|
|
|
6999
7012
|
color: #fff;
|
|
7000
7013
|
}
|
|
7001
7014
|
.btn-social-login.btn-outline-login {
|
|
7002
|
-
border: #
|
|
7015
|
+
border: #a9a9a9 solid 1px;
|
|
7003
7016
|
}
|
|
7004
7017
|
.btn-social-login.disabled {
|
|
7005
7018
|
filter: invert(1);
|
|
@@ -7012,37 +7025,37 @@ button {
|
|
|
7012
7025
|
}
|
|
7013
7026
|
|
|
7014
7027
|
.btn-feel {
|
|
7015
|
-
background-color: #
|
|
7016
|
-
border: 1px solid #
|
|
7028
|
+
background-color: #000000;
|
|
7029
|
+
border: 1px solid #000000;
|
|
7017
7030
|
color: #000;
|
|
7018
7031
|
}
|
|
7019
7032
|
.btn-feel:hover, .btn-feel.hover, .btn-feel:focus, .btn-feel.focus {
|
|
7020
|
-
background-color: #
|
|
7021
|
-
border: 1px solid #
|
|
7033
|
+
background-color: #f0f0f0;
|
|
7034
|
+
border: 1px solid #f0f0f0;
|
|
7022
7035
|
color: #000;
|
|
7023
7036
|
opacity: 1;
|
|
7024
7037
|
}
|
|
7025
7038
|
.btn-feel[disabled], .btn-feel:disabled, .btn-feel.disabled {
|
|
7026
|
-
background-color: #
|
|
7027
|
-
border: 1px solid #
|
|
7028
|
-
color: #
|
|
7039
|
+
background-color: #a9a9a9;
|
|
7040
|
+
border: 1px solid #a9a9a9;
|
|
7041
|
+
color: #666666;
|
|
7029
7042
|
opacity: 1;
|
|
7030
7043
|
}
|
|
7031
7044
|
.has-light .btn-feel {
|
|
7032
|
-
background-color: #
|
|
7033
|
-
border: 1px solid #
|
|
7045
|
+
background-color: #000000;
|
|
7046
|
+
border: 1px solid #000000;
|
|
7034
7047
|
color: #000;
|
|
7035
7048
|
}
|
|
7036
7049
|
.has-light .btn-feel:hover, .has-light .btn-feel.hover, .has-light .btn-feel:focus, .has-light .btn-feel.focus {
|
|
7037
|
-
background-color: #
|
|
7038
|
-
border: 1px solid #
|
|
7050
|
+
background-color: #f0f0f0;
|
|
7051
|
+
border: 1px solid #f0f0f0;
|
|
7039
7052
|
color: #000;
|
|
7040
7053
|
opacity: 1;
|
|
7041
7054
|
}
|
|
7042
7055
|
.has-light .btn-feel[disabled], .has-light .btn-feel:disabled, .has-light .btn-feel.disabled {
|
|
7043
|
-
background-color: #
|
|
7044
|
-
border: 1px solid #
|
|
7045
|
-
color: #
|
|
7056
|
+
background-color: #a9a9a9;
|
|
7057
|
+
border: 1px solid #a9a9a9;
|
|
7058
|
+
color: #666666;
|
|
7046
7059
|
opacity: 1;
|
|
7047
7060
|
}
|
|
7048
7061
|
|
|
@@ -7051,7 +7064,7 @@ button {
|
|
|
7051
7064
|
align-items: center;
|
|
7052
7065
|
justify-content: space-between;
|
|
7053
7066
|
gap: 8px;
|
|
7054
|
-
padding:
|
|
7067
|
+
padding: 16px 32px;
|
|
7055
7068
|
border: none;
|
|
7056
7069
|
background-color: rgba(0, 0, 0, 0.4);
|
|
7057
7070
|
color: #fff;
|
|
@@ -7120,14 +7133,14 @@ button {
|
|
|
7120
7133
|
border: 1px solid #fff;
|
|
7121
7134
|
}
|
|
7122
7135
|
.has-light .btn-primary-feel:hover, .has-light .btn-primary-feel.hover, .has-light .btn-primary-feel:focus, .has-light .btn-primary-feel.focus {
|
|
7123
|
-
background-color: rgba(
|
|
7124
|
-
color: #
|
|
7125
|
-
border-color: rgba(
|
|
7136
|
+
background-color: rgba(0, 0, 0, 0.6);
|
|
7137
|
+
color: #666666;
|
|
7138
|
+
border-color: rgba(0, 0, 0, 0.6);
|
|
7126
7139
|
}
|
|
7127
7140
|
.has-light .btn-primary-feel[disabled], .has-light .btn-primary-feel:disabled, .has-light .btn-primary-feel.disabled {
|
|
7128
7141
|
opacity: 1;
|
|
7129
7142
|
background-color: #f0f0f0;
|
|
7130
|
-
color: #
|
|
7143
|
+
color: #666666;
|
|
7131
7144
|
cursor: default;
|
|
7132
7145
|
}
|
|
7133
7146
|
.has-light .btn-google svg path {
|
|
@@ -7669,7 +7682,7 @@ button {
|
|
|
7669
7682
|
.checkbox-card .checkbox-card-label {
|
|
7670
7683
|
border-radius: 0;
|
|
7671
7684
|
overflow: hidden;
|
|
7672
|
-
border: 1px solid #
|
|
7685
|
+
border: 1px solid #a9a9a9;
|
|
7673
7686
|
background: #fff;
|
|
7674
7687
|
flex-direction: column;
|
|
7675
7688
|
display: flex;
|
|
@@ -7691,7 +7704,7 @@ button {
|
|
|
7691
7704
|
color: #fff;
|
|
7692
7705
|
}
|
|
7693
7706
|
.has-light .checkbox-card .checkbox-card-label {
|
|
7694
|
-
border: 1px solid #
|
|
7707
|
+
border: 1px solid #666666;
|
|
7695
7708
|
background: #000;
|
|
7696
7709
|
}
|
|
7697
7710
|
.has-light .checkbox-card [type=radio]:checked + .checkbox-card-label, .has-light .checkbox-card :hover + .checkbox-card-label {
|
|
@@ -7820,7 +7833,7 @@ fieldset[disabled] .form-control {
|
|
|
7820
7833
|
}
|
|
7821
7834
|
|
|
7822
7835
|
input::input-placeholder {
|
|
7823
|
-
color: #
|
|
7836
|
+
color: #a9a9a9;
|
|
7824
7837
|
transform: translate3d(0, 0, 0);
|
|
7825
7838
|
}
|
|
7826
7839
|
|
|
@@ -8057,12 +8070,12 @@ input::input-placeholder {
|
|
|
8057
8070
|
font-family: arial, sans-serif;
|
|
8058
8071
|
font-weight: 500;
|
|
8059
8072
|
pointer-events: none;
|
|
8060
|
-
border-color: #
|
|
8073
|
+
border-color: #a9a9a9;
|
|
8061
8074
|
padding: 24px 0;
|
|
8062
8075
|
}
|
|
8063
8076
|
|
|
8064
8077
|
.info-text {
|
|
8065
|
-
color: #
|
|
8078
|
+
color: #666666;
|
|
8066
8079
|
margin-top: 4px;
|
|
8067
8080
|
width: 100%;
|
|
8068
8081
|
float: left;
|
|
@@ -8120,13 +8133,13 @@ input::input-placeholder {
|
|
|
8120
8133
|
}
|
|
8121
8134
|
.form-input-label-2 .input-text,
|
|
8122
8135
|
.error-zone .input-text {
|
|
8123
|
-
color: #
|
|
8136
|
+
color: #666666;
|
|
8124
8137
|
margin-top: 4px;
|
|
8125
8138
|
line-height: 1;
|
|
8126
8139
|
}
|
|
8127
8140
|
.form-input-label-2 .info-text,
|
|
8128
8141
|
.error-zone .info-text {
|
|
8129
|
-
color: #
|
|
8142
|
+
color: #666666;
|
|
8130
8143
|
margin-top: 4px;
|
|
8131
8144
|
width: auto;
|
|
8132
8145
|
position: absolute;
|
|
@@ -8180,7 +8193,7 @@ input::input-placeholder {
|
|
|
8180
8193
|
padding-top: 1px;
|
|
8181
8194
|
padding-bottom: calc(14px / 3);
|
|
8182
8195
|
font-size: 9px;
|
|
8183
|
-
color: #
|
|
8196
|
+
color: #666666;
|
|
8184
8197
|
}
|
|
8185
8198
|
.form-input-label-2 input:focus,
|
|
8186
8199
|
.error-zone input:focus {
|
|
@@ -8192,7 +8205,7 @@ input::input-placeholder {
|
|
|
8192
8205
|
padding-top: 1px;
|
|
8193
8206
|
padding-bottom: calc(14px / 3);
|
|
8194
8207
|
font-size: 9px;
|
|
8195
|
-
color: #
|
|
8208
|
+
color: #666666;
|
|
8196
8209
|
}
|
|
8197
8210
|
.form-input-label-2 input::-webkit-list-button, .form-input-label-2 input::-webkit-calendar-picker-indicator,
|
|
8198
8211
|
.error-zone input::-webkit-list-button,
|
|
@@ -8229,7 +8242,7 @@ input::input-placeholder {
|
|
|
8229
8242
|
}
|
|
8230
8243
|
.form-input-label-2 input:-ms-input-placeholder,
|
|
8231
8244
|
.error-zone input:-ms-input-placeholder {
|
|
8232
|
-
color: #
|
|
8245
|
+
color: #666666 !important;
|
|
8233
8246
|
}
|
|
8234
8247
|
.form-input-label-2 input,
|
|
8235
8248
|
.error-zone input {
|
|
@@ -8516,7 +8529,7 @@ input::input-placeholder {
|
|
|
8516
8529
|
display: none;
|
|
8517
8530
|
}
|
|
8518
8531
|
.formlabel input:-ms-input-placeholder {
|
|
8519
|
-
color: #
|
|
8532
|
+
color: #666666;
|
|
8520
8533
|
}
|
|
8521
8534
|
}
|
|
8522
8535
|
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
|
|
@@ -8524,7 +8537,7 @@ input::input-placeholder {
|
|
|
8524
8537
|
display: none;
|
|
8525
8538
|
}
|
|
8526
8539
|
.formlabel input:-ms-input-placeholder {
|
|
8527
|
-
color: #
|
|
8540
|
+
color: #666666 !important;
|
|
8528
8541
|
}
|
|
8529
8542
|
}
|
|
8530
8543
|
a:hover {
|
|
@@ -8562,7 +8575,7 @@ a:hover {
|
|
|
8562
8575
|
z-index: 1;
|
|
8563
8576
|
cursor: pointer;
|
|
8564
8577
|
border-radius: 50%;
|
|
8565
|
-
border: var(--line-width) solid #
|
|
8578
|
+
border: var(--line-width) solid #a9a9a9;
|
|
8566
8579
|
}
|
|
8567
8580
|
|
|
8568
8581
|
.inner-button {
|
|
@@ -8604,19 +8617,19 @@ a:hover {
|
|
|
8604
8617
|
transition: background-size 0.4s;
|
|
8605
8618
|
}
|
|
8606
8619
|
.c-dark-grey .link-line {
|
|
8607
|
-
background-image: linear-gradient(transparent calc(100% - 1px), #
|
|
8620
|
+
background-image: linear-gradient(transparent calc(100% - 1px), #666666 10px);
|
|
8608
8621
|
}
|
|
8609
8622
|
.link-line:hover {
|
|
8610
8623
|
opacity: 0.6;
|
|
8611
8624
|
}
|
|
8612
8625
|
.link-line.c-feel-dark {
|
|
8613
|
-
background-image: linear-gradient(transparent calc(100% - 1px), #
|
|
8626
|
+
background-image: linear-gradient(transparent calc(100% - 1px), #a9a9a9 10px);
|
|
8614
8627
|
}
|
|
8615
8628
|
.link-line.c-dark-grey {
|
|
8616
|
-
background-image: linear-gradient(transparent calc(100% - 1px), #
|
|
8629
|
+
background-image: linear-gradient(transparent calc(100% - 1px), #666666 10px);
|
|
8617
8630
|
}
|
|
8618
8631
|
.link-line.c-feel {
|
|
8619
|
-
background-image: linear-gradient(transparent calc(100% - 1px), #
|
|
8632
|
+
background-image: linear-gradient(transparent calc(100% - 1px), #000000 10px);
|
|
8620
8633
|
}
|
|
8621
8634
|
.link-line.is-error, .link-line.c-error {
|
|
8622
8635
|
background-image: linear-gradient(transparent calc(100% - 1px), #b40016 10px);
|
|
@@ -8892,7 +8905,7 @@ ul.list-mini > li::after {
|
|
|
8892
8905
|
.list-box {
|
|
8893
8906
|
display: table-cell;
|
|
8894
8907
|
box-sizing: border-box;
|
|
8895
|
-
border: 1px solid #
|
|
8908
|
+
border: 1px solid #666666;
|
|
8896
8909
|
transition: all 0.2s ease;
|
|
8897
8910
|
opacity: 0.5;
|
|
8898
8911
|
left: -1px;
|
|
@@ -8982,7 +8995,7 @@ ul.list-breadcrumb li.list-breadcrumb-divider {
|
|
|
8982
8995
|
width: 100%;
|
|
8983
8996
|
height: 8px;
|
|
8984
8997
|
border-radius: 0;
|
|
8985
|
-
background-color: #
|
|
8998
|
+
background-color: #f0f0f0;
|
|
8986
8999
|
display: flex;
|
|
8987
9000
|
align-items: flex-start;
|
|
8988
9001
|
justify-content: flex-start;
|
|
@@ -9173,7 +9186,7 @@ ul.list-breadcrumb li.list-breadcrumb-divider {
|
|
|
9173
9186
|
}
|
|
9174
9187
|
.tabs-gray a,
|
|
9175
9188
|
.tabs-gray span {
|
|
9176
|
-
color: #
|
|
9189
|
+
color: #666666;
|
|
9177
9190
|
border-color: #f0f0f0;
|
|
9178
9191
|
}
|
|
9179
9192
|
|
|
@@ -9198,7 +9211,7 @@ ul.list-breadcrumb li.list-breadcrumb-divider {
|
|
|
9198
9211
|
right: 0;
|
|
9199
9212
|
width: 1px;
|
|
9200
9213
|
height: 20px;
|
|
9201
|
-
background-color: #
|
|
9214
|
+
background-color: #a9a9a9;
|
|
9202
9215
|
}
|
|
9203
9216
|
.tabs-mini li.is-active a {
|
|
9204
9217
|
opacity: 1;
|
|
@@ -9210,7 +9223,7 @@ ul.list-breadcrumb li.list-breadcrumb-divider {
|
|
|
9210
9223
|
max-width: 450px;
|
|
9211
9224
|
}
|
|
9212
9225
|
.tabs-mini.tabs-map ul {
|
|
9213
|
-
border: 1px solid #
|
|
9226
|
+
border: 1px solid #a9a9a9;
|
|
9214
9227
|
}
|
|
9215
9228
|
|
|
9216
9229
|
.tag-warning {
|
|
@@ -9246,7 +9259,7 @@ ul.list-breadcrumb li.list-breadcrumb-divider {
|
|
|
9246
9259
|
}
|
|
9247
9260
|
|
|
9248
9261
|
.tag-feel {
|
|
9249
|
-
background-color: #
|
|
9262
|
+
background-color: #000000;
|
|
9250
9263
|
color: #000;
|
|
9251
9264
|
padding: 6px;
|
|
9252
9265
|
line-height: 1;
|
|
@@ -9275,7 +9288,7 @@ ul.list-breadcrumb li.list-breadcrumb-divider {
|
|
|
9275
9288
|
transform: translateY(100%) translateY(10px);
|
|
9276
9289
|
right: calc(50% - 16px);
|
|
9277
9290
|
background-color: #fff;
|
|
9278
|
-
border: 1px solid #
|
|
9291
|
+
border: 1px solid #a9a9a9;
|
|
9279
9292
|
position: absolute;
|
|
9280
9293
|
width: max-content;
|
|
9281
9294
|
max-width: 320px;
|
|
@@ -9289,8 +9302,8 @@ ul.list-breadcrumb li.list-breadcrumb-divider {
|
|
|
9289
9302
|
top: -6px;
|
|
9290
9303
|
right: 10px;
|
|
9291
9304
|
position: absolute;
|
|
9292
|
-
border-top: 1px solid #
|
|
9293
|
-
border-left: 1px solid #
|
|
9305
|
+
border-top: 1px solid #a9a9a9;
|
|
9306
|
+
border-left: 1px solid #a9a9a9;
|
|
9294
9307
|
width: 10px;
|
|
9295
9308
|
height: 10px;
|
|
9296
9309
|
background: #fff;
|
|
@@ -9346,7 +9359,7 @@ ul.list-breadcrumb li.list-breadcrumb-divider {
|
|
|
9346
9359
|
transform: translateY(100%) translateY(10px);
|
|
9347
9360
|
right: -8px;
|
|
9348
9361
|
background-color: #fff;
|
|
9349
|
-
border: 1px solid #
|
|
9362
|
+
border: 1px solid #a9a9a9;
|
|
9350
9363
|
position: absolute;
|
|
9351
9364
|
width: 240px;
|
|
9352
9365
|
z-index: 10;
|
|
@@ -9359,8 +9372,8 @@ ul.list-breadcrumb li.list-breadcrumb-divider {
|
|
|
9359
9372
|
top: -6px;
|
|
9360
9373
|
right: 10px;
|
|
9361
9374
|
position: absolute;
|
|
9362
|
-
border-top: 1px solid #
|
|
9363
|
-
border-left: 1px solid #
|
|
9375
|
+
border-top: 1px solid #a9a9a9;
|
|
9376
|
+
border-left: 1px solid #a9a9a9;
|
|
9364
9377
|
width: 10px;
|
|
9365
9378
|
height: 10px;
|
|
9366
9379
|
background: #fff;
|
|
@@ -9389,7 +9402,7 @@ ul.list-breadcrumb li.list-breadcrumb-divider {
|
|
|
9389
9402
|
top: 36px;
|
|
9390
9403
|
right: 0;
|
|
9391
9404
|
background-color: #fff;
|
|
9392
|
-
border: 1px solid #
|
|
9405
|
+
border: 1px solid #a9a9a9;
|
|
9393
9406
|
position: absolute;
|
|
9394
9407
|
width: 100%;
|
|
9395
9408
|
max-width: 327px;
|
|
@@ -9401,8 +9414,8 @@ ul.list-breadcrumb li.list-breadcrumb-divider {
|
|
|
9401
9414
|
right: 3px;
|
|
9402
9415
|
content: "";
|
|
9403
9416
|
position: absolute;
|
|
9404
|
-
border-top: 1px solid #
|
|
9405
|
-
border-left: 1px solid #
|
|
9417
|
+
border-top: 1px solid #a9a9a9;
|
|
9418
|
+
border-left: 1px solid #a9a9a9;
|
|
9406
9419
|
width: 10px;
|
|
9407
9420
|
height: 10px;
|
|
9408
9421
|
background: #fff;
|
|
@@ -9519,7 +9532,7 @@ ul.list-breadcrumb li.list-breadcrumb-divider {
|
|
|
9519
9532
|
display: inline-flex;
|
|
9520
9533
|
justify-content: center;
|
|
9521
9534
|
white-space: nowrap;
|
|
9522
|
-
border: 1px solid #
|
|
9535
|
+
border: 1px solid #a9a9a9;
|
|
9523
9536
|
}
|
|
9524
9537
|
|
|
9525
9538
|
.ico-round-sm {
|
|
@@ -9530,7 +9543,7 @@ ul.list-breadcrumb li.list-breadcrumb-divider {
|
|
|
9530
9543
|
display: inline-flex;
|
|
9531
9544
|
justify-content: center;
|
|
9532
9545
|
white-space: nowrap;
|
|
9533
|
-
border: 1px solid #
|
|
9546
|
+
border: 1px solid #a9a9a9;
|
|
9534
9547
|
}
|
|
9535
9548
|
|
|
9536
9549
|
.checkbox-ico {
|
|
@@ -9539,7 +9552,7 @@ ul.list-breadcrumb li.list-breadcrumb-divider {
|
|
|
9539
9552
|
width: 24px;
|
|
9540
9553
|
height: 24px;
|
|
9541
9554
|
left: auto;
|
|
9542
|
-
border: 1px solid #
|
|
9555
|
+
border: 1px solid #a9a9a9;
|
|
9543
9556
|
outline: 0;
|
|
9544
9557
|
vertical-align: top;
|
|
9545
9558
|
margin: 0;
|
|
@@ -9750,7 +9763,7 @@ ul.list-clear li.list-box:last-child {
|
|
|
9750
9763
|
width: 100%;
|
|
9751
9764
|
}
|
|
9752
9765
|
.color-wrap button .color-selector::before {
|
|
9753
|
-
border: 1px solid #
|
|
9766
|
+
border: 1px solid #a9a9a9;
|
|
9754
9767
|
content: "";
|
|
9755
9768
|
height: 100%;
|
|
9756
9769
|
left: 0;
|
|
@@ -9762,7 +9775,7 @@ ul.list-clear li.list-box:last-child {
|
|
|
9762
9775
|
}
|
|
9763
9776
|
.color-wrap button .color-selector img,
|
|
9764
9777
|
.color-wrap button .color-selector .color-plain {
|
|
9765
|
-
border: 1px solid #
|
|
9778
|
+
border: 1px solid #a9a9a9;
|
|
9766
9779
|
height: 10px;
|
|
9767
9780
|
left: 50%;
|
|
9768
9781
|
margin-left: -5px;
|
|
@@ -9773,7 +9786,7 @@ ul.list-clear li.list-box:last-child {
|
|
|
9773
9786
|
width: 10px;
|
|
9774
9787
|
}
|
|
9775
9788
|
.color-wrap button .color-selector span {
|
|
9776
|
-
border: 1px solid #
|
|
9789
|
+
border: 1px solid #a9a9a9;
|
|
9777
9790
|
height: 12px;
|
|
9778
9791
|
left: 50%;
|
|
9779
9792
|
margin-left: -6px;
|
|
@@ -9791,7 +9804,7 @@ ul.list-clear li.list-box:last-child {
|
|
|
9791
9804
|
border-radius: 0;
|
|
9792
9805
|
}
|
|
9793
9806
|
.color-wrap button .color-square::before {
|
|
9794
|
-
border: 1px solid #
|
|
9807
|
+
border: 1px solid #a9a9a9;
|
|
9795
9808
|
border-radius: 0;
|
|
9796
9809
|
}
|
|
9797
9810
|
.color-wrap button .color-square:hover {
|
|
@@ -9799,7 +9812,7 @@ ul.list-clear li.list-box:last-child {
|
|
|
9799
9812
|
}
|
|
9800
9813
|
.color-wrap button .color-square img,
|
|
9801
9814
|
.color-wrap button .color-square .color-plain {
|
|
9802
|
-
border: 1px solid #
|
|
9815
|
+
border: 1px solid #a9a9a9;
|
|
9803
9816
|
border-radius: 0;
|
|
9804
9817
|
}
|
|
9805
9818
|
.color-wrap button .color-square span {
|
|
@@ -9810,7 +9823,7 @@ ul.list-clear li.list-box:last-child {
|
|
|
9810
9823
|
margin-left: 5px;
|
|
9811
9824
|
}
|
|
9812
9825
|
.color-wrap .color-more span {
|
|
9813
|
-
border-bottom: 1px dotted #
|
|
9826
|
+
border-bottom: 1px dotted #666666;
|
|
9814
9827
|
}
|
|
9815
9828
|
|
|
9816
9829
|
.modalx-transparent.modalx-backdrop {
|
|
@@ -9821,7 +9834,7 @@ ul.list-clear li.list-box:last-child {
|
|
|
9821
9834
|
pointer-events: none;
|
|
9822
9835
|
}
|
|
9823
9836
|
.modalx-transparent.modalx-backdrop .modalx-content {
|
|
9824
|
-
border: 1px solid #
|
|
9837
|
+
border: 1px solid #a9a9a9;
|
|
9825
9838
|
}
|
|
9826
9839
|
|
|
9827
9840
|
.modalx-xxs {
|
|
@@ -10099,16 +10112,16 @@ ul.list-clear li.list-box:last-child {
|
|
|
10099
10112
|
display: inline-flex;
|
|
10100
10113
|
}
|
|
10101
10114
|
.card9 .card9-sizes:last-child {
|
|
10102
|
-
border-right: 1px solid #
|
|
10115
|
+
border-right: 1px solid #a9a9a9;
|
|
10103
10116
|
}
|
|
10104
10117
|
.card9 .card9-sizes button {
|
|
10105
10118
|
font-family: arial, sans-serif;
|
|
10106
10119
|
font-weight: 500;
|
|
10107
10120
|
border: none;
|
|
10108
10121
|
background-color: #fff;
|
|
10109
|
-
border-top: 1px solid #
|
|
10110
|
-
border-bottom: 1px solid #
|
|
10111
|
-
border-left: 1px solid #
|
|
10122
|
+
border-top: 1px solid #a9a9a9;
|
|
10123
|
+
border-bottom: 1px solid #a9a9a9;
|
|
10124
|
+
border-left: 1px solid #a9a9a9;
|
|
10112
10125
|
border-right: none;
|
|
10113
10126
|
padding: 10px 0;
|
|
10114
10127
|
min-width: 48px;
|
|
@@ -10150,7 +10163,7 @@ ul.list-clear li.list-box:last-child {
|
|
|
10150
10163
|
margin-bottom: 0;
|
|
10151
10164
|
}
|
|
10152
10165
|
.card9 .js-card9-inner .content {
|
|
10153
|
-
background: #
|
|
10166
|
+
background: #a9a9a9;
|
|
10154
10167
|
}
|
|
10155
10168
|
.card9 .card9-slider {
|
|
10156
10169
|
position: absolute;
|
|
@@ -10296,7 +10309,7 @@ ul.list-clear li.list-box:last-child {
|
|
|
10296
10309
|
.product-tag {
|
|
10297
10310
|
font-family: arial, sans-serif;
|
|
10298
10311
|
font-weight: 500;
|
|
10299
|
-
color: #
|
|
10312
|
+
color: #666666;
|
|
10300
10313
|
letter-spacing: 0;
|
|
10301
10314
|
line-height: 1;
|
|
10302
10315
|
}
|
|
@@ -10429,7 +10442,7 @@ div.card9-wrap .rat-content:hover .card9-add {
|
|
|
10429
10442
|
height: calc(100% - 48px);
|
|
10430
10443
|
content: "";
|
|
10431
10444
|
position: absolute;
|
|
10432
|
-
background-color: #
|
|
10445
|
+
background-color: #666666;
|
|
10433
10446
|
top: 44px;
|
|
10434
10447
|
left: 20px;
|
|
10435
10448
|
}
|
|
@@ -10452,7 +10465,7 @@ div.card9-wrap .rat-content:hover .card9-add {
|
|
|
10452
10465
|
overflow: hidden;
|
|
10453
10466
|
background-color: #fff;
|
|
10454
10467
|
z-index: 1002;
|
|
10455
|
-
border-bottom: var(--line-width) solid #
|
|
10468
|
+
border-bottom: var(--line-width) solid #666666;
|
|
10456
10469
|
}
|
|
10457
10470
|
@media (min-width: 768px) {
|
|
10458
10471
|
.header-account-head {
|
|
@@ -10573,7 +10586,7 @@ div.card9-wrap .rat-content:hover .card9-add {
|
|
|
10573
10586
|
.hg-bread {
|
|
10574
10587
|
background-color: #fff;
|
|
10575
10588
|
padding: 0;
|
|
10576
|
-
border-bottom: var(--line-width) solid #
|
|
10589
|
+
border-bottom: var(--line-width) solid #666666;
|
|
10577
10590
|
}
|
|
10578
10591
|
.hg-bread .hg-bread-inner {
|
|
10579
10592
|
display: table;
|
|
@@ -11332,8 +11345,6 @@ div.card9-wrap .rat-content:hover .card9-add {
|
|
|
11332
11345
|
}
|
|
11333
11346
|
.is-rtl .btn.btn-separate svg-icon {
|
|
11334
11347
|
transform: scaleX(-1);
|
|
11335
|
-
margin-left: 0;
|
|
11336
|
-
margin-right: 8px;
|
|
11337
11348
|
}
|
|
11338
11349
|
.is-rtl .btn.btn-world .btn-world-center {
|
|
11339
11350
|
text-align: right;
|