HOME


sh-3ll 1.0
DIR:/proc/self/cwd/bright.medisavehealthcarebd.com/assets/frontend/css/scss/abstracts/
Upload File :
Current File : //proc/self/cwd/bright.medisavehealthcarebd.com/assets/frontend/css/scss/abstracts/_mixin.scss
// FlexBox Center
@mixin flexCenter {
    display: flex;
    justify-content: center;
    align-items: center;
}
// Overlay
@mixin beforeOverlay {
    top: 0;
    width: 0;
    content: "";
    width: 100%;
    height: 100%;
    opacity: 0.6;
    z-index: -18;
    position: absolute;
    background: $color_primary;
}