changement couleurs menus et breadcrumb
This commit is contained in:
parent
94b85d0b31
commit
10d4ab6153
3 changed files with 15 additions and 12 deletions
|
@ -35,7 +35,8 @@ img{
|
|||
|
||||
/* breadcrumb */
|
||||
.breadcrumb{
|
||||
background: #e8ebf8;
|
||||
//background: #e8ebf8;
|
||||
padding: 0;
|
||||
.divider{
|
||||
padding: 0 0.2rem;
|
||||
}
|
||||
|
@ -382,18 +383,18 @@ body{
|
|||
/**********************************************************************/
|
||||
|
||||
#menu-association, #menu-groupes{
|
||||
background: #e8ebf8;
|
||||
background: $couleur-liens;
|
||||
margin: 1rem 0;
|
||||
border-radius: 0.2rem;
|
||||
padding: 0;
|
||||
.active a{
|
||||
color: $fond-footer;
|
||||
color: $page-active;
|
||||
font-weight: bold;
|
||||
}
|
||||
li{
|
||||
padding: 0.5rem;
|
||||
a{
|
||||
color: $dark;
|
||||
color: white;
|
||||
}
|
||||
&:not(:last-of-type){
|
||||
border-bottom: solid 1px $light;
|
||||
|
|
|
@ -1,7 +1,8 @@
|
|||
$couleur-texte : black;
|
||||
$dark: #595959;
|
||||
$fond-menu: #3b3f8a;
|
||||
$couleur-liens : #dc7544;
|
||||
//$couleur-liens : #dc7544;
|
||||
$couleur-liens : #f67638;
|
||||
$gris-moyen : #7d7d7d;
|
||||
$gris-clair : #f2f2f2;
|
||||
//$page-active: #ffe9aa;
|
||||
|
@ -10,6 +11,7 @@ $fond-footer: #464ba3;
|
|||
$titres-footer: #64d4af;
|
||||
$fond-formulaires: rgba(255,255,255,0.8);
|
||||
$fond-transparent: rgba(255, 255, 255, 0.92);
|
||||
$breadcrumb-bg: none;
|
||||
|
||||
$bg-body: url('../images/bg-web.jpg');
|
||||
$bg-presentation: url('../images/bg-rouge-fonce-3.jpg');
|
||||
|
|
|
@ -4393,7 +4393,7 @@ tbody.collapse.show {
|
|||
padding: 0.75rem 1rem;
|
||||
margin-bottom: 1rem;
|
||||
list-style: none;
|
||||
background-color: #e9ecef;
|
||||
background-color: none;
|
||||
border-radius: 0.25rem;
|
||||
}
|
||||
|
||||
|
@ -11897,7 +11897,7 @@ h1, .h1, h2, .h2, h3, .h3, h4, .h4, legend,
|
|||
/* liens */
|
||||
a, a:hover {
|
||||
text-decoration: none;
|
||||
color: #dc7544;
|
||||
color: #f67638;
|
||||
}
|
||||
|
||||
/* images */
|
||||
|
@ -11908,7 +11908,7 @@ img {
|
|||
|
||||
/* breadcrumb */
|
||||
.breadcrumb {
|
||||
background: #e8ebf8;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.breadcrumb .divider {
|
||||
|
@ -12320,14 +12320,14 @@ body {
|
|||
/************************ PAGE ASSOCIATION ****************************/
|
||||
/**********************************************************************/
|
||||
#menu-association, #menu-groupes {
|
||||
background: #e8ebf8;
|
||||
background: #f67638;
|
||||
margin: 1rem 0;
|
||||
border-radius: 0.2rem;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
#menu-association .active a, #menu-groupes .active a {
|
||||
color: #464ba3;
|
||||
color: #ffdb70;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
|
@ -12336,7 +12336,7 @@ body {
|
|||
}
|
||||
|
||||
#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) {
|
||||
|
@ -12398,7 +12398,7 @@ body {
|
|||
}
|
||||
|
||||
.bloc-ville a:hover div {
|
||||
color: #dc7544;
|
||||
color: #f67638;
|
||||
}
|
||||
|
||||
.bloc-groupe {
|
||||
|
|
Loading…
Add table
Reference in a new issue