mirror of
https://github.com/jgthms/bulma
synced 2026-03-15 02:04:29 -07:00
Customize section init
This commit is contained in:
@@ -2,6 +2,17 @@
|
||||
overflow: hidden
|
||||
position: relative
|
||||
|
||||
.bd-figure
|
||||
+block
|
||||
border: 2px solid $white-ter
|
||||
border-radius: $radius
|
||||
text-align: center
|
||||
figcaption
|
||||
background-color: $white-ter
|
||||
color: $text-light
|
||||
font-size: $size-small
|
||||
padding: 1em
|
||||
|
||||
// Lead
|
||||
|
||||
.bd-lead
|
||||
@@ -140,6 +151,14 @@
|
||||
position: relative
|
||||
&.is-active
|
||||
color: $link
|
||||
.tag
|
||||
border-radius: 2px
|
||||
font-family: Verdana
|
||||
font-size: 0.5rem
|
||||
font-weight: bold
|
||||
height: 2.25em
|
||||
margin-left: 0.5em
|
||||
vertical-align: text-bottom
|
||||
|
||||
.bd-category-list
|
||||
@extend %bd-list
|
||||
|
||||
@@ -228,6 +228,7 @@
|
||||
.bd-anchor-link
|
||||
position: absolute
|
||||
right: calc(100% + 1rem)
|
||||
top: 0
|
||||
+until($widescreen)
|
||||
left: 0
|
||||
right: auto
|
||||
|
||||
Reference in New Issue
Block a user