Skip to content

Instantly share code, notes, and snippets.

@valterbarros
Last active September 20, 2017 21:08
Show Gist options
  • Save valterbarros/fe424ef8f8d759e673e22e2f79ed6ce7 to your computer and use it in GitHub Desktop.
Save valterbarros/fe424ef8f8d759e673e22e2f79ed6ce7 to your computer and use it in GitHub Desktop.
.wrapper-lists{
display: flex;
> .navigation{
margin-top: 15px;
}
.company-actions-menu{
display: none;
}
}
.navigation{
>.list-actions-menu{
&.-expanded{
display: inline-block;
width: $left-side-collapse-width;
}
}
&.-expanded{
width: $left-side-collapse-width;
.title{
display: none !important;
}
}
}
.company-actions-menu{
&.-expanded{
display: inline-block;
width: 100%;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment