aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/collections/CollectionBaseView.scss
blob: 5ed593f5a84cbf9f828384713269b66eae38e660 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
@import "../globalCssVariables";

#collectionBaseView {
    border-width: 0;
    border-color: $light-color-secondary;
    border-style: solid;
    border-radius: 0 0 $border-radius $border-radius;
    box-sizing: border-box;
    border-radius: inherit;
    width: 100%;
    height: 100%;
    overflow: auto;
}