Files
linkwarden/src/styles/SideBar.css
T
2022-06-23 20:23:52 +04:30

58 lines
754 B
CSS

.sidebar {
height: 100vh;
position: fixed;
}
.sidebar h3 {
text-align: center;
}
.credits {
text-align: center;
font-size: small;
}
.credits a {
color: inherit;
text-decoration: underline;
}
.pro-sidebar-layout {
background: #384952;
text-shadow: none;
color: white;
}
.badge {
padding: 3px 10px;
font-size: 0.8rem;
letter-spacing: 1px;
border-radius: 14px;
background-color: rgb(52, 121, 181);
}
.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";
}