integre-newsleter

This commit is contained in:
2019-06-13 16:19:04 +02:00
parent 6513708b15
commit bcb528adbc
6 changed files with 507 additions and 17 deletions

View File

@@ -377,6 +377,9 @@
.start:not(#form)#event .title{
width: 90%!important;
}
#mlb2-985974.ml-form-embedContainer .ml-form-embedWrapper.embedForm{
width: 70%!important;
}
}
@media screen and (max-width: 750px) {
@@ -574,4 +577,26 @@
}
}
}
#mlb2-985974.ml-form-embedContainer .ml-form-embedWrapper.embedForm{
width: 90%!important;
}
#mlb2-985974.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody.ml-form-embedBodyHorizontal{
display: block!important;
}
#newsletter #mlb2-985974.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedContent label{
white-space: normal!important;
}
#mlb2-985974.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedContent{
border: 1px solid white!important;
border-radius: 30px;
margin-bottom: 20px;
}
#mlb2-985974.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody.ml-form-embedBodyHorizontal {
border:none!important;
border-radius: 0px!important;
}
#mlb2-985974.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow input{
text-align: center;
}
}