mirror of
https://github.com/RaspAP/raspap-webgui.git
synced 2024-11-21 15:10:22 +00:00
Style tweaks
This commit is contained in:
parent
ec11a527d7
commit
063a2b1eaf
2 changed files with 15 additions and 0 deletions
|
@ -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…
Reference in a new issue