aboutsummaryrefslogtreecommitdiff
path: root/frontend/src/app/_elements/form-dataset/form-dataset.component.css
diff options
context:
space:
mode:
authorOgnjen Cirkovic <ciraboxkg@gmail.com>2022-04-27 20:58:31 +0200
committerOgnjen Cirkovic <ciraboxkg@gmail.com>2022-04-27 20:58:31 +0200
commite8b2adf435bdf49e509659a01f7d48c7c26c9b60 (patch)
treeaf2ba5f13d0605d5991514af567c2d4742e52fc6 /frontend/src/app/_elements/form-dataset/form-dataset.component.css
parentd28576bff04b0f5ea9a58037ffee7c4157aa2c61 (diff)
parent0907f23080e16af1813e9e445f26a44ed1dc7a5b (diff)
Merge branch 'redesign' of http://gitlab.pmf.kg.ac.rs/igrannonica/neuronstellar into Redesign
# Conflicts: # frontend/src/app/_elements/column-table/column-table.component.css
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.css23
1 files changed, 20 insertions, 3 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 6b3e2bed..66be7f7d 100644
--- a/frontend/src/app/_elements/form-dataset/form-dataset.component.css
+++ b/frontend/src/app/_elements/form-dataset/form-dataset.component.css
@@ -1,19 +1,36 @@
.folderBox {
width: 100%;
- height: 100%;
+ height: 90%;
position: relative;
}
+
+.file-container{
+ margin-left: 3%;
+ margin-top: 3%;
+ margin-bottom: -50%;
+ width: 94%;
+ height: 500px;
+ border: 4px dotted white;
+ border-radius: 25px;
+}
+.file-container .file {
+ opacity: 0;
+ padding: 5rem;
+ width: 100%;
+ height: 100%;
+}
+
.icon-display {
position: absolute;
- top: 50%;
+ top: 45%;
left: 50%;
transform: translate(-50%, -50%) scale(4);
}
.bottomBar {
position: absolute;
- bottom: 0%;
+ bottom: -6%;
left: 5%;
}