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

@@ -5,9 +5,9 @@
position: relative;
overflow: hidden;
width: 100%;
margin-bottom: 20px;
/*margin-bottom: 20px;*/
font-weight: bold;
text-transform: uppercase;
//text-transform: uppercase;
h6 {
font-size: 15px;

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,

View File

@@ -174,8 +174,8 @@
}
.main-panel{
//background-color: $bg-nude;
background-color: $white-navbar;
background-color: $bg-nude;
//background-color: $white-navbar;
position: relative;
z-index: 2;
float: right;
@@ -183,7 +183,8 @@
min-height: 100%;
> .content{
padding: 30px 15px;
//padding: 30px 15px;
padding: 0 2px;
min-height: calc(100% - 123px);
}