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