mirror of
https://github.com/billz/raspap-webgui.git
synced 2025-03-01 10:31:47 +00:00
Style tweaks
This commit is contained in:
parent
ec11a527d7
commit
063a2b1eaf
@ -16,6 +16,11 @@ License: GNU General Public License v3.0
|
||||
h4.mt-3 { margin-left: 0.5rem; }
|
||||
}
|
||||
|
||||
a {
|
||||
color: #2b8080;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.sb-sidenav .sb-sidenav-menu .nav .nav-link {
|
||||
padding-top: 0.6rem;
|
||||
padding-bottom: 0.6rem;
|
||||
@ -291,6 +296,12 @@ button > i.fas {
|
||||
border-bottom-right-radius: 0.35rem;
|
||||
}
|
||||
|
||||
.nav-user {
|
||||
position: relative;
|
||||
bottom: 11px;
|
||||
right: 3px;
|
||||
}
|
||||
|
||||
.bg-dark {
|
||||
border-radius: 5px;
|
||||
}
|
||||
|
@ -18,6 +18,10 @@ body {
|
||||
background-color: #f8f9fc;
|
||||
}
|
||||
|
||||
a {
|
||||
color: <?php echo $color; ?>;
|
||||
text-decoration: none;
|
||||
}
|
||||
.sb-sidenav-light .sb-sidenav-menu .nav-link:hover {
|
||||
color: <?php echo $color; ?>;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user