mirror of
https://github.com/status-im/consul.git
synced 2025-01-24 04:31:12 +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)
17 lines
283 B
SCSS
17 lines
283 B
SCSS
%confirmation-dialog {
|
|
float: right;
|
|
}
|
|
%confirmation-dialog-inline p {
|
|
margin-right: 1em;
|
|
margin-bottom: 0;
|
|
}
|
|
%confirmation-dialog-inline {
|
|
display: flex;
|
|
align-items: center;
|
|
line-height: 1;
|
|
}
|
|
table div.with-confirmation.confirming {
|
|
position: absolute;
|
|
right: 0;
|
|
}
|