5d2e1ce19b
1. Rebuild the heathchecked-resource component now we can copy and paste 2. As the above rebuild came with new icons, we also swapped out 'most' of the other areas where we were using these new icons, plus any icons that were effected by the new icon placeholders 3. Begin to remove more and more of the project specific icons (now replaced by the shared ones)
14 lines
193 B
SCSS
14 lines
193 B
SCSS
%notice {
|
|
position: relative;
|
|
padding: 1em;
|
|
}
|
|
/* this is probably skin */
|
|
%notice {
|
|
padding-left: calc(1em + 32px);
|
|
}
|
|
%notice::before {
|
|
position: absolute;
|
|
left: 16px;
|
|
top: 16px;
|
|
}
|