Files
ROLAC/APP/src/components/city-state-zip/city-state-zip.component.scss
Chris Chen d5648315a0 WIP
2026-05-25 17:32:18 -07:00

11 lines
203 B
SCSS

@import "../../@theme/styles/themes";
form.ng-touched input.ng-invalid {
border-color: nb-theme(color-danger-default);
}
input[type="text"][disabled] {
color: black;
background-color: white;
}