toats notifications in the web
This commit is contained in:
@@ -15,6 +15,11 @@
|
||||
:root { color: #17202a; background: #f3f5f7; font: 14px/1.45 Inter, ui-sans-serif, system-ui, sans-serif; }
|
||||
body { margin: 0; }
|
||||
[x-cloak] { display: none !important; }
|
||||
/* Penguin UI's toast component file (included by ui/base.html) opens with the
|
||||
demo buttons that trigger it in the library's own preview. The file is used
|
||||
unmodified, so those buttons come along; this is what hides them. The app's
|
||||
own trigger is the dispatch in ui/toast.html. */
|
||||
.penguin-toast > button { display: none; }
|
||||
button, input, select, textarea { font: inherit; }
|
||||
select, input, textarea { width: 100%; padding: 9px 10px; border: 1px solid #cbd3dd; border-radius: 6px; color: #1e2938; background: white; }
|
||||
textarea { resize: vertical; font: 13px/1.5 ui-monospace, monospace; }
|
||||
|
||||
Reference in New Issue
Block a user