holygrail2 1.3.34 → 1.3.36

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.34",
3
+ "version": "1.3.36",
4
4
  "description": "A minimal, responsive, style-agnostic CSS framework.",
5
5
  "main": "scss/style.scss",
6
6
  "style": "dist/style.css",
@@ -21,7 +21,8 @@ button {
21
21
  padding: 8px 16px 6px;
22
22
  background-color: transparent;
23
23
  min-height: $height-btn;
24
- @include font-regular;
24
+ @include font-light;
25
+ letter-spacing: .64px;
25
26
  &:focus,
26
27
  &.focus,
27
28
  &:hover,
@@ -46,6 +47,7 @@ button {
46
47
  color: $c-primary;
47
48
  border-color: $c-white;
48
49
  background-color: $c-white;
50
+ @include font-regular;
49
51
  &::after {
50
52
  background-color: $c-white;
51
53
  }
@@ -236,6 +238,8 @@ button {
236
238
  color: $c-white;
237
239
  background-color: $c-primary;
238
240
  border: 1px solid $c-primary;
241
+ @include font-regular;
242
+
239
243
  svg {
240
244
  g {
241
245
  fill: $c-white;
@@ -453,6 +457,7 @@ button {
453
457
  color: $c-white;
454
458
  background-color: $c-limited;
455
459
  border: 1px solid $c-limited;
460
+ @include font-regular;
456
461
  svg {
457
462
  g {
458
463
  fill: $c-white;
@@ -680,6 +685,7 @@ button {
680
685
  background-color: $c-info;
681
686
  color: $c-white;
682
687
  border: 1px solid $c-info;
688
+ @include font-regular;
683
689
  &:focus,
684
690
  &.focus,
685
691
  &:hover,
@@ -811,6 +817,8 @@ button {
811
817
  background-color: $c-facebook;
812
818
  color: $c-white;
813
819
  border: 1px solid $c-facebook;
820
+ @include font-regular;
821
+
814
822
  svg-icon,
815
823
  svg-icon2,
816
824
  md-icon {
@@ -841,6 +849,7 @@ button {
841
849
  background-color: $c-black;
842
850
  color: $c-white;
843
851
  border: 1px solid $c-black;
852
+ @include font-regular;
844
853
  &:focus,
845
854
  &.focus,
846
855
  &:hover,
@@ -881,6 +890,7 @@ button {
881
890
  color: $c-white;
882
891
  padding-inline: 40px;
883
892
  border: 1px solid $c-naver;
893
+ @include font-regular;
884
894
  &:focus,
885
895
  &.focus,
886
896
  &:hover,
@@ -904,6 +914,7 @@ button {
904
914
  color: $c-white;
905
915
  padding-inline: 40px;
906
916
  border: 1px solid $c-wechat;
917
+ @include font-regular;
907
918
  &:focus,
908
919
  &.focus,
909
920
  &:hover,
@@ -1160,6 +1171,7 @@ button {
1160
1171
  background-color: $c-feel;
1161
1172
  border: 1px solid $c-feel;
1162
1173
  color: $c-white;
1174
+ @include font-regular;
1163
1175
  &:hover,
1164
1176
  &.hover,
1165
1177
  &:focus,