Skip to content
Snippets Groups Projects
Commit 22340cf7 authored by alexisben's avatar alexisben
Browse files

add and fix some options sass

parent 1b423c32
No related branches found
No related tags found
No related merge requests found
......@@ -107,6 +107,8 @@ $body-overlay-color: rgba(0, 0, 0, 0.3) !default
// Footer
$footer-color: $main-color !default
$footer-background-color: color-contrast($main-background-color, 3%) !default
$footer-logo-height: $header-logo-height !default
$footer-logo-height-md: $footer-logo-height !default
// Hero
$hero-height: 375px !default
......@@ -157,10 +159,10 @@ $definition-border-color-hovered: color-contrast($definition-border-color, 100%)
// Block pages
$block-pages-card-background: color-contrast($main-background-color, 10%) !default
$block-pages-card-page-background: white !default
$block-pages-card-page-background: invert($main-color) !default
$block-pages-card-page-color: $main-color !default
$block-pages-card-page-background-hover: color-contrast($main-background-color, 100%) !default
$block-pages-card-page-color-hover: white !default
$block-pages-card-page-color-hover: invert($main-color) !default
// Block timeline
$block-timeline-horizontal-background: black !default
......
......@@ -59,7 +59,7 @@
a
color: $block-pages-card-page-color
.more
@include link
@include link($block-pages-card-page-color)
@extend .small
text-decoration-color: $block-pages-card-page-color
text-decoration-line: underline
......
.block-partners
.organizations
@include in-page-with-aside
@include grid(4, xl)
@include grid(3, xl)
......@@ -6,13 +6,13 @@ footer[role="contentinfo"]
address
font-size: px2rem(14)
line-height: px2rem(26)
.logo
img
height: 60px
height: $footer-logo-height
max-width: 100%
width: auto
@include media-breakpoint-up(md)
height: $footer-logo-height-md
.content
@include grid(3, md)
margin-bottom: $spacing1
......
......@@ -74,9 +74,6 @@ blockquote, .blockquote
font-size: px2rem(18)
font-style: normal
ul, ol
padding: 0
address
font-style: normal
......
.organization
@include article
.media
aspect-ratio: 1/1
img
width: 100%
height: 100%
object-fit: contain
object-position: center
.organizations
@include grid(2)
......
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