More styling fixes in admin/flight add/edit form

This commit is contained in:
Nabeel Shahzad
2018-04-09 19:32:38 -05:00
parent 0986cddae1
commit e1c8174b3f
18 changed files with 1758 additions and 236 deletions

View File

@@ -7,7 +7,8 @@
border: 1px solid $light-gray;
color: $black-color;
line-height: 1em;
font-size: $font-size-small;
font-size: $font-size-base;
font-weight: 400;
@include transition-input-focus-color();
@include box-shadow(none);
@@ -229,13 +230,14 @@
textarea.form-control {
max-width: 100%;
padding: 10px 10px 0 0;
padding: 10px 10px;
resize: none;
background-color: $transparent-bg;
border: 1px solid $light-gray;
color: $black-color;
line-height: 1em;
font-size: $font-size-small;
font-size: $font-size-base;
font-weight: 400;
border-radius: 0;
&:focus,