"src/app/search-multiple/store/search-multiple.reducer.ts" did not exist on "e5d9e518ceef1eebcec03ff8ccf6536ed14472af"
Newer
Older
/* Import Bootstrap 4 */
// Imports functions, variables, and mixins that are needed by other Bootstrap files
@import "~bootstrap/scss/functions";
@import "~bootstrap/scss/variables";
@import "~bootstrap/scss/mixins";
// Optional
@import "~bootstrap/scss/reboot";
@import "~bootstrap/scss/type";
@import "~bootstrap/scss/grid";
@import "~bootstrap/scss/nav";
@import "~bootstrap/scss/navbar";
@import "~bootstrap/scss/card";
@import "~bootstrap/scss/buttons";
@import "~bootstrap/scss/transitions";
@import "~bootstrap/scss/dropdown";
@import "~bootstrap/scss/modal";
@import "~bootstrap/scss/tables";
/* Import ngx-toastr bootstrap 4 alert styled design */
@import '~ngx-toastr/toastr-bs4-alert';
.custom-switch label {
cursor: pointer;
}
input.ng-valid, select.ng-valid, textarea.ng-valid {
border-left: 5px solid #42A948; /* green */
}
input.ng-invalid, select.ng-invalid, textarea.ng-invalid {
border-left: 5px solid #a94442; /* red */
}