toodego: replace compound selector by a simple one (#25297)

This commit is contained in:
Frédéric Péters 2020-02-29 13:44:38 +01:00
parent b1d5ce993a
commit 16a335684b
2 changed files with 3 additions and 2 deletions

View File

@ -318,7 +318,8 @@ div.buttons {
}
}
a.pk-button {
%button {
@extends %button;
font-family: Oswald;
text-transform: uppercase;
padding: 0.5rem 1rem 0.2rem 1rem;

View File

@ -260,7 +260,7 @@ body.page-connect {
margin-left: 0;
margin-top: 0.5rem;
background: none;
@extend a.pk-button;
@extend %button;
}
h3 {