Initial commit

This commit is contained in:
dahoud
2025-10-01 01:39:07 +00:00
commit b430bf3b96
826 changed files with 255287 additions and 0 deletions

View File

@@ -0,0 +1,182 @@
.layout-sidebar {
position: fixed;
height: 100%;
top: 0;
left: 0;
width: 21rem;
display: flex;
flex-direction: column;
border-radius: 0px 40px 40px 0px;
.sidebar-header {
padding: 1.7rem 1.57rem 0.5rem 2.42rem;
display: flex;
justify-content: flex-start;
align-items: center;
.app-logo {
width: 100%;
.app-logo-normal {
display: inline;
img {
height: 1.714rem;
border: 0 none;
}
}
.app-logo-small {
img {
height: 2.5rem;
border: 0 none;
}
display: none;
}
}
}
.layout-menu-container {
overflow: auto;
flex: 1;
padding-bottom: 2rem;
}
.layout-menu {
margin: 0;
padding: 0 1.5rem;
list-style-type: none;
> li {
margin-bottom: 2.25rem;
&:first-child {
margin-top: 2rem;
}
}
li {
border-radius: 8px;
a {
border-left: 8px solid transparent;
}
}
.layout-root-menuitem {
> div {
padding-left: 1.5rem;
margin-bottom: 0.5rem;
font-size: 12px;
> .layout-menuitem-text {
font-size: 0.857rem;
font-weight: 600;
text-transform: uppercase;
}
}
> a {
display: none;
}
}
a {
user-select: none;
&.active-menuitem {
> .layout-submenu-toggler {
transform: rotate(-180deg);
}
}
}
li.active-menuitem {
background-color: var(--root-menu-item-hover-bg);
> a {
border-left-color: var(--primary-color);
background-color: var(--root-menu-item-hover-bg);
.layout-submenu-toggler {
transform: rotate(-180deg);
}
}
> ul {
max-height: 1000px;
transition: max-height 1s ease-in-out;
}
}
ul {
margin: 0;
padding: 0;
list-style-type: none;
a {
display: flex;
align-items: center;
position: relative;
outline: 0 none;
color: var(--text-color);
cursor: pointer;
padding: 0.5rem 1rem;
border-radius: 8px;
transition: background-color var(--transition-duration), box-shadow var(--transition-duration);
.layout-menuitem-icon {
margin-right: 0.5rem;
}
.layout-submenu-toggler {
font-size: 75%;
margin-left: auto;
transition: transform var(--transition-duration);
}
&.active-route {
border-left-color: var(--primary-color);
background-color: var(--root-menu-item-hover-bg);
}
&:hover {
background-color: var(--root-menu-item-hover-bg);
}
}
ul {
overflow: hidden;
border-radius: var(--border-radius);
max-height: 0;
transition: max-height 0.45s cubic-bezier(0.86, 0, 0.07, 1);
li {
a {
padding-left: 2.5rem;
}
li {
a {
padding-left: 3rem;
}
li {
a {
padding-left: 3.5rem;
}
li {
a {
padding-left: 4rem;
}
li {
a {
padding-left: 5.5rem;
}
li {
a {
padding-left: 5rem;
}
}
}
}
}
}
}
}
}
}
}