21 lines
392 B
SCSS
21 lines
392 B
SCSS
.BSsideNav {
|
|
height: 95vh;
|
|
width: 50px;
|
|
display: flex;
|
|
border-right: 1px solid rgb(204, 198, 198);
|
|
background-color: white;
|
|
position: absolute;
|
|
top: 40px;
|
|
z-index: 1 !important;
|
|
align-items: center;
|
|
justify-content: center;
|
|
}
|
|
.BSNavBar2-sidemenu-ico {
|
|
display: flex;
|
|
flex-direction: column;
|
|
row-gap: 2rem;
|
|
font-size: 20px;
|
|
color: black;
|
|
align-items: center;
|
|
}
|