aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/collections/ParentDocumentSelector.scss
blob: 2dd3e49f2c3f325f220dc1e225395c23191fc6eb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
.PDS-flyout {
    position: absolute;
    z-index: 9999;
    background-color: #eeeeee;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    min-width: 150px;
    color: black;
    top: 12px;

    padding: 10px;
    border-radius: 3px;

    hr {
        height: 1px;
        margin: 0px;
        background-color: gray;
        border-top: 0px;
        border-bottom: 0px;
        border-right: 0px;
        border-left: 0px;
    }
}