@import "/UI/Theme.scss";
VerticalMenu
{
flex-direction: column;
font-family: $body-font;
font-weight: 600;
font-size: 14px;
flex-grow: 1;
flex-shrink: 0;
padding: 8px;
overflow-x: hidden;
overflow-y: scroll;
h2
{
opacity: 0.2;
margin-bottom: 4px 0;
&:not( :first-child )
{
margin-top: 4px;
}
}
}