Style tweaks

This commit is contained in:
billz 2019-10-29 18:30:07 +00:00
parent c557a846f0
commit 35177d32ba
2 changed files with 18 additions and 2 deletions

View File

@ -178,6 +178,12 @@ pre.unstyled {
min-width: 10rem;
}
.sidebar.toggled .nav-item .nav-link {
text-align: center;
padding: .6rem 1rem;
width: 6.5rem;
}
.sidebar.toggled .nav-item .nav-link span {
display: none;
} .sidebar .nav-item .nav-link i,

View File

@ -85,8 +85,8 @@ h5.card-title {
}
.sidebar-brand-icon {
visibility: collapse;
width: 0px;
filter: invert(65%) sepia(900%) saturate(536%) hue-rotate(68deg) brightness(100%) contrast(120%);
width: 30px;
}
a:focus, a:hover {
@ -157,6 +157,16 @@ hr {
background-color: #81ff61;
}
.sidebar.toggled .nav-item .nav-link span {
display: none;
}
.sidebar.toggled .nav-item .nav-link {
text-align: center;
padding: .6rem 1rem;
width: 6.5rem;
}
.card-footer {
background-color: #000;
border-top: 1px solid #2ee600;