aboutsummaryrefslogtreecommitdiff
path: root/extension/src/entries/popup/local.scss
diff options
context:
space:
mode:
authorLibravatar vnugent <public@vaughnnugent.com>2023-11-19 14:50:46 -0500
committerLibravatar vnugent <public@vaughnnugent.com>2023-11-19 14:50:46 -0500
commitbc7b86a242673d7831f6105d000995d9f4d63e09 (patch)
tree8da5c92047e92174b80ff6f460f8c3148e1e00ca /extension/src/entries/popup/local.scss
parent0b609c17199e937518c42365b360288acfa872be (diff)
hasty not working update to get my workspace clean
Diffstat (limited to 'extension/src/entries/popup/local.scss')
-rw-r--r--extension/src/entries/popup/local.scss18
1 files changed, 18 insertions, 0 deletions
diff --git a/extension/src/entries/popup/local.scss b/extension/src/entries/popup/local.scss
new file mode 100644
index 0000000..9c64b98
--- /dev/null
+++ b/extension/src/entries/popup/local.scss
@@ -0,0 +1,18 @@
+
+.toaster {
+ position: fixed;
+ top: 15px;
+ right: 0;
+ z-index: 9999;
+ max-width: 230px;
+}
+
+.active-badge{
+ @apply text-white;
+ &.active{
+ @apply bg-primary-500 dark:bg-primary-600;
+ }
+ &.inactive{
+
+ }
+} \ No newline at end of file