admin/styles/userSidebar.scss
alisaza e1eaf5eff5 feat: initial ghabilee-admin backoffice app
Extract admin dashboard from ghabilee-frontend2 into a dedicated Next.js
app for backoffice.ghabilee.ir (no SEO indexing / Clarity).
2026-09-05 13:12:59 +03:30

35 lines
508 B
SCSS

.sidebar-links-active {
&:before {
content: '';
width: 5px;
height: 100%;
position: absolute;
right: 0;
background-color: var(--color-primary);
border-radius: 10px;
}
}
.sidebar-accordion {
h2 {
button {
padding: 16px 2px;
position: relative;
span {
position: absolute;
right: 26px;
}
}
}
section {
div {
padding: 2px;
display: flex;
flex-direction: column;
align-items: center;
}
}
}