Fix boxes

This commit is contained in:
Jeremy Thomas
2018-06-25 10:40:00 +02:00
parent 28683e7b57
commit 1083f017a0
4 changed files with 33 additions and 8 deletions

View File

@@ -38,9 +38,8 @@
.bd-footer-support
@extend %bd-footer-box
border-top: 2px solid $background
// background-color: $white-bis
// box-shadow: none
border-top: none
box-shadow: none
padding: 3rem
.bd-footer-title
margin-bottom: 1.5rem

View File

@@ -1,9 +1,20 @@
.native-js
border-top: 2px solid $background
display: none
font-size: 1rem
opacity: 0
position: relative
visibility: hidden
&::before
+overlay
background-color: #000
bottom: 0
content: ""
display: block
left: 0
opacity: 0.02
pointer-events: none
right: 0
top: 0
.native-show
display: block
@@ -15,6 +26,7 @@
display: flex
justify-content: center
padding: 2em
position: relative
text-decoration: none
&:hover
.native-cta