1
0
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:
Dan J Miller 2018-01-16 16:45:18 -03:30 committed by Alexander Tseung
parent d7a1019a2c
commit 668aab11d1

View File

@ -815,6 +815,7 @@
width: 100%;
display: flex;
justify-content: center;
align-items: center;
padding: 30px;
font-size: 22px;
color: $nile-blue;