Commit 83f371c24e3f38b8a9912547e03197ee773f021e
Exists in
master
Merge branch 'master' into 'develop'
Master See merge request !112
Showing
3 changed files
Show diff stats
index.html
| ... | ... | @@ -15,6 +15,7 @@ |
| 15 | 15 | |
| 16 | 16 | <!--VENDOR JS--> |
| 17 | 17 | <script src="./node_modules/jquery/dist/jquery.min.js"></script> |
| 18 | + <script src="./node_modules/popper.js/dist/umd/popper.min.js"></script> | |
| 18 | 19 | <script src="./node_modules/bootstrap/dist/js/bootstrap.min.js"></script> |
| 19 | 20 | <script src="./node_modules/angular/angular.min.js"></script> |
| 20 | 21 | <script src="./node_modules/angular-cookies/angular-cookies.min.js"></script> |
package.json
src/sass/general.scss
| ... | ... | @@ -48,9 +48,9 @@ input::-webkit-inner-spin-button { |
| 48 | 48 | background-color: $primary; |
| 49 | 49 | } |
| 50 | 50 | &:focus { |
| 51 | - box-shadow: none !important; | |
| 51 | + box-shadow: 0px 0px 0px 3px $primaryTransparency !important; | |
| 52 | 52 | } |
| 53 | - &:active{ | |
| 53 | + &:active { | |
| 54 | 54 | color: #FFF; |
| 55 | 55 | background-color: $primary !important; |
| 56 | 56 | box-shadow: 0px 0px 0px 3px $primaryTransparency !important; |