aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/TempTreeView.scss
blob: 0a6342ca64e971b1c4f35cc3eb07288bf124fc53 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
.temptree {
    background: #ADD8E6;
    width: 300px;
    height: 200px;
    z-index: 100;
    position: fixed;
    bottom: 0px;
    right: 0px;
    .list {
        padding: 5px;
        color: #1e5162;
    }
}