aboutsummaryrefslogtreecommitdiffstats
path: root/components/panel/panel.scss
blob: 921dd7443187e8d31f25b2b49b9a35a98e8f514b (plain)
1
2
3
4
5
6
7
8
.sdc-panel {
    width: 280px;
    overflow-y: auto;
    height: 100%;
    box-shadow: 1px 0px 4px 0px $light-gray;
    background-color: $white;
    padding: 0;
}