master-components-react 2.2.1 → 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.
|
@@ -361,11 +361,11 @@ Valid keys: `+JSON.stringify(Object.keys(Q),null," "));var oe=_e(G,re,S,B,N+"."
|
|
|
361
361
|
.notifications_wrapper .toast_notification {
|
|
362
362
|
min-width: 328px;
|
|
363
363
|
max-width: 450px;
|
|
364
|
-
min-height: 48px;
|
|
365
364
|
margin-top: 12px;
|
|
366
365
|
transition: all 0.5s;
|
|
367
366
|
box-shadow: 0 3px 20px 10px rgba(0, 0, 0, .1);
|
|
368
367
|
word-break: break-all;
|
|
368
|
+
padding: 8px;
|
|
369
369
|
}
|
|
370
370
|
.notifications_wrapper .toast_notification.leave {
|
|
371
371
|
animation: fadeOut 0.5s forwards;
|
|
@@ -401,7 +401,6 @@ Valid keys: `+JSON.stringify(Object.keys(Q),null," "));var oe=_e(G,re,S,B,N+"."
|
|
|
401
401
|
display: flex;
|
|
402
402
|
align-items: center;
|
|
403
403
|
gap: 8px;
|
|
404
|
-
padding: 8px;
|
|
405
404
|
height: 100%;
|
|
406
405
|
}
|
|
407
406
|
.notifications_wrapper .toast_notification .notification_content .text_content {
|
|
@@ -72526,11 +72526,11 @@ const rle = "ColumnConfigure-module__configureWrapper", ale = "ColumnConfigure-m
|
|
|
72526
72526
|
.notifications_wrapper .toast_notification {
|
|
72527
72527
|
min-width: 328px;
|
|
72528
72528
|
max-width: 450px;
|
|
72529
|
-
min-height: 48px;
|
|
72530
72529
|
margin-top: 12px;
|
|
72531
72530
|
transition: all 0.5s;
|
|
72532
72531
|
box-shadow: 0 3px 20px 10px rgba(0, 0, 0, .1);
|
|
72533
72532
|
word-break: break-all;
|
|
72533
|
+
padding: 8px;
|
|
72534
72534
|
}
|
|
72535
72535
|
.notifications_wrapper .toast_notification.leave {
|
|
72536
72536
|
animation: fadeOut 0.5s forwards;
|
|
@@ -72566,7 +72566,6 @@ const rle = "ColumnConfigure-module__configureWrapper", ale = "ColumnConfigure-m
|
|
|
72566
72566
|
display: flex;
|
|
72567
72567
|
align-items: center;
|
|
72568
72568
|
gap: 8px;
|
|
72569
|
-
padding: 8px;
|
|
72570
72569
|
height: 100%;
|
|
72571
72570
|
}
|
|
72572
72571
|
.notifications_wrapper .toast_notification .notification_content .text_content {
|