finistere: put cell pictures in title (#75981)

This commit is contained in:
Corentin Sechet 2023-04-03 16:51:03 +02:00 committed by Corentin Sechet
parent 14ab82d431
commit b8916a9eb4
1 changed files with 23 additions and 0 deletions

View File

@ -58,6 +58,29 @@ h1#logo.has-logo {
}
}
.gru-content {
div.link-list-cell,
div.wcsformsofcategorycell {
position: relative;
h2:first-child {
padding-left: 2.5rem;
}
&.has-asset-picture picture {
position: absolute;
top: 0;
left: 0.5rem;
padding: 0.7rem 0;
img {
padding: 0;
height: 2.1rem;
}
}
}
}
input, input[type="search"], textarea, select {
&:not([readonly]) {
&:hover, &:focus {