correction de couleurs
This commit is contained in:
parent
05b5e05ad4
commit
6aa1b286df
2 changed files with 4 additions and 4 deletions
|
@ -161,7 +161,7 @@ body{
|
|||
}
|
||||
.fa-bars{
|
||||
font-size: 1.8rem;
|
||||
color: $light;
|
||||
color: $page-active;
|
||||
}
|
||||
&.reduit{
|
||||
.navbar-brand{
|
||||
|
@ -175,7 +175,7 @@ body{
|
|||
}
|
||||
.dropdown-item:focus, .dropdown-item:hover{
|
||||
background: rgba(255,255,255,0.2);
|
||||
color: white;
|
||||
color: $page-active;
|
||||
}
|
||||
@include media-breakpoint-up(xl){
|
||||
padding: 0 2rem;
|
||||
|
|
|
@ -12065,7 +12065,7 @@ body {
|
|||
|
||||
#menu-principal .fa-bars {
|
||||
font-size: 1.8rem;
|
||||
color: #f8f9fa;
|
||||
color: #C84227;
|
||||
}
|
||||
|
||||
#menu-principal.reduit .navbar-brand {
|
||||
|
@ -12080,7 +12080,7 @@ body {
|
|||
|
||||
#menu-principal .dropdown-item:focus, #menu-principal .dropdown-item:hover {
|
||||
background: rgba(255, 255, 255, 0.2);
|
||||
color: white;
|
||||
color: #C84227;
|
||||
}
|
||||
|
||||
@media (min-width: 1200px) {
|
||||
|
|
Loading…
Add table
Reference in a new issue