diff options
author | Sonja Galovic <galovicsonja@gmail.com> | 2022-04-28 14:23:12 +0200 |
---|---|---|
committer | Sonja Galovic <galovicsonja@gmail.com> | 2022-04-28 14:23:12 +0200 |
commit | 0d3739e71f969f429cb1e036d0b57ad1b52658e1 (patch) | |
tree | 38867731e5671c2ab3e8cfefdf5115c6adf58904 /frontend/src/app/_elements/form-model/form-model.component.css | |
parent | adbd70386b4fa13c940eed643cd1b252b5243051 (diff) | |
parent | 6eb541aa0cf268c41bf8638b73bf764d717be80b (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.css | 47 |
1 files changed, 7 insertions, 40 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 c0ae9365..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,55 +33,19 @@ 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; -} -.ns-row { - width: 98%; - display: flex; - flex-direction: row; - flex-wrap: wrap; +.row { margin: 0; padding: 0; } -.ns-col { - flex-grow: 1; - padding: 2px; - margin-bottom: 0; - padding-bottom: 0; -} - ::ng-deep .mat-form-field-wrapper { margin-bottom: -1.85em; } -.break-1, -.break-2 { - height: 1px; - width: 100%; -} - -@media screen and (min-width: 1200px) { - .break-1 { - display: none; - } -} - -@media screen and (min-width: 2175px) { - .break-2 { - display: none; - } -} - #layers-control { display: flex; flex-direction: row; @@ -104,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 |