blob: d2358c027617ad798505f5ff8ba47c3610d587eb (
plain) (
tree)
|
|
@use '_variables' as *;
p-inputmask {
::ng-deep input {
width: 80px;
font-size: 15px;
border: 0;
&:focus-within,
&:focus {
box-shadow: #{$focus-box-shadow-form} pvar(--mainColorLightest);
}
&:disabled {
background: pvar(--mainBackgroundColor);
opacity: 0.5;
}
}
}
|