File: /home/hanode/public_html/wp-content/plugins/ml-slider/admin/assets/css/gutenberg/editor-block.css
.components-placeholder.ms-loader {
position: absolute;
width: 100%;
height: 100%;
z-index: 3;
top: 0;
left: 0;
background: rgba(243, 243, 244, 0.83);
min-height: 50px;
}
.wp-block-metaslider-slider iframe {
transition: height 0.6s;
width:100%;
}
.ms-preview {
position: relative;
}
.ms-preview__trigger {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
}
.components-base-control.ms-loading .is-active.spinner {
margin-top: -2px;
float: none;
margin-left: 0;
}
.ms-plugin-link {
display: block;
padding: 15px;
border-top: 1px solid #e2e4e7;
border-bottom: 1px solid #e2e4e7;
margin-left: -16px;
margin-right: -16px;
margin-top: 17px;
}
.ms-edit-current-slideshow {
position: relative;
float: right;
margin-top: -11px;
font-size: .95em;
}
.ms-edit-current-slideshow::before {
content: "\f474";
font-family: dashicons;
position: absolute;
left: -19px;
transform: rotate(90deg);
color: #CCC;
font-size: 1.2em;
}