mirror of
https://github.com/Sylius/Sylius.git
synced 2026-07-14 17:10:53 +00:00
[UI] Add top margin to flash messages (#17444)
<img width="1539" alt="Zrzut ekranu 2024-11-8 o 11 43 50" src="https://github.com/user-attachments/assets/3c018a67-8456-400c-86fe-9167ca86c457">
This commit is contained in:
commit
38b2de2de9
1 changed files with 1 additions and 0 deletions
|
|
@ -9,6 +9,7 @@
|
||||||
|
|
||||||
.sylius-messages:has(*) {
|
.sylius-messages:has(*) {
|
||||||
margin-top: 1.5rem;
|
margin-top: 1.5rem;
|
||||||
|
margin-bottom: 1.5rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
.alert {
|
.alert {
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue