]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blob - client/src/app/shared/shared-forms/timestamp-input.component.scss
Refactor actor avatar display
[github/Chocobozzz/PeerTube.git] / client / src / app / shared / shared-forms / timestamp-input.component.scss
1 @import 'variables';
2
3 p-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 &:disabled {
16 background: pvar(--mainBackgroundColor);
17 opacity: 0.5;
18 }
19 }
20 }