Actualiser main-site.scss
This commit is contained in:
parent
db4b94d475
commit
8ab5a54150
1 changed files with 3 additions and 3 deletions
|
@ -129,6 +129,9 @@ header.header a.logo img {
|
|||
|
||||
header.header a.logo:hover {
|
||||
filter: brightness(80%);
|
||||
::before{
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
header.header ul.nav {
|
||||
|
@ -167,7 +170,6 @@ header.header ul.nav li.nav-item.active a {
|
|||
|
||||
header.header ul.nav li.nav-item a:hover {
|
||||
text-decoration: underline;
|
||||
filter: brightness(80%);
|
||||
}
|
||||
|
||||
.toggler-label,
|
||||
|
@ -270,7 +272,6 @@ footer.footer a {
|
|||
}
|
||||
|
||||
footer.footer a:hover {
|
||||
filter: brightness(80%);
|
||||
}
|
||||
|
||||
.eventslist {
|
||||
|
@ -409,7 +410,6 @@ table.compforfait thead .buy {
|
|||
|
||||
.forfaits .forfait .buy:hover,
|
||||
table.compforfait thead .buy:hover {
|
||||
filter: brightness(80%);
|
||||
}
|
||||
|
||||
.forfaits .forfait .buy.contact,
|
||||
|
|
Loading…
Reference in a new issue