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

This commit is contained in:
Frédéric Péters 2020-02-29 13:39:02 +01:00
parent a14070177e
commit b1d5ce993a
1 changed files with 1 additions and 1 deletions

View File

@ -310,7 +310,7 @@ div#welcome {
font-weight: 500;
}
a.button {
@extend input[type=submit];
@extend %button;
margin-left: 2em;
}
}