style: adjust spacing of sidebar cells (#29344)

This commit is contained in:
Frédéric Péters 2018-12-24 18:33:26 +01:00
parent 0ba7db91af
commit 9d46f07e0d
1 changed files with 8 additions and 0 deletions

View File

@ -69,6 +69,14 @@ div#portal-agent-content, aside#sidebar {
}
}
aside#sidebar {
div.cell {
background: white;
padding: 0 1rem;
margin-top: 1rem;
}
}
div.combo-search-results {
a.nolink {
color: $font-color;