mirror of
https://github.com/jgthms/bulma
synced 2026-03-15 02:04:29 -07:00
Add spaced title
This commit is contained in:
@@ -29,8 +29,8 @@ $subtitle-weight: $weight-light !default
|
||||
color: inherit
|
||||
& + .highlight
|
||||
margin-top: -0.75rem
|
||||
& + .subtitle
|
||||
margin-top: -1.25rem
|
||||
&:not(.is-spaced) + .subtitle
|
||||
margin-top: -1.5rem
|
||||
// Colors
|
||||
@each $size in $sizes
|
||||
$i: index($sizes, $size)
|
||||
@@ -44,7 +44,7 @@ $subtitle-weight: $weight-light !default
|
||||
line-height: 1.25
|
||||
strong
|
||||
color: $subtitle-strong
|
||||
& + .title
|
||||
&:not(.is-spaced) + .title
|
||||
margin-top: -1.5rem
|
||||
// Colors
|
||||
@each $size in $sizes
|
||||
|
||||
Reference in New Issue
Block a user