mirror of
https://github.com/jgthms/bulma
synced 2026-03-15 02:04:29 -07:00
Add text color classes
This commit is contained in:
committed by
Jeremy Thomas
parent
1608b0d8ab
commit
69b0f22a4a
@@ -59,6 +59,15 @@ $displays: 'block' 'flex' 'inline' 'inline-block' 'inline-flex'
|
||||
.has-text-right
|
||||
text-align: right
|
||||
|
||||
@each $name, $pair in $colors
|
||||
$color: nth($pair, 1)
|
||||
.has-text-#{$name}
|
||||
color: $color
|
||||
a.has-text-#{$name}
|
||||
&:hover,
|
||||
&:focus
|
||||
color: darken($color, 10%)
|
||||
|
||||
// Visibility
|
||||
|
||||
.is-hidden
|
||||
|
||||
Reference in New Issue
Block a user