Add fortyfour

This commit is contained in:
Jeremy Thomas
2018-01-10 11:48:03 +00:00
parent 26b18e466c
commit cc96e3cc7c
11 changed files with 122 additions and 24 deletions

View File

@@ -1,22 +1,45 @@
.bd-patreon
.bd-banner
align-items: center
background-color: $patreon-blue
color: $white
display: flex
justify-content: center
padding: 0.5rem 1rem
overflow: hidden
padding: 1rem
position: relative
strong
color: currentColor
.tag
margin-right: 0.5em
&.is-patreon
background-color: $patreon-blue
color: $white
&.is-fortyfour
background-color: $fortyfour
color: $white
.button
transform-origin: center
transition-duration: $speed
transition-property: transform
&:hover
.button
transform: scale(1.1)
.bd-patreon-text
font-size: 0.875rem
.bd-banner-background
+overlay
background-image: url("/images/fortyfour-background.jpg")
background-position: center center
background-size: cover
opacity: 0.5
.bd-banner-text
line-height: 1.25
margin-right: 0.5rem
position: relative
.bd-patreon-button
.bd-banner-button
display: inline-block
flex-shrink: 0
height: 34px
position: relative
width: 145px
img
max-height: 100%
@@ -25,5 +48,5 @@
background-color: $patreon
+from(480px)
.bd-patreon-text
.bd-banner-text
margin-right: 1rem

View File

@@ -141,6 +141,10 @@
margin-right: 0.5em
margin-top: 2px
.bd-emoji-bis
font-size: 1.25em
vertical-align: middle
$notification-background-color: $background !default
$notification-radius: $radius !default
$notification-padding: 1.25rem 2.5rem 1.25rem 1.5rem !default