mirror of
https://github.com/grafana/grafana.git
synced 2025-01-26 16:27:02 -06:00
16 lines
158 B
SCSS
16 lines
158 B
SCSS
.sidenav {
|
|
display: flex;
|
|
flex-direction: row;
|
|
}
|
|
|
|
.sidenav__content {
|
|
flex-grow: 1;
|
|
min-width: 0;
|
|
}
|
|
|
|
.sidenav__aside {
|
|
margin-right: $spacer*2;
|
|
}
|
|
|
|
|