Projet

Général

Profil

0001-cd13-color-adjustments-30440.patch

Emmanuel Cazenave, 12 février 2019 14:21

Télécharger (1,77 ko)

Voir les différences:

Subject: [PATCH] cd13: color adjustments (#30440)

 static/bouches-du-rhone/_custom.scss |  8 ++++++++
 static/bouches-du-rhone/_vars.scss   | 19 ++++++++++++++-----
 2 files changed, 22 insertions(+), 5 deletions(-)
static/bouches-du-rhone/_custom.scss
38 38
	flex-wrap: wrap;
39 39
}
40 40

  
41
div.textcell h3, div#rub_service h3 {
42
	color: $light-yellow;
43
}
44

  
45
div.textcell h4, div#rub_service h4 {
46
	color: $primary-color;
47
}
48

  
41 49
div#section-une {
42 50
	background-repeat: no-repeat;
43 51
	padding: 2rem;
static/bouches-du-rhone/_vars.scss
4 4
$font-family: sans-serif;
5 5
$font-color: black;
6 6

  
7
$menu-blue: #0a52ab;
7
$second-blue: #0a52ab;
8
$blue-grey: #778ab4;
9
$light-yellow: #FDDD04;
10

  
8 11
$link-color: $primary-color;
9 12
$width: 1400px;
10 13

  
11
$nav-color: $menu-blue;
12
$nav-menu-color: $menu-blue;
13
$nav-active-color: $menu-blue;
14
$nav-item-hover-color: #778ab4;
14
$button-background: $second-blue;
15
$button-hover-background: $blue-grey;
16

  
17
$cell-entry-hover-color: white;
18
$cell-entry-hover-background: $primary-color;
19

  
20
$nav-color: $second-blue;
21
$nav-menu-color: $second-blue;
22
$nav-active-color: $second-blue;
23
$nav-item-hover-color: $blue-grey;
15 24
$nav-item-selected-background: transparent;
16 25
$nav-mobile-mode: hidden;
17 26
$nav-after-image: false;
18
-