2021-03-09 09:30:01 +00:00
|
|
|
%modal-layer {
|
|
|
|
height: 0;
|
2019-11-25 17:43:25 +00:00
|
|
|
}
|
2021-03-09 09:30:01 +00:00
|
|
|
/*TODO: Should these be here? */
|
|
|
|
%modal-window table {
|
|
|
|
height: 150px !important;
|
2019-11-25 17:43:25 +00:00
|
|
|
}
|
2021-03-09 09:30:01 +00:00
|
|
|
%modal-window tbody {
|
|
|
|
max-height: 100px;
|
2019-11-25 17:43:25 +00:00
|
|
|
}
|
2021-03-09 09:30:01 +00:00
|
|
|
%modal-dialog table {
|
|
|
|
min-height: 149px;
|
2019-11-25 17:43:25 +00:00
|
|
|
}
|
2021-03-09 09:30:01 +00:00
|
|
|
%modal-dialog > div:first-child {
|
|
|
|
@extend %modal-dialog-overlay;
|
2019-11-25 17:43:25 +00:00
|
|
|
}
|
2021-03-09 09:30:01 +00:00
|
|
|
%modal-dialog,
|
|
|
|
%modal-dialog-overlay {
|
|
|
|
position: fixed;
|
2019-11-25 17:43:25 +00:00
|
|
|
top: 0;
|
2021-03-09 09:30:01 +00:00
|
|
|
right: 0;
|
|
|
|
bottom: 0;
|
2019-11-25 17:43:25 +00:00
|
|
|
left: 0;
|
|
|
|
}
|
2021-03-09 09:30:01 +00:00
|
|
|
|
|
|
|
%modal-dialog {
|
|
|
|
z-index: 500;
|
2019-11-25 17:43:25 +00:00
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
|
|
justify-content: center;
|
|
|
|
height: 100%;
|
|
|
|
}
|
2021-03-09 09:30:01 +00:00
|
|
|
|
|
|
|
%modal-dialog[aria-hidden='true'] {
|
|
|
|
display: none;
|
2019-11-25 17:43:25 +00:00
|
|
|
}
|
2021-03-09 09:30:01 +00:00
|
|
|
%modal-window {
|
|
|
|
margin: auto;
|
|
|
|
z-index: 2;
|
|
|
|
position: relative;
|
2019-11-25 17:43:25 +00:00
|
|
|
}
|
|
|
|
/**/
|
|
|
|
%modal-window {
|
|
|
|
max-width: 855px;
|
|
|
|
position: relative;
|
|
|
|
}
|
|
|
|
%modal-window > * {
|
|
|
|
padding-left: 15px;
|
|
|
|
padding-right: 15px;
|
|
|
|
}
|
|
|
|
%modal-window > div {
|
|
|
|
overflow-y: auto;
|
|
|
|
max-height: 80vh;
|
|
|
|
padding: 20px 23px;
|
|
|
|
}
|
|
|
|
%modal-window > footer,
|
|
|
|
%modal-window > header {
|
|
|
|
padding-top: 12px;
|
|
|
|
padding-bottom: 10px;
|
|
|
|
}
|
|
|
|
%modal-window > header {
|
|
|
|
position: relative;
|
|
|
|
}
|
2021-03-09 09:30:01 +00:00
|
|
|
%modal-window > header [data-a11y-dialog-hide] {
|
2019-11-25 17:43:25 +00:00
|
|
|
float: right;
|
|
|
|
text-indent: -9000px;
|
2020-11-06 14:57:19 +00:00
|
|
|
width: 24px;
|
|
|
|
height: 24px;
|
|
|
|
margin-top: -3px;
|
2019-11-25 17:43:25 +00:00
|
|
|
}
|