aboutsummaryrefslogtreecommitdiff
path: root/extension/src/assets/toast.scss
diff options
context:
space:
mode:
Diffstat (limited to 'extension/src/assets/toast.scss')
-rw-r--r--extension/src/assets/toast.scss26
1 files changed, 26 insertions, 0 deletions
diff --git a/extension/src/assets/toast.scss b/extension/src/assets/toast.scss
new file mode 100644
index 0000000..3ddc3ac
--- /dev/null
+++ b/extension/src/assets/toast.scss
@@ -0,0 +1,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;
+ }
+}