AdminLTE/build/less/skins/skin-blue.less

59 lines
1.1 KiB
Plaintext
Raw Normal View History

2015-02-01 22:25:09 +01:00
/*
* Skin: Blue
* ----------
*/
@import "../../bootstrap-less/mixins.less";
@import "../../bootstrap-less/variables.less";
@import "../variables.less";
@import "../mixins.less";
2015-02-01 22:25:09 +01:00
.skin-blue {
//Navbar
.main-header {
.navbar {
.navbar-variant(@light-blue; #fff);
.sidebar-toggle {
color: #fff;
&:hover {
background-color: darken(@light-blue, 5%);
}
}
@media (max-width: @screen-header-collapse) {
2015-02-01 22:25:09 +01:00
.dropdown-menu {
li {
&.divider {
background-color: rgba(255, 255, 255, 0.1);
2015-02-01 22:25:09 +01:00
}
a {
color: #fff;
&:hover {
background: darken(@light-blue, 5%);
}
}
}
}
}
}
//Logo
.logo {
2015-07-12 15:42:26 +02:00
.logo-variant(darken(@light-blue, 5%));
2015-02-01 22:25:09 +01:00
}
2015-02-01 22:25:09 +01:00
li.user-header {
background-color: @light-blue;
}
}
//Content Header
.content-header {
background: transparent;
}
//Create the sidebar skin
.skin-dark-sidebar(@light-blue);
}
.skin-blue.layout-top-nav .main-header > .logo {
.logo-variant(@light-blue);
2015-07-12 15:42:26 +02:00
}