aboutsummaryrefslogtreecommitdiff
path: root/frontend/src/app/_elements/form-model/form-model.component.css
diff options
context:
space:
mode:
authorIvan Ljubisavljevic <ivan996sk@gmail.com>2022-04-28 01:11:52 +0200
committerIvan Ljubisavljevic <ivan996sk@gmail.com>2022-04-28 01:11:52 +0200
commit877f1561190ce0964ab1689b5ae563edcc6a2df5 (patch)
tree0ae2cef03ad7287dd6d1863498575bfa750c93e2 /frontend/src/app/_elements/form-model/form-model.component.css
parentb687d25e0d94992aca66d7e322643cda705db7c1 (diff)
parent96eae581ca377a940f39d1908a4b5661ccb7c223 (diff)
Merge branch 'redesign' of http://gitlab.pmf.kg.ac.rs/igrannonica/neuronstellar into redesign
Diffstat (limited to 'frontend/src/app/_elements/form-model/form-model.component.css')
-rw-r--r--frontend/src/app/_elements/form-model/form-model.component.css13
1 files changed, 7 insertions, 6 deletions
diff --git a/frontend/src/app/_elements/form-model/form-model.component.css b/frontend/src/app/_elements/form-model/form-model.component.css
index b69b2dbb..5776085f 100644
--- a/frontend/src/app/_elements/form-model/form-model.component.css
+++ b/frontend/src/app/_elements/form-model/form-model.component.css
@@ -21,7 +21,7 @@ mat-form-field {
hr {
color: var(--offwhite) !important;
margin-bottom: 30px;
- ;
+
}
.neuron {
@@ -33,12 +33,10 @@ hr {
background-color: var(--ns-bg-dark-100) !important;
min-width: none;
max-width: 12.5rem;
-}
-col-1 {
- text-align: center;
}
+
.row {
margin: 0;
padding: 0;
@@ -70,11 +68,14 @@ col-1 {
border: 1px solid var(--ns-primary);
border-radius: 4px;
margin: 5px;
- padding: 3px;
+ padding: 0px;
width: 12rem;
- height: 13rem;
+ height: 13.5rem;
}
.layer>mat-form-field {
margin-left: 0;
+}
+.m-2{
+ max-height: 20 rem;
} \ No newline at end of file