1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-10-23 03:36:18 +02:00

Use width 100 and margin for the new modal input.

This commit is contained in:
Dan 2017-09-07 20:15:28 -02:30 committed by Chi Kei Chan
parent 5a8433b6ce
commit 395e8bfce0

View File

@ -303,11 +303,12 @@
padding-bottom: 20px; padding-bottom: 20px;
border-radius: 8px; border-radius: 8px;
border: 1px solid $alto; border: 1px solid $alto;
width: 73%; width: 100%;
font-size: 1em; font-size: 1em;
color: $alto; color: $alto;
font-family: Montserrat Light; font-family: Montserrat Light;
font-size: 17px; font-size: 17px;
margin: 0 60px;
} }
// For reference on below placeholder selectors: https://stackoverflow.com/questions/2610497/change-an-html5-inputs-placeholder-color-with-css // For reference on below placeholder selectors: https://stackoverflow.com/questions/2610497/change-an-html5-inputs-placeholder-color-with-css