2018-10-19 15:17:02 +00:00
|
|
|
[role='dialog'] {
|
|
|
|
@extend %modal-dialog;
|
|
|
|
}
|
|
|
|
input[name='modal'] {
|
|
|
|
@extend %modal-control;
|
|
|
|
}
|
|
|
|
html.template-with-modal {
|
|
|
|
@extend %with-modal;
|
|
|
|
}
|
|
|
|
%modal-dialog table {
|
|
|
|
min-height: 149px;
|
|
|
|
}
|
2020-09-22 17:20:44 +00:00
|
|
|
// 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;
|
|
|
|
}
|