aboutsummaryrefslogtreecommitdiff
path: root/frontend/src/app/_elements/form-dataset/form-dataset.component.css
blob: 1a5bd03d3e2a48b74423c229b3d01768240940f6 (plain) (blame)
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
28
 .folderBox
 {
     width: 100%;
     height: 93%;
     position: relative;
 }

 .icon-display {
    position: absolute;
    transform: scale(4);
    vertical-align: middle;
    top: 40%;
    left: 50%;
 }
 .bottomBar
 {
     position: absolute;
     bottom: 0%;
     left: 5%;
 }

 #bottomButton{
    background-color: var(--ns-bg-dark-100);
    width: 10%;
    height: 65%;
 }