2019-02-13 11:44:58 +00:00
|
|
|
.woocommerce-transient-notices {
|
2023-06-14 20:32:28 +00:00
|
|
|
position: absolute;
|
|
|
|
left: $gap;
|
|
|
|
bottom: 100%;
|
|
|
|
margin-bottom: $gap-small;
|
2024-03-26 13:41:34 +00:00
|
|
|
z-index: calc(z-index(".components-snackbar-list") + 1);
|
2021-07-08 15:21:56 +00:00
|
|
|
width: auto;
|
2019-02-13 11:44:58 +00:00
|
|
|
|
2020-06-17 12:58:35 +00:00
|
|
|
.woocommerce-profile-wizard__body & {
|
|
|
|
left: unset;
|
2023-06-14 20:32:28 +00:00
|
|
|
width: 100%;
|
2020-06-17 12:58:35 +00:00
|
|
|
|
|
|
|
.components-snackbar {
|
|
|
|
margin-left: auto;
|
|
|
|
margin-right: auto;
|
|
|
|
}
|
|
|
|
}
|
2019-02-13 11:44:58 +00:00
|
|
|
}
|
2020-11-13 00:53:28 +00:00
|
|
|
|
|
|
|
.components-snackbar {
|
2020-11-18 02:15:42 +00:00
|
|
|
&.components-snackbar-explicit-dismiss {
|
|
|
|
cursor: default;
|
|
|
|
}
|
|
|
|
|
2023-09-19 20:01:54 +00:00
|
|
|
&__content {
|
|
|
|
white-space: pre-line;
|
|
|
|
}
|
|
|
|
|
2020-11-13 00:53:28 +00:00
|
|
|
.components-snackbar__content-with-icon {
|
2023-11-15 06:18:40 +00:00
|
|
|
margin-left: 0;
|
2020-11-13 00:53:28 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.components-snackbar__icon {
|
2023-11-15 06:18:40 +00:00
|
|
|
position: static;
|
|
|
|
display: inline-block;
|
|
|
|
margin-right: $grid-unit-20;
|
2020-11-13 00:53:28 +00:00
|
|
|
}
|
2020-11-18 02:15:42 +00:00
|
|
|
|
2020-11-20 00:01:57 +00:00
|
|
|
.components-snackbar__dismiss-button {
|
2020-11-18 02:15:42 +00:00
|
|
|
margin-left: 32px;
|
|
|
|
cursor: pointer;
|
|
|
|
}
|
2020-11-13 00:53:28 +00:00
|
|
|
}
|