fleet/frontend/components/side_panels/SecondarySidePanelContainer/_styles.scss
2016-12-15 08:44:45 -06:00

12 lines
291 B
SCSS

.secondary-side-panel-container {
@include align-self(stretch);
background-color: $white;
border-left: 1px solid $border-medium;
box-shadow: -2px 0 8px 0 rgba($black, 0.1);
box-sizing: border-box;
overflow: scroll;
width: 300px;
margin-left: $pad-base;
min-height: 100%;
}