@import url('https://fonts.googleapis.com/css2?family=Poppins&family=Roboto&display=swap'); | |
.sideBox{ | |
height: 100%; | |
} | |
#sideNavbar { | |
font-family: 'Poppins', sans-serif; | |
transition: 0.4s; | |
} | |
#sideNavbar ul { | |
margin: 0; | |
padding: 0.5rem 0 0.5rem 2rem; | |
list-style: none; | |
} | |
#sideNavbar ul li a { | |
padding: 0.6rem 0.8rem; | |
display: block; | |
font-size: 1.1rem; | |
color: #878787; | |
border-left: 3px solid transparent; | |
} | |
#sideNavbar ul li a:hover { | |
text-decoration: none; | |
color: #000; | |
background-color: #EFF2F7; | |
} | |
.activePage{ | |
color: #000 ; | |
background-color: #f1eeff ; | |
border-left: 3px solid #7255F6 ; | |
} | |
.activePage:hover { | |
color: #000 ; | |
background-color: #f1eeff ; | |
border-left: 3px solid #7255F6 ; | |
} | |
.iconC { | |
margin-right: 5px; | |
} | |
.sideBrand { | |
color: #000; | |
text-align: center; | |
margin-top: 0.5rem; | |
margin-bottom: 1.5rem; | |
display: flex; | |
align-items: center; | |
justify-content: center; | |
} | |
.sideBrand h2 { | |
font-weight: 700; | |
font-size: 1.5rem; | |
margin-bottom: 0; | |
} | |
.sideBrnIcon { | |
font-size: 2.5rem; | |
font-weight: 700; | |
color: #7255F6; | |
margin-right: 5px; | |
} |