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