Explorar el Código

Merge branch 'master' into dev

dev
Guillaume hace 4 años
padre
commit
2a7cc15043
Se han modificado 2 ficheros con 2 adiciones y 2 borrados
  1. +1
    -1
      producer/web/css/screen.css
  2. +1
    -1
      producer/web/sass/_responsive.scss

+ 1
- 1
producer/web/css/screen.css Ver fichero

@@ -1942,7 +1942,7 @@ termes.
/* line 181, ../sass/_responsive.scss */
.order-order #app-order-order #distributions-list .panel .btn-primary {
display: block;
float: none;
float: none !important;
margin-bottom: 10px;
}
/* line 190, ../sass/_responsive.scss */

+ 1
- 1
producer/web/sass/_responsive.scss Ver fichero

@@ -180,7 +180,7 @@ termes.
.panel {
.btn-primary {
display: block ;
float: none;
float: none !important;
margin-bottom: 10px ;
}
}

Cargando…
Cancelar
Guardar