mirror of
https://github.com/tale/headplane.git
synced 2026-08-11 22:36:53 +00:00
23 lines
372 B
CSS
23 lines
372 B
CSS
@tailwind base;
|
|
@tailwind components;
|
|
@tailwind utilities;
|
|
|
|
:root {
|
|
--toastContainerBottom: 1.5rem;
|
|
--toastContainerRight: 2rem;
|
|
--toastContainerLeft: auto;
|
|
--toastContainerTop: auto;
|
|
|
|
--toastBorderRadius: 0.5rem;
|
|
--toastBackground: #1f2937;
|
|
--toastMsgPadding: 0.5rem 0.75rem;
|
|
}
|
|
|
|
._toastBtn {
|
|
display: none !important;
|
|
}
|
|
|
|
._toastBar {
|
|
display: none !important;
|
|
}
|