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 c77a4bf2b4
commit 60aedcd2e6
2 changed files with 5 additions and 1 deletions

View File

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

View File

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