armentieres: fix sidebar navigation padding and size (#70745)

This commit is contained in:
Corentin Sechet 2022-11-21 22:00:41 +01:00
parent da57fd6bc2
commit 35ad895510
1 changed files with 5 additions and 5 deletions

View File

@ -123,7 +123,8 @@ div#sidebar {
//Link lists
%cell-links-list {
> li > a {
padding-left: 0;
padding: 0.8rem 1rem;
color: $gray-dark;
&:hover {
text-decoration: underline;
}
@ -272,11 +273,10 @@ div.wcscurrentformscell {
align-items: center;
&::before {
content: '';
width: 32px;
height: 32px;
width: 28px;
height: 28px;
background: center / cover no-repeat url(img/icon-#{$name}.png);
margin-right: 0.8rem;
content: '';
}
}
}