diff options
Diffstat (limited to 'frontend/src/app/_elements/form-model')
-rw-r--r-- | frontend/src/app/_elements/form-model/form-model.component.css | 34 |
1 files changed, 0 insertions, 34 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..b69b2dbb 100644 --- a/frontend/src/app/_elements/form-model/form-model.component.css +++ b/frontend/src/app/_elements/form-model/form-model.component.css @@ -44,44 +44,10 @@ col-1 { padding: 0; } -.ns-row { - width: 98%; - display: flex; - flex-direction: row; - flex-wrap: wrap; - 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; |