mirror of
https://github.com/jgthms/bulma
synced 2026-03-15 02:04:29 -07:00
Fix boxes
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user