aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/collections/CollectionTreeView.scss
blob: 75feebbbe05a9a4fa4bf6c417696abb0451245b9 (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
27
#body {
    padding: 20px;
    background: #bbbbbb;
}

ul {
    list-style: none;
}

li {
    margin: 5px 0;
}

.no-indent {
    padding-left: 0;
}

.bullet {
    width: 1.5em;
    display: inline-block;
}

.collectionTreeView-dropTarget {
    border-style: solid;
    box-sizing: border-box;
    height: 100%;
}