You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
233 B
20 lines
233 B
.container {
|
|
width: 100%;
|
|
height: 100% - 2.5%;
|
|
}
|
|
|
|
.sidenav-content {}
|
|
|
|
.sidenav {
|
|
padding: 20px;
|
|
}
|
|
|
|
.spacer {
|
|
flex: 1 1 auto;
|
|
}
|
|
|
|
.routeUrl:hover {
|
|
background: rgba(0, 0, 0, 0.13);
|
|
cursor: pointer;
|
|
border-radius: 5px;
|
|
}
|
|
|