aboutsummaryrefslogtreecommitdiff
path: root/extension/src/entries/popup/local.scss
diff options
context:
space:
mode:
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