ajout de .color--inverse
This commit is contained in:
parent
0c91d032ab
commit
8c00f47d55
3 changed files with 9 additions and 1 deletions
|
@ -1113,6 +1113,10 @@ ul.is-unstyled, ul.unstyled {
|
||||||
padding-left: 0;
|
padding-left: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.color--inverse {
|
||||||
|
color: #fff;
|
||||||
|
}
|
||||||
|
|
||||||
/* Width Helpers */
|
/* Width Helpers */
|
||||||
/* ------------- */
|
/* ------------- */
|
||||||
/* blocks widths (percentage and pixels) */
|
/* blocks widths (percentage and pixels) */
|
||||||
|
|
File diff suppressed because one or more lines are too long
|
@ -41,6 +41,10 @@ ul {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.color--inverse {
|
||||||
|
color: $color-light;
|
||||||
|
}
|
||||||
|
|
||||||
/* Width Helpers */
|
/* Width Helpers */
|
||||||
/* ------------- */
|
/* ------------- */
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue