summaryrefslogtreecommitdiffstats
path: root/public/src/app/general/general.component.scss
blob: d76e1aec10541dbb0203611353b6e9d2a8ba6eea (plain)
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
.left,
.right {
  width: 50%;
}

.ng-select.ng-single .ng-control {
  border-radius: 0;
  height: 30px;
  min-height: 30px;
}

.toast-container .toast {
  width: 400px !important;
  box-shadow: none;
  border-radius: 0;
}
.toast-container .toast:hover {
  box-shadow: none;
}

.field {
  margin: 1em;
  .field-label {
    padding-bottom: 0.5em;
  }
  .required::before {
    content: '*';
    color: red;
    padding-right: 5px;
  }
  .field-text {
    flex: 1;
    width: 100%;
    min-width: 250px;
    padding: 5px 0 5px 5px;
    margin: 0;
  }
}