holygrail2 1.3.35 → 1.3.37

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "holygrail2",
3
- "version": "1.3.35",
3
+ "version": "1.3.37",
4
4
  "description": "A minimal, responsive, style-agnostic CSS framework.",
5
5
  "main": "scss/style.scss",
6
6
  "style": "dist/style.css",
@@ -1,5 +1,5 @@
1
1
  $font-weight-light: 100 !default;
2
- $font-weight-regular: 500 !default;
2
+ $font-weight-regular: 400 !default;
3
3
  $font-weight-medium: 600 !default;
4
4
  $font-weight-semibold: 700 !default;
5
5
  $font-weight-bold: 900 !default;
@@ -47,6 +47,7 @@ button {
47
47
  color: $c-primary;
48
48
  border-color: $c-white;
49
49
  background-color: $c-white;
50
+ @include font-regular;
50
51
  &::after {
51
52
  background-color: $c-white;
52
53
  }
@@ -237,6 +238,8 @@ button {
237
238
  color: $c-white;
238
239
  background-color: $c-primary;
239
240
  border: 1px solid $c-primary;
241
+ @include font-regular;
242
+
240
243
  svg {
241
244
  g {
242
245
  fill: $c-white;
@@ -454,6 +457,7 @@ button {
454
457
  color: $c-white;
455
458
  background-color: $c-limited;
456
459
  border: 1px solid $c-limited;
460
+ @include font-regular;
457
461
  svg {
458
462
  g {
459
463
  fill: $c-white;
@@ -681,6 +685,7 @@ button {
681
685
  background-color: $c-info;
682
686
  color: $c-white;
683
687
  border: 1px solid $c-info;
688
+ @include font-regular;
684
689
  &:focus,
685
690
  &.focus,
686
691
  &:hover,
@@ -812,6 +817,8 @@ button {
812
817
  background-color: $c-facebook;
813
818
  color: $c-white;
814
819
  border: 1px solid $c-facebook;
820
+ @include font-regular;
821
+
815
822
  svg-icon,
816
823
  svg-icon2,
817
824
  md-icon {
@@ -842,6 +849,7 @@ button {
842
849
  background-color: $c-black;
843
850
  color: $c-white;
844
851
  border: 1px solid $c-black;
852
+ @include font-regular;
845
853
  &:focus,
846
854
  &.focus,
847
855
  &:hover,
@@ -882,6 +890,7 @@ button {
882
890
  color: $c-white;
883
891
  padding-inline: 40px;
884
892
  border: 1px solid $c-naver;
893
+ @include font-regular;
885
894
  &:focus,
886
895
  &.focus,
887
896
  &:hover,
@@ -905,6 +914,7 @@ button {
905
914
  color: $c-white;
906
915
  padding-inline: 40px;
907
916
  border: 1px solid $c-wechat;
917
+ @include font-regular;
908
918
  &:focus,
909
919
  &.focus,
910
920
  &:hover,
@@ -1161,6 +1171,7 @@ button {
1161
1171
  background-color: $c-feel;
1162
1172
  border: 1px solid $c-feel;
1163
1173
  color: $c-white;
1174
+ @include font-regular;
1164
1175
  &:hover,
1165
1176
  &.hover,
1166
1177
  &:focus,