Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/themefisher/Influencer-hugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'assets/scss/_common.scss')
-rw-r--r--assets/scss/_common.scss16
1 files changed, 11 insertions, 5 deletions
diff --git a/assets/scss/_common.scss b/assets/scss/_common.scss
index 267fd28..93188dd 100644
--- a/assets/scss/_common.scss
+++ b/assets/scss/_common.scss
@@ -69,7 +69,9 @@ Common Styles
-o-transition: all 0.3s ease-in-out !important;
transition: all 0.3s ease-in-out !important;
-
+ @include tablet {
+ padding: 15px 37px
+ }
}
.btn:focus {
@@ -183,10 +185,6 @@ a:focus {
@include mobile-xs {
- .btn {
- padding: 15px 37px
- }
-
.display-4 {
font-size: 2rem;
}
@@ -201,4 +199,12 @@ a:focus {
}
}
+}
+
+#snipcart-title {
+ color: white;
+}
+.snip-layout .snip-btn--highlight {
+ color: white !important;
+ @extend .btn-main;
} \ No newline at end of file