From 1b5670aae957a4a1e6bf76b25129de84147c0620 Mon Sep 17 00:00:00 2001 From: Max Date: Sun, 19 May 2019 19:00:39 +0200 Subject: Uses bootstrap theme-colors map. --- sass/theme/_offer.scss | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) (limited to 'sass/theme/_offer.scss') 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; -- cgit v1.2.3