Files
2026-04-28 15:13:50 +02:00

25 lines
457 B
SCSS

#complianz.cmplz {
.components-snackbar-list.edit-site-notices{
z-index:99999;
width: max-content;
position: fixed;
bottom: var(--rsp-spacing-m);
right: var(--rsp-spacing-l);
& > div{
margin-left: auto;
}
.components-snackbar{
@include cmplz-block;
color: var(--rsp-color-success);
background-color: #fff;
font-weight:700;
font-size:14px;
&__content {
padding:10px;
}
}
}
}