梵音定版初始化
This commit is contained in:
97
public/assets/less/skins/skin-yellow-light.less
Normal file
97
public/assets/less/skins/skin-yellow-light.less
Normal file
@@ -0,0 +1,97 @@
|
||||
/*
|
||||
* Skin: Yellow light
|
||||
* ------------
|
||||
*/
|
||||
@import "../bootstrap-less/mixins.less";
|
||||
@import "../bootstrap-less/variables.less";
|
||||
@import "../fastadmin/variables.less";
|
||||
@import "../fastadmin/mixins.less";
|
||||
|
||||
.skin-yellow-light {
|
||||
//Navbar
|
||||
.main-header {
|
||||
background-color: @yellow;
|
||||
|
||||
.navbar {
|
||||
.navbar-variant(@yellow; #fff; #f6f6f6; rgba(0, 0, 0, 0.05));
|
||||
|
||||
.sidebar-toggle {
|
||||
color: #fff;
|
||||
|
||||
&:hover {
|
||||
background-color: darken(@yellow, 5%);
|
||||
}
|
||||
}
|
||||
|
||||
@media (max-width: @screen-header-collapse) {
|
||||
.dropdown-menu {
|
||||
li {
|
||||
&.divider {
|
||||
background-color: rgba(255, 255, 255, 0.1);
|
||||
}
|
||||
|
||||
a {
|
||||
color: #fff;
|
||||
|
||||
&:hover {
|
||||
background: darken(@yellow, 5%);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
//Logo
|
||||
.logo {
|
||||
.logo-variant(@yellow);
|
||||
}
|
||||
|
||||
li.user-header {
|
||||
background-color: @yellow;
|
||||
}
|
||||
}
|
||||
|
||||
//Content Header
|
||||
.content-header {
|
||||
background: transparent;
|
||||
}
|
||||
|
||||
//Create the sidebar skin
|
||||
.skin-light-sidebar(@yellow);
|
||||
|
||||
.sidebar-menu > li {
|
||||
> a {
|
||||
border-left: 3px solid transparent;
|
||||
padding-left: 12px;
|
||||
}
|
||||
}
|
||||
|
||||
@media (min-width: @screen-sm) {
|
||||
&.sidebar-mini.sidebar-collapse .sidebar-menu > li:hover > a > span:not(.pull-right) {
|
||||
margin-left: -3px;
|
||||
}
|
||||
}
|
||||
|
||||
.main-sidebar {
|
||||
.box-shadow(7px 0 14px rgba(0, 0, 0, .03));
|
||||
}
|
||||
|
||||
.content-wrapper, .main-footer {
|
||||
border-left: none;
|
||||
}
|
||||
|
||||
&.multiplenav {
|
||||
@media (max-width: @screen-header-collapse) {
|
||||
.sidebar .mobilenav a.btn-app {
|
||||
background: #eceff3;
|
||||
color: #757575;
|
||||
|
||||
&.active {
|
||||
background: @yellow;
|
||||
color: #fff;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user