mirror of
https://github.com/penpot/penpot.git
synced 2026-04-28 20:58:06 +00:00
🐛 Fix style problem with update lib notifications (#5871)
This commit is contained in:
parent
ad15ac6c1e
commit
ccabaf4552
@ -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…
x
Reference in New Issue
Block a user