universite-toulon: fix cell icons position & cell title size (#74900)

This commit is contained in:
Corentin Sechet 2023-03-01 10:34:16 +01:00
parent bd34112b36
commit 3d994bc480
2 changed files with 3 additions and 6 deletions

View File

@ -68,9 +68,6 @@
.gru-content div.cell {
--cell-color: #{$primary-color};
padding: $space-xsmall $space-small;
margin: $space-small $space-small;
color: var(--cell-color);
> div {
@ -89,12 +86,12 @@
position: relative;
h2:first-child {
padding: $space-xsmall calc(#{$cell-image-size} + #{$space-small});
padding: $space-xsmall 0 $space-xsmall calc(#{$cell-image-size} + #{$space-small});
}
picture {
position: absolute;
top: 0;
top: -5px;
padding: $space-xsmall 0;
}

View File

@ -23,7 +23,7 @@ $transition-1: 0.3s ease-in-out;
$fz-1: 1rem * 60 / 16;
$fz-2: 1rem * 37 / 16;
$fz-3: 1rem * 26 / 16;
$fz-3: 1rem * 25 / 16;
$fz-4: 1rem * 22 / 16;
$fz-5: 1rem * 18 / 16;
$fz-6: 1rem;