Projet

Général

Profil

0001-tours-metropole-don-t-separate-form-title-from-descr.patch

Serghei Mihai, 29 janvier 2019 11:01

Télécharger (1,13 ko)

Voir les différences:

Subject: [PATCH] tours-metropole: don't separate form title from description
 (#30060)

 static/tours-metropole/_custom.scss | 2 +-
 static/tours-metropole/_vars.scss   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
static/tours-metropole/_custom.scss
181 181
			}
182 182
			li {
183 183
				&:last-child {
184
					a {
184
					a, div.description {
185 185
						border-bottom: 0;
186 186
					}
187 187
				}
static/tours-metropole/_vars.scss
14 14
$nav-submenu-color: #000000;
15 15
$nav-active-color: $primary-color;
16 16

  
17
$cell-background: transparent;
17
$cell-background: #ffffff;
18 18

  
19 19
$link-color: #222222;
20 20

  
21
-