aboutsummaryrefslogtreecommitdiff
path: root/frontend/src/app/_elements/form-dataset/form-dataset.component.css
blob: 6b3e2bed14ee6b34f8f5d494771ecf5779f61b7a (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
.folderBox {
    width: 100%;
    height: 100%;
    position: relative;
}

.icon-display {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(4);
}

.bottomBar {
    position: absolute;
    bottom: 0%;
    left: 5%;
}

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