mirror of
https://github.com/status-im/consul.git
synced 2025-01-09 13:26:07 +00:00
11 lines
153 B
SCSS
11 lines
153 B
SCSS
%inline-alert {
|
|
position: relative;
|
|
padding-left: 20px;
|
|
}
|
|
%inline-alert::before {
|
|
position: absolute;
|
|
top: 50%;
|
|
left: 0;
|
|
margin-top: -8px;
|
|
}
|