mirror of
https://github.com/System-End/identity-vault.git
synced 2026-04-19 16:28:21 +00:00
[UI] fix banner linebreak
This commit is contained in:
parent
2f8454d0ca
commit
ff4e5c3407
1 changed files with 2 additions and 1 deletions
|
|
@ -1,9 +1,10 @@
|
|||
@mixin banner-base {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
border-radius: 10px;
|
||||
padding: .875rem 1.125rem;
|
||||
margin-bottom: 1rem;
|
||||
font-weight: 500;
|
||||
vertical-align: center;
|
||||
box-shadow:
|
||||
0 2px 6px rgba(0, 0, 0, 0.08),
|
||||
inset 0 1px 0 rgba(255, 255, 255, 0.3),
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue