cci: fix pk-button and pk-big-button color in wcs body (#70820)

This commit is contained in:
Corentin Sechet 2022-11-02 15:48:58 +01:00 committed by Gitea
parent 0c68915630
commit 5efed06450
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@
&--body {
padding: 1rem;
a:not([role=button]){
a:not([role=button]):not(.pk-button):not(.pk-big-button) {
@extend %cci-link;
}
}