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

23 lines
364 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%;
z-index: 1000;
overflow-y: auto;
}
.content-area {
margin-left: 16.67%;
overflow-y: auto;
padding-left: 1rem;
padding-right: 1rem;
height: 100vh;
}