aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/shared/forms/timestamp-input.component.scss
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2020-06-23 14:10:17 +0200
committerChocobozzz <chocobozzz@cpy.re>2020-06-23 16:00:49 +0200
commit67ed6552b831df66713bac9e672738796128d33f (patch)
tree59c97d41e0b49d75a90aa3de987968ab9b1ff447 /client/src/app/shared/forms/timestamp-input.component.scss
parent0c4bacbff53bc732f5a2677d62a6ead7752e2405 (diff)
downloadPeerTube-67ed6552b831df66713bac9e672738796128d33f.tar.gz
PeerTube-67ed6552b831df66713bac9e672738796128d33f.tar.zst
PeerTube-67ed6552b831df66713bac9e672738796128d33f.zip
Reorganize client shared modules
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}