11 lines
203 B
SCSS
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;
|
|
}
|