Style 'grey' class
This commit is contained in:
parent
46e04c4f3f
commit
9e3700752e
|
@ -131,3 +131,4 @@ $ansi-cyan: #C6C5FE
|
|||
$ansi-cyan-bold: #DFDFFE
|
||||
$ansi-white: #EEEEEE
|
||||
$ansi-white-bold: #FFFFFF
|
||||
$ansi-grey: #686868
|
||||
|
|
|
@ -40,6 +40,8 @@
|
|||
color: $ansi-white
|
||||
.white.bold
|
||||
color: $ansi-white-bold
|
||||
.grey
|
||||
color: $ansi-grey
|
||||
.bg-black
|
||||
background-color: $ansi-black
|
||||
.bg-red
|
||||
|
|
Loading…
Reference in New Issue
Block a user