mirror of
https://github.com/status-im/consul.git
synced 2025-02-01 08:27:20 +00:00
d01ef7225a
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)
24 lines
412 B
SCSS
24 lines
412 B
SCSS
%healthcheck-output::before {
|
|
left: 14px;
|
|
top: 20px;
|
|
}
|
|
%healthcheck-output {
|
|
position: relative;
|
|
padding: 20px 24px;
|
|
padding-bottom: 26px;
|
|
padding-left: 57px;
|
|
margin-bottom: 24px;
|
|
}
|
|
%healthcheck-output pre {
|
|
padding: 12px;
|
|
}
|
|
%healthcheck-output .with-feedback {
|
|
float: right;
|
|
}
|
|
%healthcheck-output dt {
|
|
margin-bottom: 0.2em;
|
|
}
|
|
%healthcheck-output dd:first-of-type {
|
|
margin-bottom: 0.6em;
|
|
}
|