redesign blocks présentation et slider actus sur l'intro

This commit is contained in:
Valentin
2024-10-31 20:08:58 +01:00
parent 42ed7763d0
commit c56dadee02
15 changed files with 433 additions and 301 deletions

View File

@@ -1,7 +1,7 @@
/* SIZES */
$sm_font_size: 0.8rem;
$m_font_size: 0.9rem;
$l_font_size: 1.3rem;
$l_font_size: 1.2rem;
$xl_font_size: 1.6rem;
$main_font_size: 1rem;
$title_size: 2.3rem;
@@ -9,14 +9,18 @@ $title_size: 2.3rem;
/* MIXINS */
@mixin main_title() {
font-family: "Barlow", sans-serif;
font-size: $title_size;
font-family: "Barlow Condensed", sans-serif;
font-size: $l_font_size;
padding: 0 $x_margin;
margin-top: 1rem;
color: $teal;
text-transform: uppercase;
a {
color: $teal;
}
@media (min-width: $breakpoint_tablet) {
font-size: $title_size;
}
}
@mixin main_text_content() {
@@ -27,9 +31,12 @@ $title_size: 2.3rem;
@mixin sous_titre() {
font-family: "Marianne", sans-serif;
font-size: $l_font_size;
font-size: $m_font_size;
color: $teal;
font-weight: 800;
@media (min-width: $breakpoint_tablet) {
font-size: $l_font_size;
}
}
@mixin sous_titre_alt() {
@@ -56,4 +63,4 @@ $title_size: 2.3rem;
a:hover {
background-color: $fluo_green;
}
}
}