layered nav

This commit is contained in:
James Koster 2014-11-14 10:49:01 +00:00
parent ef4f6792d4
commit 364a9a3c30
3 changed files with 5 additions and 22 deletions

View File

@ -240,7 +240,6 @@
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1;
-webkit-font-smoothing: antialiased;
margin-right: .618em;
content: $glyph;
@ -254,7 +253,6 @@
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1;
-webkit-font-smoothing: antialiased;
margin-left: .618em;
content: $glyph;

File diff suppressed because one or more lines are too long

View File

@ -1451,16 +1451,9 @@ p.demo_store {
li.chosen {
a {
padding: 0 6px;
text-decoration: none;
border: 1px solid $primary;
background: $primary;
box-shadow: inset 0 1px 1px rgba(255,255,255,0.5);
color: $primarytext;
border-radius: 3px;
&:before {
@include iconbefore( "\e013" );
@include dashiconbefore( "\f153" );
color: $red;
}
}
}
@ -1482,17 +1475,9 @@ p.demo_store {
list-style: none;
a {
padding: 0 6px;
text-decoration: none;
border: 1px solid $primary;
background: $primary;
box-shadow: inset 0 1px 1px rgba(255,255,255,0.5);
color: $primarytext;
border-radius: 3px;
float: left;
&:before {
@include iconbefore( "\e013" );
@include dashiconbefore( "\f153" );
color: $red;
}
}
}