vendee: fix pk-button background & footer look (#67817)

This commit is contained in:
Corentin Sechet 2022-07-29 17:08:39 +02:00 committed by Thomas NOEL
parent 650eed2dd4
commit aeda758b4d
1 changed files with 21 additions and 0 deletions

View File

@ -8,6 +8,13 @@ a {
text-decoration: underline;
}
div.link-cell.pk-button {
border-radius: $button-border-radius;
&.pk-button ul > li > a, a.pk-button.pk-button {
padding: 1rem;
}
}
div#header {
max-width: 100%;
@media ($max-mobile-viewport) {
@ -279,4 +286,18 @@ div.wcsformcell {
height: 150px;
}
}
div.link-cell.pk-button ul > li > a, a.pk-button {
background: transparent;
border-color: white;
padding: 1rem;
&::before {
content: none;
}
&:hover {
border-color: white;
text-decoration: underline;
}
}
}