dashboard colors and design changes
This commit is contained in:
@@ -13,7 +13,8 @@
|
||||
z-index: 3;
|
||||
|
||||
.navbar-brand{
|
||||
font-weight: $font-weight-bold;
|
||||
color: $white-color;
|
||||
font-weight: $font-weight-light;;
|
||||
margin: $navbar-margin-brand;
|
||||
padding: $navbar-padding-brand;
|
||||
font-size: $font-size-large-navbar;
|
||||
@@ -54,15 +55,16 @@
|
||||
}
|
||||
|
||||
.navbar-default {
|
||||
background-color: $bg-nude;
|
||||
color: $white-color;
|
||||
background-color: $phpvms-blue;
|
||||
border-bottom: 1px solid $medium-gray;
|
||||
|
||||
.brand{
|
||||
color: $font-color !important;
|
||||
color: $white-color !important;
|
||||
}
|
||||
.navbar-nav{
|
||||
> li > a:not(.btn){
|
||||
color: $dark-gray;
|
||||
color: $white-color;
|
||||
}
|
||||
|
||||
> .active > a,
|
||||
|
||||
@@ -1,7 +1,8 @@
|
||||
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6, p, .navbar, .brand, a, .td-name, td{
|
||||
-moz-osx-font-smoothing: grayscale;
|
||||
-webkit-font-smoothing: antialiased;
|
||||
font-family: 'Muli', "Helvetica", Arial, sans-serif;
|
||||
//font-family: 'Roboto', "Helvetica", Arial, sans-serif;
|
||||
font-family: "Roboto","Helvetica Neue",Arial,sans-serif;
|
||||
}
|
||||
|
||||
h1, .h1, h2, .h2, h3, .h3, h4, .h4{
|
||||
@@ -18,22 +19,23 @@ h2, .h2{
|
||||
h3, .h3{
|
||||
font-size: $font-size-h3;
|
||||
line-height: 1.4;
|
||||
font-weight: $font-weight-light;
|
||||
margin: 20px 0 10px;
|
||||
}
|
||||
h4, .h4{
|
||||
font-size: $font-size-h4;
|
||||
font-weight: $font-weight-bold;
|
||||
font-weight: $font-weight-light;
|
||||
line-height: 1.2em;
|
||||
}
|
||||
h5, .h5 {
|
||||
font-size: $font-size-h5;
|
||||
font-weight: $font-weight-normal;
|
||||
font-weight: $font-weight-light;
|
||||
line-height: 1.4em;
|
||||
margin-bottom: 15px;
|
||||
}
|
||||
h6, .h6{
|
||||
font-size: $font-size-h6;
|
||||
font-weight: $font-weight-bold;
|
||||
font-weight: $font-weight-light;
|
||||
text-transform: uppercase;
|
||||
}
|
||||
p{
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
$phpvms-blue: #067ec1 !default;
|
||||
|
||||
$font-color: #66615b !default;
|
||||
$fill-font-color: rgba(255, 255, 255, 0.7);
|
||||
|
||||
@@ -21,7 +23,10 @@ $black-color: #333333 !default;
|
||||
$black-hr: #444444 !default;
|
||||
|
||||
$white-background-color: #FFFFFF !default;
|
||||
$black-background-color: #212120 !default;
|
||||
//$black-background-color: #212120 !default;
|
||||
//$black-background-color: #1a2932 !default;
|
||||
$black-background-color: #0c1419 !default;
|
||||
|
||||
|
||||
$light-gray: #E3E3E3 !default;
|
||||
$medium-gray: #DDDDDD !default;
|
||||
@@ -195,7 +200,7 @@ $green-navbar: rgba(#4CD964, .98);
|
||||
$orange-navbar: rgba(#FF9500, .98);
|
||||
$red-navbar: rgba(#FF4C40, .98);
|
||||
|
||||
$bg-nude: #f4f3ef !default;
|
||||
$bg-nude: #ebeff2 !default;
|
||||
$bg-primary: #8ECFD5 !default;
|
||||
$bg-info: #7CE4FE !default;
|
||||
$bg-success: #8EF3C5 !default;
|
||||
|
||||
@@ -19,13 +19,13 @@
|
||||
.nav{
|
||||
li:not(.active){
|
||||
> a{
|
||||
color: $font-color;
|
||||
color: #b6c3cc;
|
||||
}
|
||||
}
|
||||
.divider{
|
||||
background-color: rgba($font-color,.2);
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user