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