Created
May 28, 2015 06:02
-
-
Save SergeyMiracle/97302ec206bf97b12570 to your computer and use it in GitHub Desktop.
October backend styles
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
nav#layout-mainmenu.navbar { | |
background-color: #2b3e50!important; | |
} | |
nav#layout-mainmenu.navbar ul li { | |
color: rgba(255,255,255,0.64)!important; | |
} | |
nav#layout-mainmenu.navbar ul li a i, nav#layout-mainmenu .menu-toggle i, .mainmenu-collapsed li a i { | |
font-size: 20px; | |
} | |
nav#layout-mainmenu.navbar ul li a, nav#layout-mainmenu .menu-toggle, .mainmenu-collapsed li a { | |
font-size: 12px; | |
} | |
nav#layout-mainmenu.navbar ul { | |
height: 48px; | |
} | |
nav#layout-mainmenu.navbar ul li.power-off a, nav#layout-mainmenu.navbar ul li.preview a { | |
padding: 17px 20px 20px 20px; | |
} | |
nav#layout-mainmenu.navbar ul li .mainmenu-accountmenu ul { | |
height: 100%; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment