wip: adds cache rich functionality
This commit is contained in:
@@ -25,6 +25,13 @@
|
||||
.alert-warning {
|
||||
@apply bg-yellow-500/70 hover:bg-yellow-600 border-yellow-400 text-black
|
||||
}
|
||||
|
||||
.primary-btn {
|
||||
@apply px-1 py-1 rounded-md bg-orange-500 self-end text-white w-16 ml-2 hover:bg-orange-600
|
||||
}
|
||||
.secondary-btn {
|
||||
@apply px-1 py-1 rounded-md self-end w-16 hover:bg-stone-100
|
||||
}
|
||||
}
|
||||
|
||||
/* Prevent scrolling while dialog is open */
|
||||
|
||||
Reference in New Issue
Block a user