We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85c7ecf commit 35976d4Copy full SHA for 35976d4
web_src/css/modules/toast.css
@@ -12,6 +12,7 @@
12
min-width: 300px;
13
pointer-events: all;
14
padding: 4px;
15
+ font-size: 14px;
16
}
17
18
.toastify.on {
@@ -23,15 +24,6 @@
23
24
padding: 6px 5px 5px;
25
26
-.toast-title {
27
- font-size: 19px;
28
- margin-bottom: 4px;
29
-}
30
-
31
-.toast-message {
32
- font-size: 16px;
33
34
35
.toast-close,
36
.toast-icon {
37
color: currentcolor;
@@ -70,10 +62,6 @@
70
62
bottom: -150px;
71
63
72
64
73
-.toastify-rounded {
74
- border-radius: 25px;
75
76
77
65
.toastify-center {
78
66
margin-left: auto;
79
67
margin-right: auto;
0 commit comments