mirror of
https://github.com/status-im/consul.git
synced 2025-02-12 13:46:46 +00:00
14 lines
245 B
SCSS
14 lines
245 B
SCSS
%confirmation-dialog {
|
|
justify-content: end;
|
|
width: 100%;
|
|
}
|
|
%confirmation-dialog-inline p {
|
|
margin-right: 12px;
|
|
padding-left: 12px;
|
|
margin-bottom: 0 !important;
|
|
}
|
|
%confirmation-dialog-inline {
|
|
display: flex;
|
|
align-items: center;
|
|
}
|