diff options
| author | Max | 2019-05-19 19:00:39 +0200 |
|---|---|---|
| committer | Max | 2019-05-19 19:00:39 +0200 |
| commit | 1b5670aae957a4a1e6bf76b25129de84147c0620 (patch) | |
| tree | 7f506c2a2f10d2089a88bd42d5c5a76a9b89fb1f /sass/theme/_offer.scss | |
| parent | ce47102617eea5091e4b78821fcaa855355a949b (diff) | |
| download | fuselkoenig_de-1b5670aae957a4a1e6bf76b25129de84147c0620.tar.gz | |
Uses bootstrap theme-colors map.
Diffstat (limited to 'sass/theme/_offer.scss')
| -rw-r--r-- | sass/theme/_offer.scss | 17 |
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; |
