mirror of
https://github.com/status-im/consul.git
synced 2025-01-13 15:26:48 +00:00
11 lines
136 B
SCSS
11 lines
136 B
SCSS
|
%notice::before {
|
||
|
left: 20px;
|
||
|
top: 18px;
|
||
|
margin-top: 0;
|
||
|
}
|
||
|
%notice {
|
||
|
position: relative;
|
||
|
padding: 1em;
|
||
|
padding-left: 45px;
|
||
|
}
|