mirror of
https://github.com/empayre/fleet.git
synced 2024-11-07 09:18:59 +00:00
12 lines
291 B
SCSS
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%;
|
|
}
|