mirror of
https://github.com/status-im/consul.git
synced 2025-02-07 03:15:47 +00:00
16 lines
272 B
SCSS
16 lines
272 B
SCSS
%confirmation-dialog {
|
|
float: right;
|
|
}
|
|
%confirmation-dialog-inline p {
|
|
margin-right: 12px;
|
|
padding-left: 12px;
|
|
padding-top: 5px;
|
|
padding-bottom: 5px;
|
|
margin-bottom: 0;
|
|
}
|
|
%confirmation-dialog-inline {
|
|
display: flex;
|
|
align-items: center;
|
|
line-height: 1;
|
|
}
|