HEX
Server: LiteSpeed
System: Linux premium212.web-hosting.com 4.18.0-553.124.4.lve.el8.x86_64 #1 SMP Fri May 15 13:02:13 UTC 2026 x86_64
User: vitanhod (1367)
PHP: 8.2.31
Disabled: NONE
Upload Files
File: //home/vitanhod/barnabites.es/wp-content/themes/rishi/inc/dashboard/scss/_utility.scss
.rishi-ad {
    .relative {
        position: relative;
    }

    .height-full {
        height: 100%;
    }

    .m-bottom-md {
        margin-block-end: 48px;
    }

    .m-bottom-sm {
        margin-block-end: 32px;
    }

    .text-center {
        text-align: center;
    }

    .flex {
        display: flex;
    }

    .has-border-radius {
        border-radius: 10px;
    }

    .fs-14 {
        font-size: 0.875em;
        line-height: 1.571;
    }

    .fs-18 {
        font-size: 1.125em;
        line-height: 1.111;
    }

    .fs-20 {
        font-size: 1.25em;
        line-height: 1.4;
    }

    .fw-500 {
        font-weight: 500;
    }

    .fw-600 {
        font-weight: 600;
    }

    .has-bg-white {
        background-color: $white-color;
    }

    .has-bg-primary-accent {
        background-color: rgba($primaryColor-rgb, 0.05);
    }

    .has-border {
        border: $border;
    }

    .has-border-bottom {
        border-bottom: $border;
    }

    .p-16 {
        padding: 16px;
    }

    .p-20 {
        padding: 20px;
    }

    .img-full-width {
        width: 100%;
    }

    .align-bottom {
        margin: auto 0 0 0;
    }
}