mirror of
https://github.com/penpot/penpot.git
synced 2025-06-07 00:21:40 +02:00
🐛 Fix style problem with update lib notifications (#5871)
This commit is contained in:
parent
ad15ac6c1e
commit
ccabaf4552
2 changed files with 9 additions and 0 deletions
|
@ -28,3 +28,8 @@
|
|||
padding: var(--actionable-padding);
|
||||
padding-inline-start: var(--sp-l);
|
||||
}
|
||||
|
||||
.notification-message {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
}
|
||||
|
|
|
@ -18,3 +18,7 @@
|
|||
max-width: $s-960;
|
||||
z-index: $z-index-modal;
|
||||
}
|
||||
|
||||
.link {
|
||||
margin: 0;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue