add bg-white-05 utility class
This commit is contained in:
parent
491fd1bcc7
commit
d0402ea726
1 changed files with 3 additions and 0 deletions
|
|
@ -44,6 +44,9 @@
|
||||||
.bg-white {
|
.bg-white {
|
||||||
background-color: var(--color-white, white);
|
background-color: var(--color-white, white);
|
||||||
}
|
}
|
||||||
|
.bg-white-05 {
|
||||||
|
background-color: var(--color-white-05);
|
||||||
|
}
|
||||||
.bg-white-10 {
|
.bg-white-10 {
|
||||||
background-color: var(--color-white-10);
|
background-color: var(--color-white-10);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue