1
0
mirror of https://github.com/billz/raspap-webgui.git synced 2023-10-10 13:37:24 +02:00

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; 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 { .sidebar.toggled .nav-item .nav-link span {
display: none; display: none;
} .sidebar .nav-item .nav-link i, } .sidebar .nav-item .nav-link i,

View File

@ -85,8 +85,8 @@ h5.card-title {
} }
.sidebar-brand-icon { .sidebar-brand-icon {
visibility: collapse; filter: invert(65%) sepia(900%) saturate(536%) hue-rotate(68deg) brightness(100%) contrast(120%);
width: 0px; width: 30px;
} }
a:focus, a:hover { a:focus, a:hover {
@ -157,6 +157,16 @@ hr {
background-color: #81ff61; 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 { .card-footer {
background-color: #000; background-color: #000;
border-top: 1px solid #2ee600; border-top: 1px solid #2ee600;