Refactored navigation
This commit is contained in:
parent
51f174b97f
commit
031ae7756e
9 changed files with 152 additions and 72 deletions
|
@ -9,19 +9,21 @@
|
|||
*
|
||||
*/
|
||||
.ui_modern {
|
||||
nav.main_menu {
|
||||
ul.main_menu {
|
||||
background:none;
|
||||
box-shadow:none;
|
||||
@include border-radius(0px);
|
||||
border:none;
|
||||
border-bottom:2px solid #456;
|
||||
|
||||
a {
|
||||
li {
|
||||
border:none;
|
||||
|
||||
&.current {
|
||||
border-bottom:2px solid #f90;
|
||||
background-color:#fff;
|
||||
position:relative;
|
||||
top:1px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue