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

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