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