diff options
Diffstat (limited to 'client/src/app/shared')
-rw-r--r-- | client/src/app/shared/forms/timestamp-input.component.scss | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/client/src/app/shared/forms/timestamp-input.component.scss b/client/src/app/shared/forms/timestamp-input.component.scss index e7dbcd997..9671cc65f 100644 --- a/client/src/app/shared/forms/timestamp-input.component.scss +++ b/client/src/app/shared/forms/timestamp-input.component.scss | |||
@@ -1,8 +1,15 @@ | |||
1 | @import 'variables'; | ||
2 | |||
1 | p-inputmask { | 3 | p-inputmask { |
2 | ::ng-deep input { | 4 | ::ng-deep input { |
3 | width: 80px; | 5 | width: 80px; |
4 | font-size: 15px; | 6 | font-size: 15px; |
5 | 7 | ||
6 | border: none; | 8 | border: none; |
9 | |||
10 | &:focus-within, | ||
11 | &:focus { | ||
12 | box-shadow: #{$focus-box-shadow-form} var(--mainColorLightest); | ||
13 | } | ||
7 | } | 14 | } |
8 | } | 15 | } |