Fix mobile alert wrap
This commit is contained in:
parent
464a1a7fba
commit
965b579f59
1 changed files with 16 additions and 0 deletions
|
|
@ -604,6 +604,22 @@ $page-side-padding: 1.5rem;
|
|||
div.alert {
|
||||
margin-top: 0.625rem;
|
||||
|
||||
&.widget-name-AlertLowAvailabilityInshopWidget {
|
||||
@include media-breakpoint-up(xs) {
|
||||
:deep(.alert-headline-text-container) {
|
||||
padding-left: 0.5rem;
|
||||
padding-right: 0.375rem;
|
||||
letter-spacing: 0.45px;
|
||||
}
|
||||
}
|
||||
@include media-breakpoint-up(xl) {
|
||||
:deep(.alert-headline-text-container) {
|
||||
padding: 0rem 0.625rem;
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
button.looka-likea-link {
|
||||
background: none;
|
||||
border: none;
|
||||
|
|
|
|||
Loading…
Reference in a new issue