Last active
March 3, 2020 09:53
-
-
Save AdarshPawar29/230fda22d20cae7e0a2763f28f1d451a to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@import "../node_modules/bootstrap/scss/bootstrap.scss"; | |
@import "../node_modules/bootstrap/dist/css/bootstrap.css"; | |
.form-control.ng-touched.ng-invalid { | |
border: 2px solid red; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment