style: add pk-button class for compatibility with frontoffice parts (#49778)

This commit is contained in:
Frédéric Péters 2020-12-29 20:30:57 +01:00
parent 6d7b2689aa
commit ca2f9e6160
1 changed files with 1 additions and 1 deletions

View File

@ -106,7 +106,7 @@ a.button {
@include vendor-prefix('transition', 'border-color 0.2s ease, box-shadow 0.2s linear');
}
a.button, button, input[type=submit], div.buttons input, div.buttons a.cancel {
a.button, a.pk-button, button, input[type=submit], div.buttons input, div.buttons a.cancel {
@extend %button;
}