saumur: improve cell entry layout (#73556)

This commit is contained in:
Thomas Jund 2023-01-26 16:38:52 +01:00
parent 2857c2e626
commit 3c69269bc9
2 changed files with 15 additions and 7 deletions

View File

@ -143,14 +143,21 @@ h3 {
%cell-links-list {
font-family: Roboto, sans-serif;
li a {
z-index: 0;
}
li div.description p {
margin-left: 0;
margin-top: -$space-large * 0.7;
position: relative;
z-index: 1000;
padding-top: 0.65rem;
padding-bottom: 0.65rem;
&:hover + .description {
background-color: $cell-entry-hover-background;
}
}
li div.description {
margin-top: -0.65rem;
padding-bottom: 0.65rem;
p {
margin: 0;
position: relative;
}
}
}
.search-cell.transparent {

View File

@ -80,6 +80,7 @@ $cell-entry-border: 2px dotted $gray-dark-1;
$cell-title-cover-border: false;
$title-color: $gray-dark-1;
$title-transform: uppercase;
$cell-entry-hover-background: #eee;
$button-background: $light-green;
$button-color: $gray-dark-1;