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

@@ -38,6 +38,24 @@ $sidebar-width: 10.5rem
box-shadow: 0 1.5rem 1.5rem -1.25rem rgba($black, 0.05)
display: block
%link-before-background
&::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)
=selection($current-selector: false)
@if $current-selector
&::-moz-selection