2018-08-29 11:11:58 +00:00
|
|
|
%notice {
|
|
|
|
position: relative;
|
|
|
|
padding: 1em;
|
2019-07-16 16:33:28 +00:00
|
|
|
}
|
|
|
|
/* this is probably skin */
|
|
|
|
%notice {
|
|
|
|
padding-left: calc(1em + 32px);
|
2018-08-29 11:11:58 +00:00
|
|
|
}
|
2018-10-19 15:17:02 +00:00
|
|
|
%notice::before {
|
|
|
|
position: absolute;
|
2019-07-16 16:33:28 +00:00
|
|
|
left: 16px;
|
|
|
|
top: 16px;
|
2018-10-19 15:17:02 +00:00
|
|
|
}
|