Projet

Général

Profil

0001-cd13-color-adjustments-30440.patch

Emmanuel Cazenave, 13 février 2019 16:10

Télécharger (2,01 ko)

Voir les différences:

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

 static/bouches-du-rhone/_custom.scss |  8 ++++++++
 static/bouches-du-rhone/_vars.scss   | 21 ++++++++++++++++-----
 2 files changed, 24 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: $primary-color;
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

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

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

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

  
19
$nav-color: $second-blue;
20
$nav-menu-color: $second-blue;
21
$nav-active-color: $second-blue;
22
$nav-item-hover-color: $blue-grey;
15 23
$nav-item-selected-background: transparent;
16 24
$nav-mobile-mode: hidden;
17 25
$nav-after-image: false;
......
21 29
$title-font-size: 24px;
22 30
$title-weight: 300;
23 31

  
32
$table-headers-background: $primary-color;
33
$table-headers-color: white;
34

  
24 35
$footer-background: #565656;
25 36
$footer-color: white;
26 37
$footer-menucell-separator: 2px solid white;
27
-