aboutsummaryrefslogtreecommitdiff
path: root/frontend/src/app/_elements/form-model/form-model.component.css
blob: f4d085ea0de541553ebc1da0022c0af6f7af42a4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
#container{
    color:var(--offwhite);
}
mat-label{
    color: var(--offwhite) !important;
}
select{
    color: var(--offwhite) !important;
}
mat-form-field{
    color: var(--offwhite) !important;
    padding: 0;
}
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{
  
    text-align: justify;
    border: 1px solid white;
    border-radius: 5px;
    padding: 0;
    color: white!important;
    background-color: var(--ns-bg-dark-100) !important;
    min-width: none;
    max-width: 12.5rem;
   
}
mat-form-field{
    font-size: 12px;
}
col-1{
    text-align: center;
}
mat-icon{
    margin-right: 5px;
    margin-left: -7px;
}