Procházet zdrojové kódy

[Site] Accueil : taille typo recherche

feature/rotating_product
Guillaume Bourgeois před 6 měsíci
rodič
revize
d69ebea38d
2 změnil soubory, kde provedl 4 přidání a 4 odebrání
  1. +2
    -2
      frontend/web/css/screen.css
  2. +2
    -2
      frontend/web/sass/screen.scss

+ 2
- 2
frontend/web/css/screen.css Zobrazit soubor

@@ -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 Zobrazit soubor

@@ -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;


Načítá se…
Zrušit
Uložit