Your IP : 216.73.217.77


Current Path : /home/users/unlimited/www/foodbank.codeskitter.site/public/frontend/sass/1-helpers/
Upload File :
Current File : /home/users/unlimited/www/foodbank.codeskitter.site/public/frontend/sass/1-helpers/_utils.scss

@include laptop-breakpoint {
    .content-reverse { 
        flex-direction: column-reverse; 
    }
}

.activate {
    @include transition-linear;
}

.actiavte.active {
    background-color: var(--primary);
    color: var(--white);
}

.px-12 {
    padding-left: 12px;
    padding-right: 12px;
}

.mt-24 {
    margin-top: 24px;
}

.text-inherit {
    text-transform: inherit;
}