14 lines
193 B
SCSS
Raw Normal View History

%notice {
position: relative;
padding: 1em;
}
/* this is probably skin */
%notice {
padding-left: calc(1em + 32px);
}
%notice::before {
position: absolute;
left: 16px;
top: 16px;
}