1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-12-23 09:52:26 +01:00

Merge pull request #7467 from MetaMask/adjust-notification-icon

Set default height of notification icon
This commit is contained in:
Thomas Huang 2019-11-18 15:22:41 -08:00 committed by GitHub
commit a932dce6e3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -29,6 +29,11 @@
justify-content: space-between; justify-content: space-between;
} }
&__icon {
height: 16px;
align-self: center;
}
&__text { &__text {
font-family: Roboto, 'sans-serif'; font-family: Roboto, 'sans-serif';
font-style: normal; font-style: normal;