Commit c4763ecff7bbe1dd3a891942386178b83cf30ca2

Authored by Eric Fernandez
Exists in master

Merge branch 'master' into 'master'

nuevas imgs, estilos tabs y general

See merge request !35

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 +}