Skip to content

Commit 35976d4

Browse files
committed
css cleanup
1 parent 85c7ecf commit 35976d4

File tree

1 file changed

+1
-13
lines changed

1 file changed

+1
-13
lines changed

web_src/css/modules/toast.css

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
min-width: 300px;
1313
pointer-events: all;
1414
padding: 4px;
15+
font-size: 14px;
1516
}
1617

1718
.toastify.on {
@@ -23,15 +24,6 @@
2324
padding: 6px 5px 5px;
2425
}
2526

26-
.toast-title {
27-
font-size: 19px;
28-
margin-bottom: 4px;
29-
}
30-
31-
.toast-message {
32-
font-size: 16px;
33-
}
34-
3527
.toast-close,
3628
.toast-icon {
3729
color: currentcolor;
@@ -70,10 +62,6 @@
7062
bottom: -150px;
7163
}
7264

73-
.toastify-rounded {
74-
border-radius: 25px;
75-
}
76-
7765
.toastify-center {
7866
margin-left: auto;
7967
margin-right: auto;

0 commit comments

Comments
 (0)