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