fleet/frontend/components/side_panels/SecondarySidePanelContainer/_styles.scss
2017-01-09 17:13:52 -06:00

19 lines
482 B
SCSS

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