13 lines
192 B
SCSS
13 lines
192 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;
|
||
|
}
|