1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-10-22 19:26:13 +02:00

Set default height and alignment of notification icon

This commit is contained in:
Thomas 2019-11-18 14:45:10 -08:00
parent 5b88a1da9a
commit 7f5d829880

View File

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