holygrail2 1.0.28 → 1.0.30

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 CHANGED
@@ -5612,7 +5612,7 @@ button {
5612
5612
  pointer-events: none;
5613
5613
  filter: grayscale(1);
5614
5614
  background-color: #e3e3e3;
5615
- border: 1px solid #e3e3e3;
5615
+ border: var(--line-width) solid #e3e3e3;
5616
5616
  color: #8e8e8e;
5617
5617
  opacity: 1;
5618
5618
  cursor: not-allowed;
@@ -5635,7 +5635,7 @@ button {
5635
5635
  pointer-events: none;
5636
5636
  filter: grayscale(1);
5637
5637
  background-color: #e3e3e3;
5638
- border: 1px solid #e3e3e3;
5638
+ border: var(--line-width) solid #e3e3e3;
5639
5639
  color: #8e8e8e;
5640
5640
  opacity: 1;
5641
5641
  }
@@ -5654,7 +5654,7 @@ button {
5654
5654
  .btn.btn-feel-invert {
5655
5655
  color: #000;
5656
5656
  background-color: transparent;
5657
- border: 1px solid #fb9962;
5657
+ border: var(--line-width) solid #fb9962;
5658
5658
  }
5659
5659
  .btn.btn-feel-invert svg g {
5660
5660
  fill: #000;
@@ -5780,7 +5780,7 @@ button {
5780
5780
  padding-bottom: 6px;
5781
5781
  justify-content: center;
5782
5782
  align-items: flex-start;
5783
- border-bottom: 1px solid #000;
5783
+ border-bottom: var(--line-width) solid #000;
5784
5784
  }
5785
5785
 
5786
5786
  .btn--full {
@@ -5798,7 +5798,7 @@ button {
5798
5798
  .btn-primary {
5799
5799
  color: #fff;
5800
5800
  background-color: #000;
5801
- border: 1px solid #000;
5801
+ border: var(--line-width) solid #000;
5802
5802
  }
5803
5803
  .btn-primary svg g {
5804
5804
  fill: #fff;
@@ -5813,12 +5813,12 @@ button {
5813
5813
  .btn-primary:focus, .btn-primary.focus, .btn-primary:hover, .btn-primary.hover, .btn-primary:active, .btn-primary.active {
5814
5814
  color: #fff;
5815
5815
  background-color: #8e8e8e;
5816
- border: 1px solid #8e8e8e;
5816
+ border: var(--line-width) solid #8e8e8e;
5817
5817
  opacity: 1;
5818
5818
  }
5819
5819
  .btn-primary[disabled], .btn-primary:disabled, .btn-primary.disabled {
5820
5820
  background-color: #e3e3e3;
5821
- border: 1px solid #e3e3e3;
5821
+ border: var(--line-width) solid #e3e3e3;
5822
5822
  color: #8e8e8e;
5823
5823
  opacity: 1;
5824
5824
  }
@@ -5835,7 +5835,7 @@ button {
5835
5835
  .has-light .btn-primary {
5836
5836
  color: #000;
5837
5837
  background-color: #fff;
5838
- border: 1px solid #fff;
5838
+ border: var(--line-width) solid #fff;
5839
5839
  }
5840
5840
  .has-light .btn-primary svg g {
5841
5841
  fill: #000;
@@ -5850,7 +5850,7 @@ button {
5850
5850
  .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 {
5851
5851
  color: #fff;
5852
5852
  background-color: #8e8e8e;
5853
- border: 1px solid #8e8e8e;
5853
+ border: var(--line-width) solid #8e8e8e;
5854
5854
  opacity: 1;
5855
5855
  }
5856
5856
  .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 {
@@ -5865,7 +5865,7 @@ button {
5865
5865
  }
5866
5866
  .has-light .btn-primary[disabled], .has-light .btn-primary:disabled, .has-light .btn-primary.disabled {
5867
5867
  background-color: #e3e3e3;
5868
- border: 1px solid #e3e3e3;
5868
+ border: var(--line-width) solid #e3e3e3;
5869
5869
  color: #8e8e8e;
5870
5870
  opacity: 1;
5871
5871
  }
@@ -5873,7 +5873,7 @@ button {
5873
5873
  .btn-secondary {
5874
5874
  color: #000;
5875
5875
  background-color: #fff;
5876
- border: 1px solid #000;
5876
+ border: var(--line-width) solid #000;
5877
5877
  }
5878
5878
  .btn-secondary svg g {
5879
5879
  fill: #000;
@@ -5888,12 +5888,12 @@ button {
5888
5888
  .btn-secondary:focus, .btn-secondary.focus, .btn-secondary:hover, .btn-secondary.hover, .btn-secondary:active, .btn-secondary.active {
5889
5889
  color: #000;
5890
5890
  background-color: #fff;
5891
- border: 1px solid #8e8e8e;
5891
+ border: var(--line-width) solid #8e8e8e;
5892
5892
  opacity: 1;
5893
5893
  }
5894
5894
  .btn-secondary[disabled], .btn-secondary:disabled, .btn-secondary.disabled {
5895
5895
  background-color: #fff;
5896
- border: 1px solid #e3e3e3;
5896
+ border: var(--line-width) solid #e3e3e3;
5897
5897
  color: #8e8e8e;
5898
5898
  opacity: 1;
5899
5899
  }
@@ -5910,7 +5910,7 @@ button {
5910
5910
  .has-light .btn-secondary {
5911
5911
  color: #fff;
5912
5912
  background-color: transparent;
5913
- border: 1px solid #fff;
5913
+ border: var(--line-width) solid #fff;
5914
5914
  }
5915
5915
  .has-light .btn-secondary svg g {
5916
5916
  fill: #fff;
@@ -5925,7 +5925,7 @@ button {
5925
5925
  .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 {
5926
5926
  color: #fff;
5927
5927
  background-color: #8e8e8e;
5928
- border: 1px solid #8e8e8e;
5928
+ border: var(--line-width) solid #8e8e8e;
5929
5929
  opacity: 1;
5930
5930
  }
5931
5931
  .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 {
@@ -5940,7 +5940,7 @@ button {
5940
5940
  }
5941
5941
  .has-light .btn-secondary[disabled], .has-light .btn-secondary:disabled, .has-light .btn-secondary.disabled {
5942
5942
  background-color: transparent;
5943
- border: 1px solid #8e8e8e;
5943
+ border: var(--line-width) solid #8e8e8e;
5944
5944
  color: #8e8e8e;
5945
5945
  opacity: 1;
5946
5946
  }
@@ -5948,7 +5948,7 @@ button {
5948
5948
  .btn-phantom {
5949
5949
  color: #fff;
5950
5950
  background-color: transparent;
5951
- border: 1px solid #fff;
5951
+ border: var(--line-width) solid #fff;
5952
5952
  }
5953
5953
  .btn-phantom svg g {
5954
5954
  fill: #fff;
@@ -5963,7 +5963,7 @@ button {
5963
5963
  .btn-phantom:focus, .btn-phantom.focus, .btn-phantom:hover, .btn-phantom.hover, .btn-phantom:active, .btn-phantom.active {
5964
5964
  color: #000;
5965
5965
  background-color: transparent;
5966
- border: 1px solid #8e8e8e;
5966
+ border: var(--line-width) solid #8e8e8e;
5967
5967
  opacity: 1;
5968
5968
  }
5969
5969
 
@@ -5971,7 +5971,7 @@ button {
5971
5971
  height: 40px;
5972
5972
  color: #fff;
5973
5973
  background-color: #000;
5974
- border: 1px solid #000;
5974
+ border: var(--line-width) solid #000;
5975
5975
  }
5976
5976
  .btn-limited svg g {
5977
5977
  fill: #fff;
@@ -6006,7 +6006,7 @@ button {
6006
6006
  .btn-primary-feel:disabled, .btn-primary-feel[disabled], .btn-primary-feel.disabled {
6007
6007
  pointer-events: none;
6008
6008
  cursor: default;
6009
- border: 1px solid #e3e3e3 !important;
6009
+ border: var(--line-width) solid #e3e3e3 !important;
6010
6010
  color: #8e8e8e !important;
6011
6011
  background-color: #e3e3e3 !important;
6012
6012
  filter: none;
@@ -6014,13 +6014,13 @@ button {
6014
6014
  }
6015
6015
  .btn-primary-feel:disabled svg-icon, .btn-primary-feel[disabled] svg-icon, .btn-primary-feel.disabled svg-icon {
6016
6016
  background-color: #e3e3e3 !important;
6017
- border: 1px solid #e3e3e3 !important;
6017
+ border: var(--line-width) solid #e3e3e3 !important;
6018
6018
  }
6019
6019
 
6020
6020
  .btn-secondary-feel {
6021
6021
  color: #000;
6022
6022
  background-color: #fff;
6023
- border: 1px solid #000;
6023
+ border: var(--line-width) solid #000;
6024
6024
  }
6025
6025
  .btn-secondary-feel svg g {
6026
6026
  fill: #000;
@@ -6032,13 +6032,13 @@ button {
6032
6032
  .btn-secondary-feel:focus, .btn-secondary-feel.focus, .btn-secondary-feel:hover, .btn-secondary-feel.hover, .btn-secondary-feel:active, .btn-secondary-feel.active {
6033
6033
  opacity: 1;
6034
6034
  color: #000;
6035
- border: 1px solid #8e8e8e;
6035
+ border: var(--line-width) solid #8e8e8e;
6036
6036
  background-color: #fff;
6037
6037
  }
6038
6038
  .btn-secondary-feel:disabled, .btn-secondary-feel[disabled], .btn-secondary-feel.disabled {
6039
6039
  pointer-events: none;
6040
6040
  cursor: default;
6041
- border: 1px solid #e3e3e3 !important;
6041
+ border: var(--line-width) solid #e3e3e3 !important;
6042
6042
  color: #8e8e8e !important;
6043
6043
  background-color: #e3e3e3 !important;
6044
6044
  filter: none;
@@ -6046,7 +6046,7 @@ button {
6046
6046
  }
6047
6047
  .btn-secondary-feel:disabled svg-icon, .btn-secondary-feel[disabled] svg-icon, .btn-secondary-feel.disabled svg-icon {
6048
6048
  background-color: #e3e3e3 !important;
6049
- border: 1px solid #e3e3e3 !important;
6049
+ border: var(--line-width) solid #e3e3e3 !important;
6050
6050
  }
6051
6051
  .has-light .btn-secondary-feel {
6052
6052
  color: #fff;
@@ -6056,14 +6056,14 @@ button {
6056
6056
  .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 {
6057
6057
  opacity: 1;
6058
6058
  color: #fff;
6059
- border: 1px solid #8e8e8e;
6059
+ border: var(--line-width) solid #8e8e8e;
6060
6060
  background-color: #8e8e8e;
6061
6061
  }
6062
6062
 
6063
6063
  .btn-tertiary {
6064
6064
  color: #000;
6065
6065
  background-color: #fff;
6066
- border: 1px solid #000;
6066
+ border: var(--line-width) solid #000;
6067
6067
  }
6068
6068
  .btn-tertiary svg g {
6069
6069
  fill: #000;
@@ -6075,13 +6075,13 @@ button {
6075
6075
  .btn-tertiary:focus, .btn-tertiary.focus, .btn-tertiary:hover, .btn-tertiary.hover, .btn-tertiary:active, .btn-tertiary.active {
6076
6076
  opacity: 1;
6077
6077
  color: #000;
6078
- border: 1px solid #8e8e8e;
6078
+ border: var(--line-width) solid #8e8e8e;
6079
6079
  background-color: #fff;
6080
6080
  }
6081
6081
  .btn-tertiary:disabled, .btn-tertiary[disabled], .btn-tertiary.disabled {
6082
6082
  pointer-events: none;
6083
6083
  cursor: default;
6084
- border: 1px solid #e3e3e3 !important;
6084
+ border: var(--line-width) solid #e3e3e3 !important;
6085
6085
  color: #8e8e8e !important;
6086
6086
  background-color: #e3e3e3 !important;
6087
6087
  filter: none;
@@ -6089,7 +6089,7 @@ button {
6089
6089
  }
6090
6090
  .btn-tertiary:disabled svg-icon, .btn-tertiary[disabled] svg-icon, .btn-tertiary.disabled svg-icon {
6091
6091
  background-color: #e3e3e3 !important;
6092
- border: 1px solid #e3e3e3 !important;
6092
+ border: var(--line-width) solid #e3e3e3 !important;
6093
6093
  }
6094
6094
  .has-light .btn-tertiary {
6095
6095
  color: #fff;
@@ -6099,7 +6099,7 @@ button {
6099
6099
  .has-light .btn-tertiary:focus, .has-light .btn-tertiary.focus, .has-light .btn-tertiary:hover, .has-light .btn-tertiary.hover, .has-light .btn-tertiary:active, .has-light .btn-tertiary.active {
6100
6100
  opacity: 1;
6101
6101
  color: #fff;
6102
- border: 1px solid #8e8e8e;
6102
+ border: var(--line-width) solid #8e8e8e;
6103
6103
  background-color: #8e8e8e;
6104
6104
  }
6105
6105
 
@@ -6112,7 +6112,7 @@ button {
6112
6112
  .btn-invert {
6113
6113
  color: #000;
6114
6114
  background-color: transparent;
6115
- border: 1px solid #000;
6115
+ border: var(--line-width) solid #000;
6116
6116
  }
6117
6117
  .btn-invert:focus, .btn-invert.focus, .btn-invert:hover, .btn-invert.hover, .btn-invert:active, .btn-invert.active {
6118
6118
  opacity: 0.6;
@@ -6121,7 +6121,7 @@ button {
6121
6121
  .btn-invert-light {
6122
6122
  color: #000;
6123
6123
  background-color: transparent;
6124
- border: 1px solid #e3e3e3;
6124
+ border: var(--line-width) solid #e3e3e3;
6125
6125
  }
6126
6126
  .btn-invert-light:focus, .btn-invert-light.focus, .btn-invert-light:hover, .btn-invert-light:active, .btn-invert-light.active {
6127
6127
  opacity: 0.6;
@@ -6132,14 +6132,14 @@ button {
6132
6132
 
6133
6133
  .btn-default {
6134
6134
  background-color: #000;
6135
- border: 1px solid #000;
6135
+ border: var(--line-width) solid #000;
6136
6136
  color: #fff;
6137
6137
  }
6138
6138
 
6139
6139
  .btn-blue {
6140
6140
  background-color: #1a32a4;
6141
6141
  color: #fff;
6142
- border: 1px solid #1a32a4;
6142
+ border: var(--line-width) solid #1a32a4;
6143
6143
  }
6144
6144
  .btn-blue:focus, .btn-blue.focus, .btn-blue:hover, .btn-blue.hover, .btn-blue:visited, .btn-blue:active, .btn-blue.active {
6145
6145
  color: #fff;
@@ -6237,11 +6237,11 @@ button {
6237
6237
  .has-light .btn-google {
6238
6238
  background-color: #fff;
6239
6239
  color: #000;
6240
- border: 1px solid #fff;
6240
+ border: var(--line-width) solid #fff;
6241
6241
  }
6242
6242
  .btn-google svg-icon,
6243
6243
  .has-light .btn-google svg-icon {
6244
- top: 1px;
6244
+ top: var(--line-width);
6245
6245
  }
6246
6246
  .btn-google:focus, .btn-google.focus, .btn-google:hover, .btn-google.hover, .btn-google:visited, .btn-google:active, .btn-google.active,
6247
6247
  .has-light .btn-google:focus,
@@ -6251,14 +6251,14 @@ button {
6251
6251
  .has-light .btn-google:visited,
6252
6252
  .has-light .btn-google:active,
6253
6253
  .has-light .btn-google.active {
6254
- border: 1px solid #f0f0f0;
6254
+ border: var(--line-width) solid #f0f0f0;
6255
6255
  opacity: 1;
6256
6256
  }
6257
6257
 
6258
6258
  .btn-facebook {
6259
6259
  background-color: #1977f3;
6260
6260
  color: #fff;
6261
- border: 1px solid #1977f3;
6261
+ border: var(--line-width) solid #1977f3;
6262
6262
  }
6263
6263
  .btn-facebook svg-icon {
6264
6264
  background-color: transparent;
@@ -6269,19 +6269,19 @@ button {
6269
6269
  .btn-facebook:focus, .btn-facebook.focus, .btn-facebook:hover, .btn-facebook.hover, .btn-facebook:visited, .btn-facebook:active, .btn-facebook.active {
6270
6270
  opacity: 1;
6271
6271
  background-color: #1977f3;
6272
- border: 1px solid #1977f3;
6272
+ border: var(--line-width) solid #1977f3;
6273
6273
  }
6274
6274
  .has-light .btn-facebook {
6275
6275
  background-color: #1977f3;
6276
6276
  color: #fff;
6277
- border: 1px solid #1977f3;
6277
+ border: var(--line-width) solid #1977f3;
6278
6278
  }
6279
6279
 
6280
6280
  .btn-apple,
6281
6281
  .has-light .btn-apple {
6282
6282
  background-color: #000;
6283
6283
  color: #fff;
6284
- border: 1px solid #000;
6284
+ border: var(--line-width) solid #000;
6285
6285
  }
6286
6286
  .btn-apple:focus, .btn-apple.focus, .btn-apple:hover, .btn-apple.hover, .btn-apple:visited, .btn-apple:active, .btn-apple.active,
6287
6287
  .has-light .btn-apple:focus,
@@ -6293,14 +6293,14 @@ button {
6293
6293
  .has-light .btn-apple.active {
6294
6294
  opacity: 1;
6295
6295
  background-color: #8e8e8e;
6296
- border: 1px solid #8e8e8e;
6296
+ border: var(--line-width) solid #8e8e8e;
6297
6297
  }
6298
6298
 
6299
6299
  .btn-apple-secondary,
6300
6300
  .has-light .btn-apple-secondary {
6301
6301
  background-color: #fff;
6302
6302
  color: #000;
6303
- border: 1px solid #000;
6303
+ border: var(--line-width) solid #000;
6304
6304
  }
6305
6305
  .btn-apple-secondary:focus, .btn-apple-secondary.focus, .btn-apple-secondary:hover, .btn-apple-secondary.hover, .btn-apple-secondary:visited, .btn-apple-secondary:active, .btn-apple-secondary.active,
6306
6306
  .has-light .btn-apple-secondary:focus,
@@ -6312,7 +6312,7 @@ button {
6312
6312
  .has-light .btn-apple-secondary.active {
6313
6313
  opacity: 1;
6314
6314
  background-color: #fff;
6315
- border: 1px solid #8e8e8e;
6315
+ border: var(--line-width) solid #8e8e8e;
6316
6316
  }
6317
6317
 
6318
6318
  .btn-naver,
@@ -6320,7 +6320,7 @@ button {
6320
6320
  background-color: #03cf5d;
6321
6321
  color: #fff;
6322
6322
  padding-left: 40px;
6323
- border: 1px solid #03cf5d;
6323
+ border: var(--line-width) solid #03cf5d;
6324
6324
  }
6325
6325
  .btn-naver:focus, .btn-naver.focus, .btn-naver:hover, .btn-naver.hover, .btn-naver:visited, .btn-naver:active, .btn-naver.active,
6326
6326
  .has-light .btn-naver:focus,
@@ -6332,7 +6332,7 @@ button {
6332
6332
  .has-light .btn-naver.active {
6333
6333
  opacity: 1;
6334
6334
  background-color: #03cf5d;
6335
- border: 1px solid #03cf5d;
6335
+ border: var(--line-width) solid #03cf5d;
6336
6336
  }
6337
6337
 
6338
6338
  .btn-wechat,
@@ -6340,7 +6340,7 @@ button {
6340
6340
  background-color: #2dc100;
6341
6341
  color: #fff;
6342
6342
  padding-left: 40px;
6343
- border: 1px solid #2dc100;
6343
+ border: var(--line-width) solid #2dc100;
6344
6344
  }
6345
6345
  .btn-wechat:focus, .btn-wechat.focus, .btn-wechat:hover, .btn-wechat.hover, .btn-wechat:visited, .btn-wechat:active, .btn-wechat.active,
6346
6346
  .has-light .btn-wechat:focus,
@@ -6352,7 +6352,7 @@ button {
6352
6352
  .has-light .btn-wechat.active {
6353
6353
  opacity: 1;
6354
6354
  background-color: #03cf5d;
6355
- border: 1px solid #2dc100;
6355
+ border: var(--line-width) solid #2dc100;
6356
6356
  }
6357
6357
 
6358
6358
  .btn-block {
@@ -6500,35 +6500,35 @@ button {
6500
6500
 
6501
6501
  .btn-feel {
6502
6502
  background-color: #fb9962;
6503
- border: 1px solid #fb9962;
6503
+ border: var(--line-width) solid #fb9962;
6504
6504
  color: #000;
6505
6505
  }
6506
6506
  .btn-feel:hover, .btn-feel.hover, .btn-feel:focus, .btn-feel.focus {
6507
6507
  background-color: #fccbb0;
6508
- border: 1px solid #fccbb0;
6508
+ border: var(--line-width) solid #fccbb0;
6509
6509
  color: #000;
6510
6510
  opacity: 1;
6511
6511
  }
6512
6512
  .btn-feel[disabled], .btn-feel:disabled, .btn-feel.disabled {
6513
6513
  background-color: #e3e3e3;
6514
- border: 1px solid #e3e3e3;
6514
+ border: var(--line-width) solid #e3e3e3;
6515
6515
  color: #8e8e8e;
6516
6516
  opacity: 1;
6517
6517
  }
6518
6518
  .has-light .btn-feel {
6519
6519
  background-color: #fb9962;
6520
- border: 1px solid #fb9962;
6520
+ border: var(--line-width) solid #fb9962;
6521
6521
  color: #000;
6522
6522
  }
6523
6523
  .has-light .btn-feel:hover, .has-light .btn-feel.hover, .has-light .btn-feel:focus, .has-light .btn-feel.focus {
6524
6524
  background-color: #fccbb0;
6525
- border: 1px solid #fccbb0;
6525
+ border: var(--line-width) solid #fccbb0;
6526
6526
  color: #000;
6527
6527
  opacity: 1;
6528
6528
  }
6529
6529
  .has-light .btn-feel[disabled], .has-light .btn-feel:disabled, .has-light .btn-feel.disabled {
6530
6530
  background-color: #e3e3e3;
6531
- border: 1px solid #e3e3e3;
6531
+ border: var(--line-width) solid #e3e3e3;
6532
6532
  color: #8e8e8e;
6533
6533
  opacity: 1;
6534
6534
  }
@@ -6582,7 +6582,7 @@ button {
6582
6582
  .btn.btn-secondary-rd {
6583
6583
  font-size: 12px;
6584
6584
  border-radius: 0;
6585
- border: 1px solid #000;
6585
+ border: var(--line-width) solid #000;
6586
6586
  padding: 9px 2px 4px;
6587
6587
  height: 32px;
6588
6588
  min-width: 100px;
@@ -6606,7 +6606,7 @@ button {
6606
6606
  .has-light .btn-phantom {
6607
6607
  color: #fff;
6608
6608
  background-color: transparent;
6609
- border: 1px solid #fff;
6609
+ border: var(--line-width) solid #fff;
6610
6610
  }
6611
6611
  .has-light .btn-primary-feel:hover, .has-light .btn-primary-feel.hover, .has-light .btn-primary-feel:focus, .has-light .btn-primary-feel.focus {
6612
6612
  background-color: rgba(251, 153, 98, 0.6);
@@ -6719,7 +6719,7 @@ button {
6719
6719
  .checkbox-item [type=checkbox]:not(:checked) + label .icon,
6720
6720
  .checkbox-item [type=checkbox]:checked + label .icon {
6721
6721
  position: absolute;
6722
- top: 0;
6722
+ top: 3px;
6723
6723
  left: 2px;
6724
6724
  color: #000;
6725
6725
  transition: all 0.2s;
@@ -7087,8 +7087,8 @@ button {
7087
7087
  }
7088
7088
  .check-center.checkbox-radio [type=radio]:checked + label .ico-radio, .check-center.checkbox-radio [type=radio]:not(:checked) + label .ico-radio {
7089
7089
  top: 50%;
7090
- left: 23px;
7091
- margin-top: -5px;
7090
+ left: 21px;
7091
+ margin-top: -2px;
7092
7092
  }
7093
7093
  .check-center .box3-content {
7094
7094
  padding-left: 30px;
@@ -7101,7 +7101,7 @@ button {
7101
7101
  left: 0;
7102
7102
  }
7103
7103
  .check-bleed.checkbox-radio [type=radio]:checked + label .ico-radio, .check-bleed.checkbox-radio [type=radio]:not(:checked) + label .ico-radio {
7104
- left: 4px;
7104
+ left: 5px;
7105
7105
  }
7106
7106
 
7107
7107
  .check-top.checkbox-radio [type=radio]:checked + label::before, .check-top.checkbox-radio [type=radio]:not(:checked) + label::before {
@@ -7253,9 +7253,9 @@ fieldset[disabled] .form-control {
7253
7253
  .input,
7254
7254
  .textarea,
7255
7255
  .select select {
7256
- border: 1px solid transparent;
7256
+ border: var(--line-width) solid transparent;
7257
7257
  border-color: #e3e3e3;
7258
- border-width: 0 0 1px 0;
7258
+ border-width: 0 0 var(--line-width) 0;
7259
7259
  border-radius: 0;
7260
7260
  appearance: none;
7261
7261
  align-items: center;
@@ -7289,9 +7289,9 @@ fieldset[disabled] .form-control {
7289
7289
  .textarea:focus,
7290
7290
  .select select:focus {
7291
7291
  outline: none;
7292
- border: 1px solid transparent;
7292
+ border: var(--line-width) solid transparent;
7293
7293
  border-color: #000;
7294
- border-width: 0 0 1px 0;
7294
+ border-width: 0 0 var(--line-width) 0;
7295
7295
  }
7296
7296
 
7297
7297
  input::input-placeholder {
@@ -7400,7 +7400,7 @@ label {
7400
7400
  right: 6px;
7401
7401
  width: 5px;
7402
7402
  height: 5px;
7403
- margin-top: -3px;
7403
+ margin-top: -5px;
7404
7404
  }
7405
7405
  .select.select-flat, .select.select-flat-no-icon {
7406
7406
  width: max-content;
@@ -7524,12 +7524,12 @@ label {
7524
7524
  }
7525
7525
 
7526
7526
  .input-line {
7527
- border-top: 1px solid transparent;
7528
- border-left: 1px solid transparent;
7529
- border-right: 1px solid transparent;
7527
+ border-top: var(--line-width) solid transparent;
7528
+ border-left: var(--line-width) solid transparent;
7529
+ border-right: var(--line-width) solid transparent;
7530
7530
  background-color: transparent;
7531
7531
  padding-left: 0;
7532
- border-bottom: 1px solid #000;
7532
+ border-bottom: var(--line-width) solid #000;
7533
7533
  }
7534
7534
 
7535
7535
  .input-notouch {
@@ -7629,7 +7629,7 @@ label {
7629
7629
  display: block;
7630
7630
  width: 100%;
7631
7631
  font-weight: normal;
7632
- margin-top: 1px;
7632
+ margin-top: var(--line-width);
7633
7633
  margin-bottom: 0;
7634
7634
  line-height: 1.1;
7635
7635
  color: #8e8e8e;
@@ -7785,7 +7785,7 @@ label {
7785
7785
  color: #b40016 !important;
7786
7786
  }
7787
7787
  .is-error .input {
7788
- border-bottom: 1px solid #b40016;
7788
+ border-bottom: var(--line-width) solid #b40016;
7789
7789
  }
7790
7790
  .is-error .input-prefix :nth-child(1)::placeholder {
7791
7791
  color: #b40016;
@@ -7803,17 +7803,17 @@ label {
7803
7803
  color: #76ae4a !important;
7804
7804
  }
7805
7805
  .ok-input .input {
7806
- border-bottom: 1px solid #76ae4a;
7806
+ border-bottom: var(--line-width) solid #76ae4a;
7807
7807
  color: #76ae4a;
7808
7808
  }
7809
7809
  .ok-input .input-prefix:nth-child(1)::placeholder {
7810
7810
  color: #76ae4a;
7811
7811
  }
7812
7812
  .ok-input .input-line {
7813
- border-top: 1px solid transparent;
7814
- border-left: 1px solid transparent;
7815
- border-right: 1px solid transparent;
7816
- border-bottom: 1px solid #76ae4a;
7813
+ border-top: var(--line-width) solid transparent;
7814
+ border-left: var(--line-width) solid transparent;
7815
+ border-right: var(--line-width) solid transparent;
7816
+ border-bottom: var(--line-width) solid #76ae4a;
7817
7817
  color: #76ae4a;
7818
7818
  }
7819
7819
 
@@ -7836,7 +7836,7 @@ label {
7836
7836
  padding: 12px 0 4px;
7837
7837
  height: auto;
7838
7838
  border: none;
7839
- border-bottom: 1px solid #000;
7839
+ border-bottom: var(--line-width) solid #000;
7840
7840
  }
7841
7841
  .input-line-v2 .input::input-placeholder {
7842
7842
  font-family: arial, sans-serif;
@@ -8031,18 +8031,18 @@ a:hover {
8031
8031
  z-index: 1;
8032
8032
  cursor: pointer;
8033
8033
  border-radius: 50%;
8034
- border: 1px solid #e3e3e3;
8034
+ border: var(--line-width) solid #e3e3e3;
8035
8035
  }
8036
8036
 
8037
8037
  .inner-button {
8038
- margin-top: -1px;
8038
+ margin-top: -var(--line-width);
8039
8039
  display: block;
8040
8040
  width: 40px;
8041
8041
  height: 40px;
8042
8042
  color: #fff;
8043
8043
  }
8044
8044
  .inner-button::after {
8045
- border: 1px solid #000;
8045
+ border: var(--line-width) solid #000;
8046
8046
  border-radius: 0;
8047
8047
  border-right: 0;
8048
8048
  border-top: 0;
@@ -8301,12 +8301,12 @@ ul.h-size-selector a:hover {
8301
8301
  cursor: pointer;
8302
8302
  }
8303
8303
  ul.h-size-selector a:hover::after {
8304
- border: 1px solid rgb(51, 48, 48);
8304
+ border: var(--line-width) solid rgb(51, 48, 48);
8305
8305
  }
8306
8306
  ul.h-size-selector a::after {
8307
8307
  content: "";
8308
8308
  position: absolute;
8309
- border: 1px solid transparent;
8309
+ border: var(--line-width) solid transparent;
8310
8310
  width: 10px;
8311
8311
  height: 10px;
8312
8312
  left: 3px;
@@ -8330,7 +8330,7 @@ ul.list-mini > li {
8330
8330
  ul.list-mini > li.is-missing::after {
8331
8331
  content: "";
8332
8332
  width: 100%;
8333
- height: 1px;
8333
+ height: var(--line-width);
8334
8334
  background-color: #000;
8335
8335
  border-radius: 0;
8336
8336
  margin-top: -1px;
@@ -8380,7 +8380,7 @@ ul.list-mini > li::after {
8380
8380
  position: relative;
8381
8381
  padding: 16px;
8382
8382
  background: #fff;
8383
- border-bottom: 1px solid #e3e3e3;
8383
+ border-bottom: var(--line-width) solid #e3e3e3;
8384
8384
  cursor: pointer;
8385
8385
  opacity: 1;
8386
8386
  }
package/guide/index.html CHANGED
@@ -1975,8 +1975,10 @@
1975
1975
  </div>
1976
1976
  <b> Icons Buttons </b>
1977
1977
  <div class="grid-4">
1978
+
1979
+
1978
1980
  <div class="btn btn-primary btn--small has-ico-pre">
1979
- <svg-icon src="question">
1981
+ <svg-icon src="question" class="mr-16">
1980
1982
  <div class="ico-pre">
1981
1983
  <svg width="16" height="16" viewBox="0 0 16 16">
1982
1984
  <g stroke-width="1" fill="none" stroke="#212121">
@@ -1987,8 +1989,12 @@
1987
1989
  </svg-icon>
1988
1990
  ico-pre
1989
1991
  </div>
1992
+
1993
+
1994
+
1990
1995
  <div class="btn btn-primary btn--small has-ico-post">
1991
- <svg-icon src="question">
1996
+ ico-post
1997
+ <svg-icon src="question" class="ml-16">
1992
1998
  <div class="ico-post">
1993
1999
  <svg width="16" height="16" viewBox="0 0 16 16">
1994
2000
  <g stroke-width="1" fill="none" stroke="#212121">
@@ -1996,10 +2002,15 @@
1996
2002
  </g>
1997
2003
  </svg>
1998
2004
  </div>
1999
- </svg-icon> ico-post
2005
+ </svg-icon>
2000
2006
  </div>
2007
+
2008
+
2009
+
2010
+
2011
+
2001
2012
  <div class="btn btn-primary btn--small has-ico-pre disabled">
2002
- <svg-icon src="question">
2013
+ <svg-icon src="question" class="mr-16">
2003
2014
  <div class="ico-post">
2004
2015
  <svg width="16" height="16" viewBox="0 0 16 16">
2005
2016
  <g stroke-width="1" fill="none" stroke="#212121">
@@ -2007,10 +2018,15 @@
2007
2018
  </g>
2008
2019
  </svg>
2009
2020
  </div>
2010
- </svg-icon> ico-pre
2021
+ </svg-icon>
2022
+ ico-pre
2023
+
2011
2024
  </div>
2025
+
2026
+
2012
2027
  <div class="btn btn-primary btn--small has-ico-post disabled">
2013
- <svg-icon src="question">
2028
+ ico-post
2029
+ <svg-icon src="question" class="ml-16">
2014
2030
  <div class="ico-post">
2015
2031
  <svg width="16" height="16" viewBox="0 0 16 16">
2016
2032
  <g stroke-width="1" fill="none" stroke="#212121">
@@ -2018,10 +2034,12 @@
2018
2034
  </g>
2019
2035
  </svg>
2020
2036
  </div>
2021
- </svg-icon> ico-post
2037
+ </svg-icon>
2022
2038
  </div>
2039
+
2040
+
2023
2041
  <div class="btn btn-secondary btn--small has-ico-pre">
2024
- <svg-icon src="question">
2042
+ <svg-icon src="question"class="mr-16">
2025
2043
  <div class="ico-pre">
2026
2044
  <svg width="16" height="16" viewBox="0 0 16 16">
2027
2045
  <g stroke-width="1" fill="none" stroke="#212121">
@@ -2031,8 +2049,12 @@
2031
2049
  </div>
2032
2050
  </svg-icon>ico-pre
2033
2051
  </div>
2052
+
2053
+
2054
+
2034
2055
  <div class="btn btn-secondary btn--small has-ico-post">
2035
- <svg-icon src="question">
2056
+ ico-post
2057
+ <svg-icon src="question" class="ml-16">
2036
2058
  <div class="ico-post">
2037
2059
  <svg width="16" height="16" viewBox="0 0 16 16">
2038
2060
  <g stroke-width="1" fill="none" stroke="#212121">
@@ -2040,10 +2062,11 @@
2040
2062
  </g>
2041
2063
  </svg>
2042
2064
  </div>
2043
- </svg-icon>ico-post
2065
+ </svg-icon>
2044
2066
  </div>
2067
+
2045
2068
  <div class="btn btn-secondary btn--small has-ico-pre guide-hover">
2046
- <svg-icon src="question">
2069
+ <svg-icon src="question" class="mr-16">
2047
2070
  <div class="ico-pre">
2048
2071
  <svg width="16" height="16" viewBox="0 0 16 16">
2049
2072
  <g stroke-width="1" fill="none" stroke="#212121">
@@ -2054,7 +2077,8 @@
2054
2077
  </svg-icon> Action
2055
2078
  </div>
2056
2079
  <div class="btn btn-secondary btn--small has-ico-post guide-hover">
2057
- <svg-icon src="question">
2080
+ Action
2081
+ <svg-icon src="question" class="ml-16">
2058
2082
  <div class="ico-post">
2059
2083
  <svg width="16" height="16" viewBox="0 0 16 16">
2060
2084
  <g stroke-width="1" fill="none" stroke="#212121">
@@ -2062,10 +2086,10 @@
2062
2086
  </g>
2063
2087
  </svg>
2064
2088
  </div>
2065
- </svg-icon> Action
2089
+ </svg-icon>
2066
2090
  </div>
2067
2091
  <div class="btn btn-secondary btn--medium has-ico-center mb-24">
2068
- <svg-icon src="question">
2092
+ <svg-icon src="question" class="mr-16">
2069
2093
  <div>
2070
2094
  <svg width="16" height="16" viewBox="0 0 16 16">
2071
2095
  <g stroke-width="1" fill="none" stroke="#212121">
@@ -2077,7 +2101,7 @@
2077
2101
  </div>
2078
2102
  <div class="btn btn-secondary btn--medium has-ico-center">
2079
2103
  Action
2080
- <svg-icon src="question">
2104
+ <svg-icon src="question" class="ml-16">
2081
2105
  <div>
2082
2106
  <svg width="16" height="16" viewBox="0 0 16 16">
2083
2107
  <g stroke-width="1" fill="none" stroke="#212121">
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "holygrail2",
3
- "version": "1.0.28",
3
+ "version": "1.0.30",
4
4
  "description": "A minimal, responsive, style-agnostic CSS framework.",
5
5
  "main": "scss/style.scss",
6
6
  "directories": {
@@ -16,9 +16,9 @@ fieldset[disabled] .form-control {
16
16
  .input,
17
17
  .textarea,
18
18
  .select select {
19
- border: 1px solid transparent;
19
+ border: var(--line-width) solid transparent;
20
20
  border-color: $c-middle-grey;
21
- border-width: 0 0 1px 0;
21
+ border-width: 0 0 var(--line-width) 0;
22
22
  border-radius: 0;
23
23
  appearance: none;
24
24
  align-items: center;
@@ -45,9 +45,9 @@ fieldset[disabled] .form-control {
45
45
  &:focus {
46
46
  outline: none;
47
47
 
48
- border: 1px solid transparent;
48
+ border: var(--line-width) solid transparent;
49
49
  border-color: $c-primary;
50
- border-width: 0 0 1px 0;
50
+ border-width: 0 0 var(--line-width) 0;
51
51
  }
52
52
  }
53
53
 
@@ -280,12 +280,12 @@ label {
280
280
  min-height: 24px;
281
281
  }
282
282
  .input-line {
283
- border-top: 1px solid transparent;
284
- border-left: 1px solid transparent;
285
- border-right: 1px solid transparent;
283
+ border-top: var(--line-width) solid transparent;
284
+ border-left: var(--line-width) solid transparent;
285
+ border-right: var(--line-width) solid transparent;
286
286
  background-color: transparent;
287
287
  padding-left: 0;
288
- border-bottom: 1px solid $c-primary;
288
+ border-bottom: var(--line-width) solid $c-primary;
289
289
  }
290
290
 
291
291
  .input-notouch {
@@ -377,7 +377,7 @@ label {
377
377
  display: block;
378
378
  width: 100%;
379
379
  font-weight: normal;
380
- margin-top: 1px;
380
+ margin-top: var(--line-width);
381
381
  margin-bottom: 0;
382
382
  line-height: 1.1;
383
383
  color: $c-dark-grey;
@@ -501,7 +501,7 @@ label {
501
501
  color: $c-error !important;
502
502
  }
503
503
  .input {
504
- border-bottom: 1px solid $c-error;
504
+ border-bottom: var(--line-width) solid $c-error;
505
505
  }
506
506
  .input-prefix :nth-child(1)::placeholder {
507
507
  color: $c-error;
@@ -523,17 +523,17 @@ label {
523
523
  color: $c-success !important;
524
524
  }
525
525
  .input {
526
- border-bottom: 1px solid $c-success;
526
+ border-bottom: var(--line-width) solid $c-success;
527
527
  color: $c-success;
528
528
  }
529
529
  .input-prefix:nth-child(1)::placeholder {
530
530
  color: $c-success;
531
531
  }
532
532
  .input-line {
533
- border-top: 1px solid transparent;
534
- border-left: 1px solid transparent;
535
- border-right: 1px solid transparent;
536
- border-bottom: 1px solid $c-success;
533
+ border-top: var(--line-width) solid transparent;
534
+ border-left: var(--line-width) solid transparent;
535
+ border-right: var(--line-width) solid transparent;
536
+ border-bottom: var(--line-width) solid $c-success;
537
537
  color: $c-success;
538
538
  }
539
539
  }
@@ -555,7 +555,7 @@ label {
555
555
  padding: 12px 0 4px;
556
556
  height: auto;
557
557
  border: none;
558
- border-bottom: 1px solid $c-primary;
558
+ border-bottom: var(--line-width) solid $c-primary;
559
559
  }
560
560
  .input::input-placeholder {
561
561
  @include font-regular;
@@ -41,18 +41,18 @@ a {
41
41
  z-index: 1;
42
42
  cursor: pointer;
43
43
  border-radius: 50%;
44
- border: 1px solid $c-middle-grey;
44
+ border: var(--line-width) solid $c-middle-grey;
45
45
  }
46
46
 
47
47
  .inner-button {
48
- margin-top: -1px;
48
+ margin-top: -var(--line-width);
49
49
  display: block;
50
50
  width: 40px;
51
51
  height: 40px;
52
52
  color: $c-white;
53
53
 
54
54
  &::after {
55
- border: 1px solid $c-primary;
55
+ border: var(--line-width) solid $c-primary;
56
56
  border-radius: $form-radius;
57
57
  border-right: 0;
58
58
  border-top: 0;
@@ -97,14 +97,14 @@ ul.h-size-selector {
97
97
  cursor: pointer;
98
98
 
99
99
  &::after {
100
- border: 1px solid rgb(51 48 48);
100
+ border: var(--line-width) solid rgb(51 48 48);
101
101
  }
102
102
  }
103
103
 
104
104
  &::after {
105
105
  content: '';
106
106
  position: absolute;
107
- border: 1px solid transparent;
107
+ border: var(--line-width) solid transparent;
108
108
  width: 10px;
109
109
  height: 10px;
110
110
  left: 3px;
@@ -131,7 +131,7 @@ ul.list-mini {
131
131
  &::after {
132
132
  content: '';
133
133
  width: 100%;
134
- height: 1px;
134
+ height: var(--line-width);
135
135
  background-color: $c-primary;
136
136
  border-radius: $form-radius;
137
137
  margin-top: -1px;
@@ -189,7 +189,7 @@ ul.list-mini {
189
189
  position: relative;
190
190
  padding: 16px;
191
191
  background: $c-white;
192
- border-bottom: 1px solid $c-middle-grey;
192
+ border-bottom: var(--line-width) solid $c-middle-grey;
193
193
  cursor: pointer;
194
194
  opacity: 1;
195
195