@enki-tek/fms-web-components 0.0.66 → 0.0.68
Sign up to get free protection for your applications and to get access to all the features.
@@ -6,7 +6,7 @@
|
|
6
6
|
|
7
7
|
:global(.custom-field) {
|
8
8
|
box-shadow: none;
|
9
|
-
color: $gray-
|
9
|
+
color: $gray-900;
|
10
10
|
line-height: 20px;
|
11
11
|
display: flex;
|
12
12
|
align-items: center;
|
@@ -16,9 +16,7 @@
|
|
16
16
|
border: 1px solid $gray-300;
|
17
17
|
background: $white;
|
18
18
|
}
|
19
|
-
|
20
|
-
color: $gray-900;
|
21
|
-
}
|
19
|
+
|
22
20
|
:global(.form-control:focus) {
|
23
21
|
box-shadow: none;
|
24
22
|
border-color: $primary;
|
@@ -42,7 +42,7 @@
|
|
42
42
|
}
|
43
43
|
:global(.custom-field) {
|
44
44
|
box-shadow: none;
|
45
|
-
color: #
|
45
|
+
color: #212529;
|
46
46
|
line-height: 20px;
|
47
47
|
display: flex;
|
48
48
|
align-items: center;
|
@@ -52,9 +52,6 @@
|
|
52
52
|
border: 1px solid #DEE2E6;
|
53
53
|
background: #ffffff;
|
54
54
|
}
|
55
|
-
:global(input[type="date"]) {
|
56
|
-
color: #212529;
|
57
|
-
}
|
58
55
|
:global(.form-control:focus) {
|
59
56
|
box-shadow: none;
|
60
57
|
border-color: #00AEE5;
|