|
@@ -166,4 +166,33 @@ ul, li {
|
|
|
margin-top: 0.2rem;
|
|
|
color: #FFFFFF;
|
|
|
font-size: 0.28rem;
|
|
|
+}
|
|
|
+
|
|
|
+#toast-container>.toast-error {
|
|
|
+ background-image: none !important;
|
|
|
+}
|
|
|
+
|
|
|
+.toast-error {
|
|
|
+ background-color: rgba(0, 0, 0, 0.8);
|
|
|
+}
|
|
|
+
|
|
|
+#toast-container>div {
|
|
|
+ font-size: 14px;
|
|
|
+ min-width: 80px !important;
|
|
|
+ padding: 12px !important;
|
|
|
+ box-shadow: none;
|
|
|
+}
|
|
|
+
|
|
|
+.toast-center-center {
|
|
|
+ top: 50%;
|
|
|
+ left: 50%;
|
|
|
+ margin-top: -0.45rem;
|
|
|
+ margin-left: -2rem;
|
|
|
+}
|
|
|
+
|
|
|
+@media (max-width: 480px) and (min-width: 241px) {
|
|
|
+ #toast-container>div {
|
|
|
+ min-width: 80px !important;
|
|
|
+ width: auto;
|
|
|
+ }
|
|
|
}
|