mirror of
https://github.com/RaspAP/raspap-webgui.git
synced 2024-11-21 23:20:22 +00:00
Styled sidebar toggle
This commit is contained in:
parent
7e3e830d00
commit
da6a388fc3
1 changed files with 8 additions and 0 deletions
|
@ -73,6 +73,14 @@ a.nav-link.active {
|
|||
border-color: #c61931;
|
||||
}
|
||||
|
||||
i.fa.fa-bars {
|
||||
color: #d1d3e2;
|
||||
}
|
||||
|
||||
i.fa.fa-bars:hover{
|
||||
color: #6e707e;
|
||||
}
|
||||
|
||||
.info-item {
|
||||
width: 10rem;
|
||||
float: left;
|
||||
|
|
Loading…
Reference in a new issue