master-components-react 2.2.2 → 2.2.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -365,6 +365,7 @@ Valid keys: `+JSON.stringify(Object.keys(Q),null," "));var oe=_e(G,re,S,B,N+"."
|
|
|
365
365
|
transition: all 0.5s;
|
|
366
366
|
box-shadow: 0 3px 20px 10px rgba(0, 0, 0, .1);
|
|
367
367
|
word-break: break-all;
|
|
368
|
+
padding: 8px;
|
|
368
369
|
}
|
|
369
370
|
.notifications_wrapper .toast_notification.leave {
|
|
370
371
|
animation: fadeOut 0.5s forwards;
|
|
@@ -400,7 +401,6 @@ Valid keys: `+JSON.stringify(Object.keys(Q),null," "));var oe=_e(G,re,S,B,N+"."
|
|
|
400
401
|
display: flex;
|
|
401
402
|
align-items: center;
|
|
402
403
|
gap: 8px;
|
|
403
|
-
padding: 8px;
|
|
404
404
|
height: 100%;
|
|
405
405
|
}
|
|
406
406
|
.notifications_wrapper .toast_notification .notification_content .text_content {
|
|
@@ -72530,6 +72530,7 @@ const rle = "ColumnConfigure-module__configureWrapper", ale = "ColumnConfigure-m
|
|
|
72530
72530
|
transition: all 0.5s;
|
|
72531
72531
|
box-shadow: 0 3px 20px 10px rgba(0, 0, 0, .1);
|
|
72532
72532
|
word-break: break-all;
|
|
72533
|
+
padding: 8px;
|
|
72533
72534
|
}
|
|
72534
72535
|
.notifications_wrapper .toast_notification.leave {
|
|
72535
72536
|
animation: fadeOut 0.5s forwards;
|
|
@@ -72565,7 +72566,6 @@ const rle = "ColumnConfigure-module__configureWrapper", ale = "ColumnConfigure-m
|
|
|
72565
72566
|
display: flex;
|
|
72566
72567
|
align-items: center;
|
|
72567
72568
|
gap: 8px;
|
|
72568
|
-
padding: 8px;
|
|
72569
72569
|
height: 100%;
|
|
72570
72570
|
}
|
|
72571
72571
|
.notifications_wrapper .toast_notification .notification_content .text_content {
|