1
0
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:
ryanml 2021-05-03 15:10:45 -07:00 committed by GitHub
parent ac7b05442a
commit 9e8141eb0e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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;
}