sables-d-olonne-2022 : restore tracking-code-input button colors (#86414)

This commit is contained in:
Thomas Jund 2024-02-01 10:53:41 +01:00 committed by Thomas Jund
parent daccf802e5
commit 31271e2352
1 changed files with 4 additions and 0 deletions

View File

@ -379,6 +379,10 @@ div.gru-nav {
background-position: 95% 50%;
background-repeat: no-repeat;
padding-right: 1.75em;
&:not(:hover) {
background-color: #{$button-background};
color: #{$button-color};
}
&:hover {
background-image: url('img/fleche-hover.svg');
}