open-consul/ui-v2/app/styles/components/notice/layout.scss

13 lines
180 B
SCSS

%notice {
position: relative;
padding: 1em;
padding-left: 45px;
margin-bottom: 1em;
}
%notice::before {
position: absolute;
left: 20px;
top: 18px;
margin-top: 0;
}