|
|
@ -17,62 +17,64 @@
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.cp-modal-container {
|
|
|
|
.modal_main() {
|
|
|
|
display: none;
|
|
|
|
.cp-modal-container {
|
|
|
|
|
|
|
|
display: none;
|
|
|
|
z-index: 100000; //Z modal container
|
|
|
|
|
|
|
|
position: absolute;
|
|
|
|
|
|
|
|
top: 0;
|
|
|
|
|
|
|
|
bottom: 0;
|
|
|
|
|
|
|
|
left: 0;
|
|
|
|
|
|
|
|
right: 0;
|
|
|
|
|
|
|
|
background-color: @colortheme_modal-dim;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.cp-modal {
|
|
|
|
|
|
|
|
background-color: @colortheme_modal-bg;
|
|
|
|
|
|
|
|
color: @colortheme_modal-fg;
|
|
|
|
|
|
|
|
box-shadow: @variables_shadow;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
padding: @variables_padding;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
z-index: 100000; //Z modal container
|
|
|
|
position: absolute;
|
|
|
|
position: absolute;
|
|
|
|
top: 15vh; bottom: 15vh;
|
|
|
|
top: 0;
|
|
|
|
left: 10vw; right: 10vw;
|
|
|
|
bottom: 0;
|
|
|
|
|
|
|
|
left: 0;
|
|
|
|
overflow: auto;
|
|
|
|
right: 0;
|
|
|
|
|
|
|
|
background-color: @colortheme_modal-dim;
|
|
|
|
font-family: @colortheme_font;
|
|
|
|
|
|
|
|
text-align: center;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
& > p {
|
|
|
|
.cp-modal {
|
|
|
|
margin-bottom: 1em;
|
|
|
|
background-color: @colortheme_modal-bg;
|
|
|
|
}
|
|
|
|
color: @colortheme_modal-fg;
|
|
|
|
|
|
|
|
box-shadow: @variables_shadow;
|
|
|
|
.cp-modal-form {
|
|
|
|
|
|
|
|
display: flex;
|
|
|
|
|
|
|
|
flex-wrap: wrap;
|
|
|
|
|
|
|
|
align-items: center;
|
|
|
|
|
|
|
|
justify-content: center;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
input {
|
|
|
|
|
|
|
|
background-color: @colortheme_modal-input;
|
|
|
|
|
|
|
|
color: @colortheme_modal-input-fg;
|
|
|
|
|
|
|
|
border: 0;
|
|
|
|
|
|
|
|
padding: 8px 12px;
|
|
|
|
|
|
|
|
margin: 1em;
|
|
|
|
|
|
|
|
width: 300px;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.cp-modal-close {
|
|
|
|
padding: @variables_padding;
|
|
|
|
text-shadow: none;
|
|
|
|
|
|
|
|
color: inherit;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
position: absolute;
|
|
|
|
position: absolute;
|
|
|
|
top: 0;
|
|
|
|
top: 15vh; bottom: 15vh;
|
|
|
|
right: 0;
|
|
|
|
left: 10vw; right: 10vw;
|
|
|
|
margin: @variables_padding;
|
|
|
|
|
|
|
|
cursor: pointer;
|
|
|
|
overflow: auto;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
font-family: @colortheme_font;
|
|
|
|
|
|
|
|
text-align: center;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
& > p {
|
|
|
|
|
|
|
|
margin-bottom: 1em;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.cp-modal-form {
|
|
|
|
|
|
|
|
display: flex;
|
|
|
|
|
|
|
|
flex-wrap: wrap;
|
|
|
|
|
|
|
|
align-items: center;
|
|
|
|
|
|
|
|
justify-content: center;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
input {
|
|
|
|
|
|
|
|
background-color: @colortheme_modal-input;
|
|
|
|
|
|
|
|
color: @colortheme_modal-input-fg;
|
|
|
|
|
|
|
|
border: 0;
|
|
|
|
|
|
|
|
padding: 8px 12px;
|
|
|
|
|
|
|
|
margin: 1em;
|
|
|
|
|
|
|
|
width: 300px;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.cp-modal-close {
|
|
|
|
|
|
|
|
text-shadow: none;
|
|
|
|
|
|
|
|
color: inherit;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
position: absolute;
|
|
|
|
|
|
|
|
top: 0;
|
|
|
|
|
|
|
|
right: 0;
|
|
|
|
|
|
|
|
margin: @variables_padding;
|
|
|
|
|
|
|
|
cursor: pointer;
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|