1
0
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:
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 { &__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;
} }