mirror of
https://github.com/empayre/fleet.git
synced 2024-11-07 09:18:59 +00:00
a81f08b07b
* Moves side panels into the side_panel directory * Adds SecondarySidePanelContainer component * Renames MainSidePanel to SiteNavSidePanel
9 lines
109 B
SCSS
9 lines
109 B
SCSS
@media (max-width: 760px) {
|
|
.sub-nav {
|
|
width: 22px;
|
|
}
|
|
.sub-nav--expanded {
|
|
width: 188px;
|
|
}
|
|
}
|