]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blob - client/src/app/shared/shared-forms/timestamp-input.component.scss
Move to sass @use
[github/Chocobozzz/PeerTube.git] / client / src / app / shared / shared-forms / timestamp-input.component.scss
1 @use '_variables';
2
3 p-inputmask {
4 ::ng-deep input {
5 width: 80px;
6 font-size: 15px;
7 border: 0;
8
9 &:focus-within,
10 &:focus {
11 box-shadow: #{$focus-box-shadow-form} pvar(--mainColorLightest);
12 }
13
14 &:disabled {
15 background: pvar(--mainBackgroundColor);
16 opacity: 0.5;
17 }
18 }
19 }