Add possibility to link news post #31

Merged
aallard merged 4 commits from link-news into main 2025-07-21 08:53:50 +00:00
1 changed files with 6 additions and 10 deletions
Showing only changes of commit 1146524b5b - Show all commits

View File

@ -6,22 +6,18 @@
display: flex; display: flex;
flex-direction: column; flex-direction: column;
&--header { &--header-link {
display: flex; display: flex;
color: var(--color-on-dark); color: var(--color-on-dark);
background: var(--background-red); background: var(--background-red);
padding: var(--space-small) var(--space-medium); padding: var(--space-small) var(--space-medium);
align-items: center; align-items: center;
gap: var(--space-small); gap: var(--space-small);
text-decoration: none;
@media($mobile-breakpoint) { @media($mobile-breakpoint) {
flex-direction: column; flex-direction: column;
} }
}
&--header-link {
@extend .news--header;
text-decoration: none;
&:hover { &:hover {
opacity: 1.0; opacity: 1.0;
aallard marked this conversation as resolved
Review

L'opacité n'est pas déjà à 1 ici ?

L'opacité n'est pas déjà à 1 ici ?