Commit c6aa05d45b7ffcee551026a46143e0137d73af58

Authored by Benjamin Rodriguez
1 parent a865056cbb
Exists in develop

cambio nombre clase

... ... @@ -82,7 +82,7 @@ gulp.task('webserver', function() {
82 82 pump [
83 83 connect.server(
84 84 {
85   - port: 4203,
  85 + port: 8086,
86 86 host: '0.0.0.0',
87 87 livereload: true
88 88 }
src/sass/_bootstrap.scss
... ... @@ -92,6 +92,6 @@ input[type="number"]::-webkit-outer-spin-button {
92 92 border-color: #cd9035 !important;
93 93 }
94 94  
95   -.puntero {
  95 +.cursero-default {
96 96 cursor: default;
97 97 }
98 98 \ No newline at end of file
src/sass/_botonera-lateral.scss
... ... @@ -45,8 +45,7 @@
45 45 background-color: #000;
46 46 }
47 47 }
48   -
49   -
  48 +
50 49 .btn-group-toggle{
51 50 pointer-events: all;
52 51 &.active{
src/sass/_botonera-principal.scss
... ... @@ -244,16 +244,10 @@
244 244  
245 245 .swiper-button-next {
246 246 background-image: url("../img/derecha.png");
247   - // &:hover {
248   - // // filter: drop-shadow(4px 4px 4px gray);
249   - // }
250 247 }
251 248  
252 249 .swiper-button-prev {
253 250 background-image: url("../img/izquierda.png");
254   - // &:hover {
255   - // filter: drop-shadow(4px 4px 4px gray);
256   - // }
257 251 }
258 252  
259 253 .btn-tareas-pausadas {
src/sass/_tabla-articulos.scss
... ... @@ -18,7 +18,7 @@
18 18 line-height: 30px
19 19 }
20 20  
21   - @media(max-width: 992px){
  21 + @media(max-width: 768px){
22 22 tr{
23 23 display: block;
24 24 span{