fixed errors

This commit is contained in:
Daniel Barbero Martin 2019-11-13 13:29:09 +01:00
parent 875d4430a7
commit 5f8ec8f89c

View File

@ -34,6 +34,24 @@
.container-msg-target-modal {
max-height: 400px;
overflow: initial;
padding-right: 20px;
padding-left: 20px;
}
.container-msg-target-modal p {
font-family: "lato-lighter", "Open Sans", sans-serif;
text-align: center;
margin-bottom: 20px;
font-weight: bolder;
}
.container-msg-target-modal pre {
font-family: "lato-lighter", "Open Sans", sans-serif;
padding: 15px;
white-space: pre-wrap;
background-color: #f2f6f7;
border: 3px dashed grey;
border-radius: 10px;
}
ul.wizard li > textarea {