holygrail2 1.1.62 → 1.1.64

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.1.62",
3
+ "version": "1.1.64",
4
4
  "description": "A minimal, responsive, style-agnostic CSS framework.",
5
5
  "main": "scss/style.scss",
6
6
  "directories": {
@@ -73,7 +73,9 @@
73
73
  left: auto;
74
74
  right: auto;
75
75
  bottom: 0;
76
+ width: 100%;
76
77
  @media (min-width: 768px) {
78
+ max-width: 375px;
77
79
  bottom: 0;
78
80
  left: 96px;
79
81
  }
@@ -19,7 +19,7 @@ button {
19
19
  border: none;
20
20
  white-space: nowrap;
21
21
  cursor: pointer;
22
- padding: 8px 32px;
22
+ padding: 10px 32px 8px 32px;
23
23
  background-color: transparent;
24
24
  height: $height-btn;
25
25
  @include font-regular;
@@ -750,11 +750,8 @@ button {
750
750
  flex-direction: row;
751
751
  justify-content: center;
752
752
  align-items: center;
753
- color: $c-white;
754
753
  position: relative;
755
- box-shadow:
756
- 0 1px 1px rgb(0 0 0 / 16.8%),
757
- 0 0 1px rgb(0 0 0 / 8.4%);
754
+
758
755
  svg-icon,
759
756
  svg-icon2 {
760
757
  display: flex;
@@ -763,8 +760,9 @@ button {
763
760
  align-items: center;
764
761
  border-radius: $btn-radius;
765
762
  margin-top: -2px;
766
- top: 0;
767
- left: 1px;
763
+ top: 13px;
764
+ left: 16px;
765
+ position: absolute;
768
766
  div {
769
767
  display: flex;
770
768
  }
@@ -786,11 +784,8 @@ button {
786
784
  .has-light .btn-google {
787
785
  background-color: $c-white;
788
786
  color: $c-primary;
789
- border: 1px solid $c-white;
790
- svg-icon,
791
- svg-icon2 {
792
- top: 1px;
793
- }
787
+ border: 1px solid $c-primary;
788
+
794
789
  &:focus,
795
790
  &.focus,
796
791
  &:hover,