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/_navbar.scss
.rishi-ad{
    &_navbar{
        padding-inline-end: 8px;
        padding-block-start: 24px;
        border-inline-end: $border;
        height: 100%;
        &-nav{
            display: flex;
            flex-direction: column;
            margin: 0;
        }
        &-link{
            padding: 8px 12px;
            line-height: 1.77;
            color: $fontColor;
            text-decoration: none;
            display: flex;
            align-items: center;
            gap: 12px;
            position: relative;
            border-radius: 6px;
            font: {
                weight: 600;
            }

            .rishi-ad_icon {
                font-size: 24px;
            }
            &:focus{
                box-shadow: none;
            }
        }
        li + li {
            margin-top: 16px;
        }
        li{
            margin-bottom: 0;
            &.current, &:hover{
                .rishi-ad_navbar-link{
                    color: $primaryColor;
                    background-color: $primaryAccent2;
                }
            }
        }
    }
}