Commit 92b9aae3 authored by Hannah Stepanek's avatar Hannah Stepanek

Add new styles classes to sidebar

parent 41e799ea
......@@ -260,6 +260,10 @@ html {
min-width: 120px;
}
.dropdown-menu__row--no-border{
border: none;
}
.dropdown-menu__row--unpadded {
padding-left: 0px;
padding-right: 0px;
......
......@@ -15,6 +15,9 @@ $base-line-height: 20px;
@import './components/dropdown-menu-btn';
@import './components/excerpt';
@import './components/group-list';
@import './components/group-list-item';
@import './components/group-list-item-out-of-scope';
@import './components/group-list-section';
@import './components/help-panel';
@import './components/loggedout-message';
@import './components/login-control';
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment