Extract admin dashboard from ghabilee-frontend2 into a dedicated Next.js app for backoffice.ghabilee.ir (no SEO indexing / Clarity).
35 lines
508 B
SCSS
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;
|
|
}
|
|
}
|
|
}
|