Use width 100 and margin for the new modal input.

feature/default_network_editable
Dan 7 years ago committed by Chi Kei Chan
parent 5a8433b6ce
commit 395e8bfce0
  1. 3
      ui/app/css/itcss/components/modal.scss

@ -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…
Cancel
Save