blob: 66e9aa032409c9360affac1396fa1fa6f53d3233 (
plain) (
tree)
|
|
@import 'variables';
p-inputmask {
::ng-deep input {
width: 80px;
font-size: 15px;
border: none;
&:focus-within,
&:focus {
box-shadow: #{$focus-box-shadow-form} pvar(--mainColorLightest);
}
&:disabled {
background: pvar(--mainBackgroundColor);
opacity: 0.5;
}
}
}
|