diff options
author | Danijel Anđelković <adanijel99@gmail.com> | 2022-04-28 22:09:08 +0200 |
---|---|---|
committer | Danijel Anđelković <adanijel99@gmail.com> | 2022-04-28 22:09:08 +0200 |
commit | 1b9e3a2470d1123b362ad47725bd76b2eb7b39eb (patch) | |
tree | 8053b33c0951afd6bc06f705a47ca9b575e2d583 /frontend/src/app/_elements/form-model/form-model.component.css | |
parent | 1b1c373aee332fc1f5755e9f091b5798272acb49 (diff) |
Dodatne stranice i komponente tako da su vise u skladu sa novom temom (navbar, home, archive).
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.css | 18 |
1 files changed, 12 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 5776085f..8c279523 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,6 @@ mat-form-field { hr { color: var(--offwhite) !important; margin-bottom: 30px; - } .neuron { @@ -33,16 +32,14 @@ hr { background-color: var(--ns-bg-dark-100) !important; min-width: none; max-width: 12.5rem; - } - .row { margin: 0; padding: 0; } -::ng-deep .mat-form-field-wrapper { +.mat-fix ::ng-deep .mat-form-field-wrapper { margin-bottom: -1.85em; } @@ -70,12 +67,21 @@ hr { margin: 5px; padding: 0px; width: 12rem; - height: 13.5rem; + height: 11.1rem; +} + +.tm { + margin-left: 10px; +} + +.layer>* { + margin-top: 0; } .layer>mat-form-field { margin-left: 0; } -.m-2{ + +.m-2 { max-height: 20 rem; }
\ No newline at end of file |