mirror of https://github.com/status-im/consul.git
19 lines
324 B
SCSS
19 lines
324 B
SCSS
/**
|
|
* Copyright (c) HashiCorp, Inc.
|
|
* SPDX-License-Identifier: BUSL-1.1
|
|
*/
|
|
|
|
%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;
|
|
}
|