25 lines
457 B
SCSS
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;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|