mirror of https://github.com/hashicorp/consul
19 lines
369 B
SCSS
19 lines
369 B
SCSS
|
[role='dialog'] {
|
||
|
@extend %modal-dialog;
|
||
|
}
|
||
|
input[name='modal'] {
|
||
|
@extend %modal-control;
|
||
|
}
|
||
|
html.template-with-modal {
|
||
|
@extend %with-modal;
|
||
|
}
|
||
|
%modal-dialog table {
|
||
|
min-height: 149px;
|
||
|
}
|
||
|
// TODO: float right here is too specific, this is currently used just for the role/policy selectors
|
||
|
label.type-dialog {
|
||
|
@extend %anchor;
|
||
|
cursor: pointer;
|
||
|
float: right;
|
||
|
}
|