mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +01:00
Use width 100 and margin for the new modal input.
This commit is contained in:
parent
5a8433b6ce
commit
395e8bfce0
@ -303,11 +303,12 @@
|
||||
padding-bottom: 20px;
|
||||
border-radius: 8px;
|
||||
border: 1px solid $alto;
|
||||
width: 73%;
|
||||
width: 100%;
|
||||
font-size: 1em;
|
||||
color: $alto;
|
||||
font-family: Montserrat Light;
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user