blob: 9671cc65f1e53bf6e0b4f5c2719fdc7ef511132a (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
@import 'variables';
p-inputmask {
::ng-deep input {
width: 80px;
font-size: 15px;
border: none;
&:focus-within,
&:focus {
box-shadow: #{$focus-box-shadow-form} var(--mainColorLightest);
}
}
}
|