aboutsummaryrefslogtreecommitdiff
path: root/frontend/src/app/_elements/form-model/form-model.component.css
diff options
context:
space:
mode:
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.css126
1 files changed, 94 insertions, 32 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 051e23fc..c0ae9365 100644
--- a/frontend/src/app/_elements/form-model/form-model.component.css
+++ b/frontend/src/app/_elements/form-model/form-model.component.css
@@ -1,52 +1,114 @@
-#container{
- color:var(--offwhite);
+#container {
+ color: var(--offwhite);
}
-mat-label{
+
+mat-label {
color: var(--offwhite) !important;
}
-select{
+
+select {
color: var(--offwhite) !important;
}
-mat-form-field{
+
+mat-form-field {
color: var(--offwhite) !important;
padding: 0;
+ margin: 5px;
+ font-size: 12px;
+ width: 100%;
}
-hr{
- color:var(--ns-primary) 100%;
- margin-bottom: 30px;
- height: 2px;
+hr {
+ color: var(--offwhite) !important;
+ margin-bottom: 30px;
+ ;
}
-.row{
- margin: 0;
- padding: 0;
-}
-mat-icon{
- color: var(--ns-primary);
-}
-#rowhn{
- margin-bottom:-50px;
- padding: 0;
-}
-.neuron{
-
+
+.neuron {
text-align: justify;
- border: 1px solid var(--ns-primary);
+ border: 1px solid white;
border-radius: 5px;
padding: 0;
- color: white!important;
+ color: var(--offwhite) !important;
background-color: var(--ns-bg-dark-100) !important;
min-width: none;
max-width: 12.5rem;
-
}
-mat-form-field{
- font-size: 15px;
-}
-col-1{
+
+col-1 {
text-align: center;
}
-mat-icon{
- margin-right: 5px;
- margin-left: -7px;
+
+.row {
+ margin: 0;
+ 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;
+ align-items: center;
+ justify-content: center;
+}
+
+#layers {
+ margin: 0;
+ padding: 0;
+ display: flex;
+ flex-direction: row;
+ overflow-x: auto;
+ overflow-wrap: break-word;
+ overflow-y: hidden;
+ width: 100%;
+}
+
+.layer {
+ border: 1px solid var(--ns-primary);
+ border-radius: 4px;
+ margin: 5px;
+ padding: 3px;
+ width: 12rem;
+ height: 13rem;
+}
+
+.layer>mat-form-field {
+ margin-left: 0;
} \ No newline at end of file