aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/collections/CollectionBaseView.scss
blob: aff965469272907eedc69bb205bbdd685f9400ad (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
@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;
}

#google-tags {
    transition: all 0.5s ease 0s;
    width: 30px;
    height: 30px;
    position: absolute;
    bottom: 15px;
    left: 15px;
    border: 2px solid black;
    border-radius: 50%;
    padding: 3px;
    background: white;
}