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.css28
1 files changed, 28 insertions, 0 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 e69de29b..1a5bd03d 100644
--- a/frontend/src/app/_elements/form-dataset/form-dataset.component.css
+++ b/frontend/src/app/_elements/form-dataset/form-dataset.component.css
@@ -0,0 +1,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%;
+ } \ No newline at end of file