redesign blocks présentation et slider actus sur l'intro
This commit is contained in:
@@ -39,5 +39,12 @@
|
||||
src: url('../fonts/Barlow/barlow-light.woff2') format('woff2'),
|
||||
url('../fonts/Barlow/barlow_light.woff') format('woff');
|
||||
font-weight: 300;
|
||||
font-style: normal;
|
||||
font-style: normal
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'Barlow Condensed';
|
||||
src: url('../fonts/Barlow/BarlowCondensed-Regular.woff2') format('woff2');
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
}
|
||||
|
@@ -24,4 +24,4 @@ em {
|
||||
|
||||
#block-erabletheme-titredepage {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
@@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user