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