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.scss8
1 files changed, 8 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
new file mode 100644
index 000000000..7115777fd
--- /dev/null
+++ b/client/src/app/shared/forms/timestamp-input.component.scss
@@ -0,0 +1,8 @@
1p-inputmask {
2 /deep/ input {
3 width: 80px;
4 font-size: 15px;
5
6 border: none;
7 }
8}