Commit b5c359d14a13c617aa5f72826eaba829da12a994

Authored by Marcelo Puebla
1 parent 1bee69d254

Cambio de estilos.

src/sass/_contenedor.scss
1 1 body {
2   - background-color: #cccccc;
  2 + background: linear-gradient(0deg, hsl(0, 0%, 70%),hsl(0, 0%, 90%));
3 3 }
4 4  
5 5 .contenedor {
src/sass/_swiper.scss
... ... @@ -15,7 +15,7 @@
15 15 height: 430px;
16 16 }
17 17 &-pagination{
18   - background: #CCC;
  18 + background: none;
19 19 padding: 0.5rem;
20 20 }
21 21 }