mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-25 20:02:58 +01:00
Fixing alignment issue with bottom notification (#10979)
This commit is contained in:
parent
ac7b05442a
commit
9e8141eb0e
@ -2,14 +2,12 @@
|
||||
&__notifications {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
&__notification,
|
||||
&__first-notification {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: left;
|
||||
margin: 0 24px 24px 24px;
|
||||
border-bottom: 1px solid $Grey-100;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user