mirror of
https://github.com/nsnail/spectre.console.git
synced 2025-07-04 11:48:16 +08:00
Add async spinner extension methods and related documentation
This commit is contained in:
@ -17,7 +17,7 @@ and the ascii terminal player.
|
||||
/* temp styling for alerts */
|
||||
|
||||
.alert-warning {
|
||||
@apply p-4 border border-yellow-300 bg-yellow-100 text-yellow-800 dark:border-orange-700/50 dark:bg-orange-800/50 dark:text-orange-300/90 rounded shadow-sm text-sm;
|
||||
@apply p-4 border border-yellow-300 bg-yellow-100 text-yellow-800 dark:border-red-700/50 dark:bg-red-800/50 dark:text-red-100/90 rounded shadow-sm text-sm;
|
||||
}
|
||||
|
||||
.alert-warning p {
|
||||
|
Reference in New Issue
Block a user