mirror of
https://github.com/status-im/consul.git
synced 2025-01-09 21:35:52 +00:00
b41cad6fdf
* Begin refactoring CSS into component folders. Moved most components into layout/skin folders, left out a couple of ones I want to think about more. * Adjust grays based on recent Structure changes * Switch to fullscreen layout for lists and detail, left aligned forms (#4435) * Specifically use the 'actions_close' label, not just the :last-child (actions-group) * Replace some non-var-ed colours in vaults code skin, plus prefixing (black and white)
31 lines
593 B
SCSS
31 lines
593 B
SCSS
%healthcheck-status::before {
|
|
background-size: 55%;
|
|
width: 25px !important;
|
|
height: 25px !important;
|
|
left: 17px;
|
|
top: 20px !important;
|
|
margin-top: 0 !important;
|
|
}
|
|
%healthcheck-status.warning::before {
|
|
background-size: 100%;
|
|
}
|
|
%healthcheck-status {
|
|
padding: 20px 24px;
|
|
padding-bottom: 26px;
|
|
padding-left: 57px;
|
|
margin-bottom: 24px;
|
|
position: relative;
|
|
}
|
|
%healthcheck-status pre {
|
|
padding: 12px;
|
|
}
|
|
%healthcheck-status .with-feedback {
|
|
float: right;
|
|
}
|
|
%healthcheck-status dt {
|
|
margin-bottom: 0.2em;
|
|
}
|
|
%healthcheck-status dd:first-of-type {
|
|
margin-bottom: 0.6em;
|
|
}
|