Dashboard responsive

This commit is contained in:
dignajar 2016-09-14 00:14:31 -03:00
parent d53ac5f0cf
commit fb924d6eaf
1 changed files with 7 additions and 2 deletions

View File

@ -73,7 +73,8 @@ body {
---------------------------------------------------------------- */
.bl-navbar-bg {
background: #f1f1f1;
background: #222;
color: #fff;
}
#bl-navbar {
@ -81,12 +82,16 @@ body {
max-width: 1800px;
}
#bl-navbar a {
color: #fff;
}
#bl-navbar a.bl-brand {
font-size: 20px;
line-height: 60px;
margin: 0 0 0 35px;
text-transform: uppercase;
text-shadow: 0 1px 0 #fff;
color: #fff;
}
#bl-navbar a.bl-brand:hover {