Commit 83f371c24e3f38b8a9912547e03197ee773f021e

Authored by Eric Fernandez
Exists in master

Merge branch 'master' into 'develop'

Master

See merge request !112
... ... @@ -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>
... ... @@ -107,6 +107,7 @@
107 107 "ngstorage": "^0.3.11",
108 108 "node-sass": "^4.12.0",
109 109 "pdfmake": "0.1.41",
  110 + "popper.js": "^1.15.0",
110 111 "uglify": "^0.1.5",
111 112 "ui-bootstrap4": "^3.0.6"
112 113 },
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;