holygrail2 1.1.66 → 1.1.67
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 +1 -1
- package/package.json +1 -1
- package/scss/elements/_buttons.scss +2 -2
package/dist/style.css
CHANGED
package/package.json
CHANGED
|
@@ -867,7 +867,7 @@ button {
|
|
|
867
867
|
.has-light .btn-naver {
|
|
868
868
|
background-color: $c-naver;
|
|
869
869
|
color: $c-white;
|
|
870
|
-
padding-
|
|
870
|
+
padding-inline: 40px;
|
|
871
871
|
border: 1px solid $c-naver;
|
|
872
872
|
&:focus,
|
|
873
873
|
&.focus,
|
|
@@ -889,7 +889,7 @@ button {
|
|
|
889
889
|
.has-light .btn-wechat {
|
|
890
890
|
background-color: $c-wechat;
|
|
891
891
|
color: $c-white;
|
|
892
|
-
padding-
|
|
892
|
+
padding-inline: 40px;
|
|
893
893
|
border: 1px solid $c-wechat;
|
|
894
894
|
&:focus,
|
|
895
895
|
&.focus,
|