Add .bg-grey-50 utility class
This commit is contained in:
parent
da3714834a
commit
00ae3cb514
1 changed files with 4 additions and 0 deletions
|
|
@ -39,6 +39,10 @@
|
|||
background-color: var(--color-white, white);
|
||||
}
|
||||
|
||||
.bg-grey-50 {
|
||||
background-color: var(--color-grey-50);
|
||||
}
|
||||
|
||||
.bg-grey-200 {
|
||||
background-color: var(--color-grey-200);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue