Project

General

Profile

1
.uk-form-label {
2
  font-size: 16px;
3
  font-family: "Roboto", sans-serif;
4
  color: currentColor;
5
}
6

    
7
.uk-form-hint {
8
  font-family: "Roboto", sans-serif;
9
  color: currentColor;
10
}
11

    
12
.uk-input.input-box {
13
  background-color: #FAFAFA !important;
14
  border: 1px solid transparent;
15
  padding: 16px;
16
  border-radius: 4px;
17
  color: currentColor;
18
  height: auto;
19
}
20

    
21
.uk-input.input-box:focus {
22
  color: currentColor !important;
23
}
24

    
25
.uk-input.input-box:not(.uk-form-danger) {
26
  border: 1px solid #D1D1D1 !important;
27
}
28

    
29
.uk-input.input-box::placeholder {
30
  color: #7A7A7A !important;
31
}
32

    
33
.input-box .mat-select {
34
  font-family: "Open Sans", sans-serif;
35
  font-size: 16px;
36
}
37

    
38
.input-box .mat-select-value {
39
  color: currentColor;
40
}
41

    
42
.input-box .mat-form-field-infix {
43
  border: none !important;
44
  line-height: 30px;
45
  padding: 0 !important;
46
}
47

    
48
.input-box .mat-form-field-appearance-legacy .mat-form-field-wrapper {
49
  padding: 0 !important;
50
}
51

    
52
.input-box .mat-form-field-appearance-legacy .mat-form-field-underline {
53
  display: none;
54
}
55

    
56
.input-box .mat-form-field-appearance-legacy .mat-form-field-subscript-wrapper {
57
  display: none;
58
}
59

    
60
.uk-input.input-box:disabled,
61
.input-box .mat-select-disabled .mat-select-value,
62
.input-box .mat-form-field .mat-select.mat-select-disabled .mat-select-arrow {
63
  color: currentColor !important;
64
}
(4-4/17)