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

required for sassc ≥ 3.6.1
This commit is contained in:
Frédéric Péters 2020-02-29 13:38:08 +01:00
parent 8418ca6e7b
commit a14070177e
1 changed files with 1 additions and 1 deletions

View File

@ -68,7 +68,7 @@ div#header h1#logo {
}
div.linkcell div.links-list ul > li > a {
@extend input[type=submit];
@extend %button;
text-align: center;
display: block;
margin: 0 auto;