changement couleurs menus et breadcrumb

This commit is contained in:
Pierre 2020-02-01 11:27:12 +01:00
parent 94b85d0b31
commit 10d4ab6153
3 changed files with 15 additions and 12 deletions

View file

@ -35,7 +35,8 @@ img{
/* breadcrumb */ /* breadcrumb */
.breadcrumb{ .breadcrumb{
background: #e8ebf8; //background: #e8ebf8;
padding: 0;
.divider{ .divider{
padding: 0 0.2rem; padding: 0 0.2rem;
} }
@ -382,18 +383,18 @@ body{
/**********************************************************************/ /**********************************************************************/
#menu-association, #menu-groupes{ #menu-association, #menu-groupes{
background: #e8ebf8; background: $couleur-liens;
margin: 1rem 0; margin: 1rem 0;
border-radius: 0.2rem; border-radius: 0.2rem;
padding: 0; padding: 0;
.active a{ .active a{
color: $fond-footer; color: $page-active;
font-weight: bold; font-weight: bold;
} }
li{ li{
padding: 0.5rem; padding: 0.5rem;
a{ a{
color: $dark; color: white;
} }
&:not(:last-of-type){ &:not(:last-of-type){
border-bottom: solid 1px $light; border-bottom: solid 1px $light;

View file

@ -1,7 +1,8 @@
$couleur-texte : black; $couleur-texte : black;
$dark: #595959; $dark: #595959;
$fond-menu: #3b3f8a; $fond-menu: #3b3f8a;
$couleur-liens : #dc7544; //$couleur-liens : #dc7544;
$couleur-liens : #f67638;
$gris-moyen : #7d7d7d; $gris-moyen : #7d7d7d;
$gris-clair : #f2f2f2; $gris-clair : #f2f2f2;
//$page-active: #ffe9aa; //$page-active: #ffe9aa;
@ -10,6 +11,7 @@ $fond-footer: #464ba3;
$titres-footer: #64d4af; $titres-footer: #64d4af;
$fond-formulaires: rgba(255,255,255,0.8); $fond-formulaires: rgba(255,255,255,0.8);
$fond-transparent: rgba(255, 255, 255, 0.92); $fond-transparent: rgba(255, 255, 255, 0.92);
$breadcrumb-bg: none;
$bg-body: url('../images/bg-web.jpg'); $bg-body: url('../images/bg-web.jpg');
$bg-presentation: url('../images/bg-rouge-fonce-3.jpg'); $bg-presentation: url('../images/bg-rouge-fonce-3.jpg');

View file

@ -4393,7 +4393,7 @@ tbody.collapse.show {
padding: 0.75rem 1rem; padding: 0.75rem 1rem;
margin-bottom: 1rem; margin-bottom: 1rem;
list-style: none; list-style: none;
background-color: #e9ecef; background-color: none;
border-radius: 0.25rem; border-radius: 0.25rem;
} }
@ -11897,7 +11897,7 @@ h1, .h1, h2, .h2, h3, .h3, h4, .h4, legend,
/* liens */ /* liens */
a, a:hover { a, a:hover {
text-decoration: none; text-decoration: none;
color: #dc7544; color: #f67638;
} }
/* images */ /* images */
@ -11908,7 +11908,7 @@ img {
/* breadcrumb */ /* breadcrumb */
.breadcrumb { .breadcrumb {
background: #e8ebf8; padding: 0;
} }
.breadcrumb .divider { .breadcrumb .divider {
@ -12320,14 +12320,14 @@ body {
/************************ PAGE ASSOCIATION ****************************/ /************************ PAGE ASSOCIATION ****************************/
/**********************************************************************/ /**********************************************************************/
#menu-association, #menu-groupes { #menu-association, #menu-groupes {
background: #e8ebf8; background: #f67638;
margin: 1rem 0; margin: 1rem 0;
border-radius: 0.2rem; border-radius: 0.2rem;
padding: 0; padding: 0;
} }
#menu-association .active a, #menu-groupes .active a { #menu-association .active a, #menu-groupes .active a {
color: #464ba3; color: #ffdb70;
font-weight: bold; font-weight: bold;
} }
@ -12336,7 +12336,7 @@ body {
} }
#menu-association li a, #menu-groupes li a { #menu-association li a, #menu-groupes li a {
color: #595959; color: white;
} }
#menu-association li:not(:last-of-type), #menu-groupes li:not(:last-of-type) { #menu-association li:not(:last-of-type), #menu-groupes li:not(:last-of-type) {
@ -12398,7 +12398,7 @@ body {
} }
.bloc-ville a:hover div { .bloc-ville a:hover div {
color: #dc7544; color: #f67638;
} }
.bloc-groupe { .bloc-groupe {