Skip to content
Snippets Groups Projects
Commit 17ac3e83 authored by alexisben's avatar alexisben
Browse files

key figures fz

parent 56e5cced
No related branches found
No related tags found
No related merge requests found
......@@ -145,6 +145,8 @@ $block-testimonials-line-height: px2rem(28.8) !default
$block-testimonials-pagination-background: $main-border-color !default
$block-testimonials-pagination-progress-background: $main-color !default
// Block key_figures
$block-key_figures-number-font-size: px2rem(60)
// Sections
$post-media-background: darken($main-background-color, 2) !default
......
......@@ -14,7 +14,7 @@
@mixin in-page-without-aside
main > .blocks &,
main > article > .blocks &,
// main > .blocks &,
body.full-width &,
@content
......
......@@ -10,9 +10,10 @@
dl
margin-bottom: 0
dt
white-space: nowrap
strong
display: inline-block
// font-size: px2rem(60)
font-size: $block-key_figures-number-font-size
// padding-right: map-get($spacers, 1)
dd
margin-bottom: 0
......
......@@ -64,15 +64,20 @@
li
padding: $spacing1/2 $spacing1
margin-bottom: 0
.blocks
.block-content
padding-left: col(5)
[itemprop="articleBody"]
section
padding-top: $spacing1
padding-bottom: $spacing4
border-top: 1px solid $main-color
@include grid(12, md)
@include media-breakpoint-up(md)
position: relative
> *
grid-column: 7/13
grid-column: 6/13
h2
@include sticky(calc($header-height + $spacing4))
align-self: start
grid-column: 1/6
grid-column: 1/5
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment