aboutsummaryrefslogtreecommitdiff
path: root/extension/src/assets/toast.scss
blob: 3ddc3acb13030fda85637f941076cee0e2098eda (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
.general-toast {
    .notification-title {
        font-size: 16px;
    }

    .notification-content {
        font-size: 14px;
    }

    .vue-notification {
        @apply duration-200 ease-in-out shadow-md hover:shadow-lg;
    }
}

.form-toast {
    left: calc(50% - 150px);
    @apply pt-2 mx-auto mb-3;

    .notification-title {
        font-size: 14px;
    }

    .notification-content {
        font-size: 12px;
    }
}