minsant: enlarge folding cell link (#51864)

This commit is contained in:
Nicolas Roche 2021-03-10 14:34:11 +01:00
parent d786d8b847
commit f892dd7e9b
1 changed files with 10 additions and 0 deletions

View File

@ -81,3 +81,13 @@ div.submit-button {
background: $tertiary-color;
}
}
div.cell {
&.foldable > div > h2:first-child::after,
a.add-more-items--button {
color: $secondary-color;
font-size: 1.5rem;
font-weight: bold;
line-height: 15px;
}
}