2020-11-23 19:28:17 +00:00
|
|
|
@import '../../navigation/stylesheets/variables';
|
|
|
|
|
2019-02-13 11:44:58 +00:00
|
|
|
.woocommerce-transient-notices {
|
|
|
|
position: fixed;
|
|
|
|
bottom: $gap-small;
|
2020-11-23 19:28:17 +00:00
|
|
|
left: $admin-menu-width + $gap;
|
2019-02-13 11:44:58 +00:00
|
|
|
z-index: 99999;
|
|
|
|
|
2020-11-20 00:01:57 +00:00
|
|
|
@media ( max-width: 960px ) {
|
2020-06-16 02:07:06 +00:00
|
|
|
left: 50px;
|
2019-02-13 11:44:58 +00:00
|
|
|
}
|
|
|
|
|
2020-11-20 00:01:57 +00:00
|
|
|
@media ( max-width: 782px ) {
|
2020-06-16 02:07:06 +00:00
|
|
|
left: $gap;
|
2019-02-13 11:44:58 +00:00
|
|
|
}
|
2020-06-17 12:58:35 +00:00
|
|
|
|
|
|
|
.woocommerce-profile-wizard__body & {
|
|
|
|
left: unset;
|
|
|
|
|
|
|
|
.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;
|
|
|
|
}
|
|
|
|
|
2020-11-13 00:53:28 +00:00
|
|
|
.components-snackbar__content-with-icon {
|
|
|
|
margin-left: 32px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.components-snackbar__icon {
|
|
|
|
position: absolute;
|
|
|
|
top: 24px;
|
|
|
|
left: 26px;
|
|
|
|
}
|
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
|
|
|
}
|