2019-04-30 12:22:09 -04:00

28 lines
445 B
SCSS
Executable File

.modal-container {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.8);
z-index: 32;
}
.modal-container>.uk-card {
position: absolute;
left: 0;
right: 0;
top: 10%;
width: 80%;
max-width: 800px;
margin: auto;
background: white;
}
.modal-title {
display:flex;
justify-content:space-between;
>svg {
height: 1em;
}
}