mirror of
https://github.com/jgthms/bulma
synced 2026-03-22 13:04:29 -07:00
Add tags
This commit is contained in:
@@ -1,12 +1,14 @@
|
||||
$title-color: $grey-darker !default
|
||||
$title-size: $size-3 !default
|
||||
$title-weight: $weight-light !default
|
||||
$title-weight-bold: $weight-semibold !default
|
||||
$title-weight: $weight-bold !default
|
||||
$title-strong-color: inherit !default
|
||||
$title-strong-weight: inherit !default
|
||||
|
||||
$subtitle-color: $grey-dark !default
|
||||
$subtitle-size: $size-5 !default
|
||||
$subtitle-strong: $grey-darker !default
|
||||
$subtitle-weight: $weight-light !default
|
||||
$subtitle-weight: $weight-normal !default
|
||||
$subtitle-strong-color: $grey-darker !default
|
||||
$subtitle-strong-weight: $weight-semibold !default
|
||||
|
||||
.title,
|
||||
.subtitle
|
||||
@@ -14,9 +16,7 @@ $subtitle-weight: $weight-light !default
|
||||
word-break: break-word
|
||||
em,
|
||||
span
|
||||
font-weight: $title-weight
|
||||
strong
|
||||
font-weight: $title-weight-bold
|
||||
font-weight: inherit
|
||||
.tag
|
||||
vertical-align: middle
|
||||
|
||||
@@ -26,7 +26,8 @@ $subtitle-weight: $weight-light !default
|
||||
font-weight: $title-weight
|
||||
line-height: 1.125
|
||||
strong
|
||||
color: inherit
|
||||
color: $title-strong-color
|
||||
font-weight: $title-strong-weight
|
||||
& + .highlight
|
||||
margin-top: -0.75rem
|
||||
&:not(.is-spaced) + .subtitle
|
||||
@@ -43,7 +44,8 @@ $subtitle-weight: $weight-light !default
|
||||
font-weight: $subtitle-weight
|
||||
line-height: 1.25
|
||||
strong
|
||||
color: $subtitle-strong
|
||||
color: $subtitle-strong-color
|
||||
font-weight: $subtitle-strong-weight
|
||||
&:not(.is-spaced) + .title
|
||||
margin-top: -1.5rem
|
||||
// Sizes
|
||||
|
||||
Reference in New Issue
Block a user