scss: replace budget-table 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:22:00 +01:00
parent c293e97abb
commit e37cf812b5
3 changed files with 3 additions and 3 deletions

View File

@ -654,7 +654,7 @@ div.leaflet-control-gps {
}
}
div.budget-table {
.budget-table {
table {
width: 100%;
}

View File

@ -94,7 +94,7 @@ h1#logo a {
}
div.tableau-budget {
@extend div.budget-table;
@extend .budget-table;
label {
font-weight: bold;
}

View File

@ -148,5 +148,5 @@ div.cell.fondgris {
}
div.tableau-budget {
@extend div.budget-table;
@extend .budget-table;
}