armentieres: remove buttons box-shadow & .pk-button underline (#70745)

This commit is contained in:
Corentin Sechet 2022-11-21 22:00:41 +01:00
parent 0581b3e0e5
commit 5ce84ff3ae
2 changed files with 5 additions and 1 deletions

View File

@ -480,7 +480,6 @@ div.wcscurrentformscell {
background: transparent !important;
color: transparent !important;
box-shadow: none !important;
}
&::after {

View File

@ -78,6 +78,11 @@ div#tracking-code {
@media($max-mobile-viewport) {
height: 45px;
}
&:hover {
box-shadow: none;
text-decoration: none;
}
}
%black-button {