|
|
@ -41,6 +41,7 @@
|
|
|
|
box-shadow: @variables_shadow;
|
|
|
|
box-shadow: @variables_shadow;
|
|
|
|
|
|
|
|
|
|
|
|
padding: @variables_padding;
|
|
|
|
padding: @variables_padding;
|
|
|
|
|
|
|
|
padding-top: @variables_padding * 2;
|
|
|
|
|
|
|
|
|
|
|
|
position: relative;
|
|
|
|
position: relative;
|
|
|
|
//top: 15vh; bottom: 15vh;
|
|
|
|
//top: 15vh; bottom: 15vh;
|
|
|
@ -57,6 +58,11 @@
|
|
|
|
margin-bottom: 1em;
|
|
|
|
margin-bottom: 1em;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
& > p:not(.cp-modal-form) {
|
|
|
|
|
|
|
|
text-align: left; // XXX needs testing
|
|
|
|
|
|
|
|
margin-right: 30px;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.cp-modal-form {
|
|
|
|
.cp-modal-form {
|
|
|
|
display: flex;
|
|
|
|
display: flex;
|
|
|
|
flex-wrap: wrap;
|
|
|
|
flex-wrap: wrap;
|
|
|
|