suite
This commit is contained in:
parent
3c677d9b0b
commit
e15b671787
@ -6,19 +6,20 @@
|
||||
|
||||
// Font Awesome
|
||||
//@import "fontawesome/font-awesome";
|
||||
|
||||
.large_only{
|
||||
display:none;
|
||||
}
|
||||
|
||||
@media (min-width: 992px){
|
||||
.mobile_only{
|
||||
display:none;
|
||||
}
|
||||
|
||||
.sidebar{
|
||||
padding-top:30px;
|
||||
.square{
|
||||
display:none;
|
||||
.large_only{
|
||||
|
||||
display:block;
|
||||
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
@ -3,7 +3,7 @@
|
||||
|
||||
|
||||
-content_for :sidebar do
|
||||
|
||||
.large_only
|
||||
-if @menu_item.parent_id
|
||||
-if @menu_item.ancestors.reverse[0]
|
||||
-first_level_menu = @menu_item.ancestors.reverse[0]
|
||||
|
Loading…
x
Reference in New Issue
Block a user