aboutsummaryrefslogtreecommitdiff
path: root/frontend/src/app/_elements/form-model/form-model.component.css
diff options
context:
space:
mode:
authorTAMARA JERINIC <tamara.jerinic@gmail.com>2022-04-27 23:57:53 +0200
committerTAMARA JERINIC <tamara.jerinic@gmail.com>2022-04-28 00:00:18 +0200
commit96eae581ca377a940f39d1908a4b5661ccb7c223 (patch)
treedb2b9aac6e2270625a5fe3271ed47f7957c555a9 /frontend/src/app/_elements/form-model/form-model.component.css
parent9d5603c5e9b5b2a0d71cd72401fb7e0d91dc74c7 (diff)
Dodata opcija da se istovremeno podešavaju parametri svih skrivenih slojeva.
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