
META-INF.resources.butterfaces-less.butterfaces-overlay.less Maven / Gradle / Ivy
The newest version!
@import "butterfaces-spinner";
.butter-component-overlay {
position: fixed;
//top: 0;
//left: 0;
//width: 100%;
//height: 100%;
text-align: center;
z-index: 2000; /* including bootstrap header */
opacity: 0;
display: none;
background-color: rgba(0, 0, 0, 0.5);
border-radius: 6px;
box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
border: 2px solid rgba(0, 0, 0, .2);
&.overlay-body {
top: 0;
left: 0;
width: 100%;
height: 100%;
}
&.overlay-body-child {
position: absolute;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy