mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +01:00
Vertically centers the text of the new ui modal header. (#2987)
This commit is contained in:
parent
d7a1019a2c
commit
668aab11d1
@ -815,6 +815,7 @@
|
|||||||
width: 100%;
|
width: 100%;
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
|
align-items: center;
|
||||||
padding: 30px;
|
padding: 30px;
|
||||||
font-size: 22px;
|
font-size: 22px;
|
||||||
color: $nile-blue;
|
color: $nile-blue;
|
||||||
|
Loading…
Reference in New Issue
Block a user