Explorar el Código

debug CSS boutons block.

master
choj hace 4 años
padre
commit
47b1f9233f
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. +2
    -2
      src/assets/menupara.scss

+ 2
- 2
src/assets/menupara.scss Ver fichero

@@ -17,11 +17,12 @@
cursor: pointer;
width: $button-width;
height: $button-width;
background-color: white;
background-color: $bg-color;
border-left: $button-border;
border-right: $button-border;
border-bottom: $button-border;
border-top: none;
color: $txt-color;

&:nth-child(1) {
border-top: $button-border;
@@ -40,4 +41,3 @@
}

}


Cargando…
Cancelar
Guardar