Plenty more updates

This commit is contained in:
samtaggart
2024-03-01 13:54:41 +03:00
parent f510a81641
commit 27b2e89b8f
99 changed files with 257 additions and 52 deletions

View File

@@ -0,0 +1,39 @@
.ml-webforms-popup-overlay {
top: 0;
bottom: 0;
left: 0;
right: 0;
width: 100%;
height: 100%;
z-index: 2147483640;
display: none;
background: #000;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
filter: alpha(opacity=50);
-moz-opacity: .5;
-khtml-opacity: .5;
opacity: .5
}
.mailerlite-animation {
-webkit-transition: all .5s ease-out;
-moz-transition: all .5s ease-out;
-o-transition: all .5s ease-out;
transition: all .5s ease-out;
}
.mailerlite-form-slidebox {
width: 100%;
}
@media only screen and (max-width: 768px) {
.mailerlite-form-slidebox {
width: 100%;
}
}
@media (max-device-width:768px){
.ml-webforms-popup-overlay{background:0 0!important; display:none!important}
}