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

Improvement: Reposition customize gas error (#5265)

This commit is contained in:
Sean 2018-10-01 10:07:23 -04:00 committed by Whymarrh Whitby
parent bdc7116885
commit b5169340ab

View File

@ -831,11 +831,13 @@
&__error-message { &__error-message {
display: block; display: block;
position: absolute; position: absolute;
top: 4px; top: -18px;
right: 4px; right: 0;
font-size: 12px; font-size: 12px;
line-height: 12px; line-height: 12px;
color: $red; color: $red;
width: 100%;
text-align: center;
} }
&__cancel { &__cancel {