PHP Classes

File: core/assets/build/less/skins/skin-blue-light.less

Recommend this page to a friend!
  Classes of No name   RT Adminlte   core/assets/build/less/skins/skin-blue-light.less   Download  
File: core/assets/build/less/skins/skin-blue-light.less
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: RT Adminlte
Generate layout and menus for Adminlte
Author: By
Last change: Add files via upload
Date: 7 years ago
Size: 1,201 bytes
 

Contents

Class file image Download
/* * Skin: Blue * ---------- */ @import "../../bootstrap-less/mixins.less"; @import "../../bootstrap-less/variables.less"; @import "../variables.less"; @import "../mixins.less"; .skin-blue-light { //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) { .dropdown-menu { li { &.divider { background-color: rgba(255, 255, 255, 0.1); } a { color: #fff; &:hover { background: darken(@light-blue, 5%); } } } } } } //Logo .logo { .logo-variant(@light-blue); } li.user-header { background-color: @light-blue; } } //Content Header .content-header { background: transparent; } //Create the sidebar skin .skin-light-sidebar(@light-blue); .main-footer { border-top-color: @gray-lte; } } .skin-blue.layout-top-nav .main-header > .logo { .logo-variant(@light-blue); }