Explorar el Código

[Site] Accueil : taille typo recherche

feature/rotating_product
Guillaume Bourgeois hace 6 meses
padre
commit
d69ebea38d
Se han modificado 2 ficheros con 4 adiciones y 4 borrados
  1. +2
    -2
      frontend/web/css/screen.css
  2. +2
    -2
      frontend/web/sass/screen.scss

+ 2
- 2
frontend/web/css/screen.css Ver fichero

@@ -750,8 +750,8 @@ section#header-title h1 .glyphicon {
-moz-border-radius: 0px;
-webkit-border-radius: 0px;
border-radius: 0px;
line-height: 1.2rem;
font-size: 1.2rem;
line-height: 1.1rem;
font-size: 1.1rem;
padding: 10px 20px;
color: black;
}

+ 2
- 2
frontend/web/sass/screen.scss Ver fichero

@@ -741,8 +741,8 @@ section#header-title {
.form-control {
border: 0px none;
@include border-radius(0px);
line-height: 1.2rem;
font-size: 1.2rem;
line-height: 1.1rem;
font-size: 1.1rem;
padding: 10px 20px;
color: black;


Cargando…
Cancelar
Guardar