mirror of
https://github.com/jgthms/bulma.git
synced 2024-11-14 11:14:24 +00:00
Add text color classes
This commit is contained in:
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
|
||||
|
Loading…
Reference in New Issue
Block a user