aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/shared/forms/timestamp-input.component.scss
diff options
context:
space:
mode:
Diffstat (limited to 'client/src/app/shared/forms/timestamp-input.component.scss')
-rw-r--r--client/src/app/shared/forms/timestamp-input.component.scss15
1 files changed, 0 insertions, 15 deletions
diff --git a/client/src/app/shared/forms/timestamp-input.component.scss b/client/src/app/shared/forms/timestamp-input.component.scss
deleted file mode 100644
index 8092b095b..000000000
--- a/client/src/app/shared/forms/timestamp-input.component.scss
+++ /dev/null
@@ -1,15 +0,0 @@
1@import 'variables';
2
3p-inputmask {
4 ::ng-deep input {
5 width: 80px;
6 font-size: 15px;
7
8 border: none;
9
10 &:focus-within,
11 &:focus {
12 box-shadow: #{$focus-box-shadow-form} pvar(--mainColorLightest);
13 }
14 }
15}