mirror of
https://github.com/jgthms/bulma
synced 2026-03-19 11:54:30 -07:00
Fix book banner
This commit is contained in:
@@ -25,11 +25,19 @@ $intro-width: 1080px
|
||||
|
||||
$navbar-item-img-max-height: none
|
||||
|
||||
@import "../bulma"
|
||||
|
||||
%center
|
||||
align-items: center
|
||||
display: flex
|
||||
justify-content: center
|
||||
|
||||
%bd-box
|
||||
background-color: $white
|
||||
border-radius: $radius-large
|
||||
box-shadow: 0 1.5rem 1.5rem -1.25rem rgba($black, 0.1)
|
||||
display: block
|
||||
|
||||
=selection($current-selector: false)
|
||||
@if $current-selector
|
||||
&::-moz-selection
|
||||
@@ -42,7 +50,6 @@ $navbar-item-img-max-height: none
|
||||
\::selection
|
||||
@content
|
||||
|
||||
@import "../bulma"
|
||||
@import "./_sass/main"
|
||||
@import "./_sass/highlight"
|
||||
@import "./_sass/override"
|
||||
|
||||
Reference in New Issue
Block a user