]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame_incremental - client/src/app/shared/shared-forms/timestamp-input.component.scss
Migrate to $localize
[github/Chocobozzz/PeerTube.git] / client / src / app / shared / shared-forms / timestamp-input.component.scss
... / ...
CommitLineData
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}