aboutsummaryrefslogtreecommitdiff
path: root/extension/src/entries/popup/local.scss
blob: 9c64b98b63d7617c09e033183bdeb8ced142f8ce (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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{
        
    }
}