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