avancées intégration mobile

This commit is contained in:
Valentin
2023-12-13 15:08:55 +01:00
parent a08922d8be
commit 1bf7b2b251
22 changed files with 932 additions and 75 deletions

View File

@@ -1,7 +1,8 @@
/* SIZES */
$sm_font_size: 0.8rem;
$m_font_size: 0.9rem;
$main_font_size: 1.1rem;
$l_font_size: 1.3rem;
$main_font_size: 1rem;
$title_size: 2.3rem;
/* MIXINS */
@@ -11,6 +12,7 @@ $title_size: 2.3rem;
font-size: $title_size;
padding: 0 $x_margin;
margin-top: 1rem;
color: $teal;
a {
color: $teal;
}
@@ -19,7 +21,14 @@ $title_size: 2.3rem;
@mixin main_text_content() {
font-family: "Marianne", sans-serif;
font-size: $main_font_size;
line-height: 1.2;
line-height: 1.4;
}
@mixin sous_titre() {
font-family: "Marianne", sans-serif;
font-size: $l_font_size;
color: $teal;
font-weight: 800;
}
@mixin fluo_button() {
@@ -32,9 +41,8 @@ $title_size: 2.3rem;
background-color: white;
border: solid 2px $fluo_green;
padding: 9px 18px;
::after {
content: "";
padding-left: 10px;
svg {
display: none;
}
}
}