summaryrefslogtreecommitdiff
path: root/sass/theme/_offer.scss
diff options
context:
space:
mode:
Diffstat (limited to 'sass/theme/_offer.scss')
-rw-r--r--sass/theme/_offer.scss17
1 files changed, 16 insertions, 1 deletions
diff --git a/sass/theme/_offer.scss b/sass/theme/_offer.scss
index e378637..ae022bb 100644
--- a/sass/theme/_offer.scss
+++ b/sass/theme/_offer.scss
@@ -32,12 +32,15 @@
.off-badge {
color: white;
- background-color: #F82F06 !important;
+ background-color: theme-color(similar) !important;
font-size: 150% !important;
padding-right: 10px;
padding-left:10px;
opacity: 0.9;
}
+.new-price {
+ color: theme-color(similar);
+}
@media (min-width: 768px) {
.card-img {
@@ -57,6 +60,14 @@
margin-right: 2rem;
}
}
+@media (max-width: 992px) {
+ .d-md-none {
+ display: none;
+ }
+ .dp-md-none {
+ display: none;
+ }
+}
.btn-tertiary {
@extend .btn-secondary;
@@ -65,6 +76,10 @@
background-color: #06C9F0;
*/
}
+.btn-complementary{
+ @extend .btn-secondary;
+ background-color: theme-color("complementary");
+}
.btn-group {
box-shadow: inherit;