56 lines
694 B
CSS
56 lines
694 B
CSS
.sidebar {
|
|
height: 100vh;
|
|
position: fixed;
|
|
}
|
|
|
|
.sidebar h2 {
|
|
text-align: center;
|
|
}
|
|
|
|
.credits {
|
|
text-align: center;
|
|
font-size: small;
|
|
}
|
|
|
|
.credits a {
|
|
color: inherit;
|
|
text-decoration: underline;
|
|
}
|
|
|
|
.badge {
|
|
padding: 3px 10px;
|
|
font-size: 0.8rem;
|
|
letter-spacing: 1px;
|
|
border-radius: 14px;
|
|
}
|
|
|
|
.sidebar-icon {
|
|
font-family: "Font Awesome 5 Free";
|
|
font-size: 1rem;
|
|
}
|
|
|
|
.menu-item {
|
|
color: rgb(255, 255, 255);
|
|
}
|
|
|
|
.menu-item:hover {
|
|
color: rgb(255, 255, 255);
|
|
}
|
|
|
|
.pro-inner-item {
|
|
margin-bottom: 10px;
|
|
}
|
|
|
|
.sidebar-entity {
|
|
font-size: 1.2rem;
|
|
}
|
|
|
|
.sidebar-item-prefix {
|
|
font-family: "Font Awesome 5 Free";
|
|
}
|
|
|
|
.pro-sidebar-layout * {
|
|
color: white;
|
|
text-shadow: none;
|
|
}
|