diff options
Diffstat (limited to 'sass/theme/_theme.scss')
| -rw-r--r-- | sass/theme/_theme.scss | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/sass/theme/_theme.scss b/sass/theme/_theme.scss index b91c5b6..129ef15 100644 --- a/sass/theme/_theme.scss +++ b/sass/theme/_theme.scss @@ -371,4 +371,32 @@ span.rpwwt-post-title:hover{ //li.active > .dropdown-toggle { +.angebot-banner { + @extend .alert; + @extend .alert-primary; + background-color: #f07206; + color: white; + box-shadow: rgba(0, 0, 0, 0.14) 0px 0px 4px 0px, rgba(0, 0, 0, 0.12) 0px 3px 4px 0px, rgba(0, 0, 0, 0.2) 0px 1px 5px 0px; + //background-image: url(../img/sale.png); + background-image: url(../img/sale-opac.png); + background-position: right; + background-repeat: no-repeat; + text-decoration: none !important; + +} + +a > .angebot-banner:hover { + text-decoration: none !important; +} + +@media (max-width: 768px) { + .angebot-banner { + font-weight: bold; + } +} + +.angebot-banner:hover { + text-decoration: none !important; + background-color: scale-color(#f07206, $lightness: -10%); +} |
