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

social icons

parent f33d13a9
No related branches found
No related tags found
No related merge requests found
...@@ -359,4 +359,5 @@ $arrow-ease-transition-2: cubic-bezier(0, 0.65, 0.4, 1) !default ...@@ -359,4 +359,5 @@ $arrow-ease-transition-2: cubic-bezier(0, 0.65, 0.4, 1) !default
$icon-burger-margin-right: -12px $icon-burger-margin-right: -12px
$icon-close-margin-right: -12px $icon-close-margin-right: -12px
$icon-toc-margin-right: -14px $icon-toc-margin-right: -14px
$icon-arrow-previous-margin-left: -22px // cf. testimonial $icon-arrow-previous-margin-left: -22px // cf. testimonial
\ No newline at end of file $icon-social-margin-right: -14px
\ No newline at end of file
...@@ -26,6 +26,8 @@ ol.programs ...@@ -26,6 +26,8 @@ ol.programs
position: relative position: relative
> button > button
@include button-icon(social) @include button-icon(social)
&:after
margin-right: $icon-social-margin-right
color: $hero-color color: $hero-color
border-color: $color-border border-color: $color-border
font-size: $program-share-font-size font-size: $program-share-font-size
...@@ -51,6 +53,8 @@ ol.programs ...@@ -51,6 +53,8 @@ ol.programs
width: 100% width: 100%
.share .share
display: flex display: flex
align-items: center
height: 100%
li li
margin: 0 margin: 0
flex: 1 1 flex: 1 1
......
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