Update sponsors

This commit is contained in:
Jeremy Thomas
2020-02-20 21:08:58 +00:00
parent b31c832d82
commit fe25512f74
13 changed files with 125 additions and 54 deletions

View File

@@ -149,6 +149,7 @@
max-width: $intro-width
.bd-focus-item
@extend %link-before-background
border-radius: $radius-large
padding-top: 1.25rem
position: relative
@@ -165,22 +166,6 @@
position: relative
strong
color: currentColor
&::before
+overlay
background-color: $scheme-main-bis
border-radius: $radius-large
content: ""
display: block
opacity: 0
pointer-events: none
transform: scale(1.1)
transform-origin: center
transition-duration: $speed * 2
transition-property: opacity, transform
&:hover
&::before
opacity: 1
transform: scale(1)
.subtitle
color: $text
&:nth-child(1):hover