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
|
@@ -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
|
-
|
|
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:
|
|
767
|
-
left:
|
|
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-
|
|
790
|
-
|
|
791
|
-
svg-icon2 {
|
|
792
|
-
top: 1px;
|
|
793
|
-
}
|
|
787
|
+
border: 1px solid $c-primary;
|
|
788
|
+
|
|
794
789
|
&:focus,
|
|
795
790
|
&.focus,
|
|
796
791
|
&:hover,
|