vendee: fix link to category cell padding & icon (#67817)

This commit is contained in:
Corentin Sechet 2022-07-29 15:34:09 +02:00 committed by Thomas NOEL
parent 5f4c3a22c4
commit 052a67284d
1 changed files with 25 additions and 10 deletions

View File

@ -140,23 +140,25 @@ div#page {
box-shadow: 3px 3px 10px $gray;
}
%arrow-icon {
&::before {
color: $link-hover-color;
content: "\f0a9";
display: inline-block;
font-family: FontAwesome;
padding-right: 0.7rem;
text-decoration: none;
}
}
%cell-links-list {
& > li > a {
@extend %arrow-icon;
display: inline-block;
&:hover {
text-decoration: $link-hover-decoration;
}
&::before {
color: $link-hover-color;
content: "\f0a9";
display: inline-block;
font-family: FontAwesome;
padding-right: 0.7rem;
text-decoration: none;
}
}
}
@ -166,6 +168,19 @@ div.text-cell {
}
}
div.wcsformcell {
padding: 1rem;
div {
> a:first-child {
@extend %arrow-icon;
}
div.description {
margin-top: 1rem;
}
}
}
%button {
box-shadow: none;
font-size: 0.9rem;