ui: Beta features

This commit is contained in:
Andras Bacsai
2022-09-26 10:31:52 +02:00
parent 513fa90b8a
commit 5ed3565520
5 changed files with 20 additions and 25 deletions

View File

@@ -207,3 +207,7 @@ a {
.burger {
@apply block m-[2px] h-[3px] w-5 rounded
}
.bg-coollabs-gradient {
@apply bg-gradient-to-r from-purple-500 via-pink-500 to-red-500;
}