aboutsummaryrefslogtreecommitdiff
path: root/frontend/src/app/_elements/form-dataset/form-dataset.component.css
diff options
context:
space:
mode:
Diffstat (limited to 'frontend/src/app/_elements/form-dataset/form-dataset.component.css')
-rw-r--r--frontend/src/app/_elements/form-dataset/form-dataset.component.css38
1 files changed, 17 insertions, 21 deletions
diff --git a/frontend/src/app/_elements/form-dataset/form-dataset.component.css b/frontend/src/app/_elements/form-dataset/form-dataset.component.css
index 1a5bd03d..6b3e2bed 100644
--- a/frontend/src/app/_elements/form-dataset/form-dataset.component.css
+++ b/frontend/src/app/_elements/form-dataset/form-dataset.component.css
@@ -1,28 +1,24 @@
+.folderBox {
+ width: 100%;
+ height: 100%;
+ position: relative;
+}
-
- .folderBox
- {
- width: 100%;
- height: 93%;
- position: relative;
- }
-
- .icon-display {
+.icon-display {
position: absolute;
- transform: scale(4);
- vertical-align: middle;
- top: 40%;
+ top: 50%;
left: 50%;
- }
- .bottomBar
- {
- position: absolute;
- bottom: 0%;
- left: 5%;
- }
+ transform: translate(-50%, -50%) scale(4);
+}
+
+.bottomBar {
+ position: absolute;
+ bottom: 0%;
+ left: 5%;
+}
- #bottomButton{
+#bottomButton {
background-color: var(--ns-bg-dark-100);
width: 10%;
height: 65%;
- } \ No newline at end of file
+} \ No newline at end of file