frontend-smartfarming/agrilink_vocpro/src/app/pages/dashboard/layouts/layouts.component.scss

24 lines
377 B
SCSS
Raw Normal View History

.background {
2024-09-17 06:50:34 +00:00
background-color: #16423C;
border-radius: 0px 15px 15px 0px;
}
.sidebar-fixed {
position: fixed;
top: 0;
bottom: 0;
left: 0;
width: 16.67%;
2024-11-08 03:32:18 +00:00
z-index: 1;
overflow-y: auto;
}
.content-area {
2024-11-08 03:32:18 +00:00
z-index: 0;
margin-left: 16.67%;
overflow-y: auto;
padding-left: 1rem;
padding-right: 1rem;
height: 100vh;
}