Commit dab5ef6cd4bd29c57a989348d582023247e86642

Authored by Jose Pinto
1 parent 2e8c7cdefb
Exists in master

nuevas imgs, estilos tabs y general

3.8 KB

3.28 KB

4.53 KB

img/precios-condiciones.png

5.75 KB

2.95 KB

4.81 KB

4.3 KB

... ... @@ -93,6 +93,7 @@
93 93 "jquery": "^3.3.1",
94 94 "ladda": "1.0.6",
95 95 "leaflet": "1.3.4",
  96 + "moment": "2.23.0",
96 97 "ngstorage": "^0.3.11",
97 98 "node-sass": "^4.10.0",
98 99 "uglify": "^0.1.5",
1 1 .tabs-right{
2   - margin-top: -58px;
  2 + @media (min-width: 576px){
  3 + margin-top: -58px;
  4 + }
3 5 > ul >li:first-child{
4 6 margin-left: auto;
5 7 }
src/sass/general.scss
... ... @@ -44,3 +44,7 @@ input::-webkit-inner-spin-button {
44 44 background-color: $primary-color;
45 45 }
46 46 }
  47 +
  48 +.front-index{
  49 + z-index: 9999;
  50 +}