ajout de .color--inverse

This commit is contained in:
Raphael Goetter 2017-08-03 09:20:14 +02:00
parent 0c91d032ab
commit 8c00f47d55
3 changed files with 9 additions and 1 deletions

View File

@ -1113,6 +1113,10 @@ ul.is-unstyled, ul.unstyled {
padding-left: 0;
}
.color--inverse {
color: #fff;
}
/* Width Helpers */
/* ------------- */
/* blocks widths (percentage and pixels) */

File diff suppressed because one or more lines are too long

View File

@ -41,6 +41,10 @@ ul {
}
}
.color--inverse {
color: $color-light;
}
/* Width Helpers */
/* ------------- */