aboutsummaryrefslogtreecommitdiff
path: root/extension/src/entries/contentScript/primary/style.scss
blob: bcdbbfd84f64b0e94e6a755c0cfb657906bf8dfe (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15

#injected-root{
    
    .toaster{
        @apply fixed top-10 right-2 z-[999999999] max-w-[250px];
    }
    
    .vue-notification-template.vue-notification.error{
        @apply bg-red-500 text-white px-4 py-2;

        .notification-title{
            
        }
    }
}