mirror of
https://github.com/RaspAP/raspap-webgui.git
synced 2024-11-21 15:10:22 +00:00
Style fix for custom wireguard icon
This commit is contained in:
parent
d874668ce1
commit
86a8e0e41d
3 changed files with 5 additions and 2 deletions
|
@ -16,6 +16,10 @@ License: GNU General Public License v3.0
|
||||||
h4.mt-3 { margin-left: 0.5rem; }
|
h4.mt-3 { margin-left: 0.5rem; }
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.sidebar.toggled .nav-item .nav-link {
|
||||||
|
padding: 0.65rem 1rem;
|
||||||
|
}
|
||||||
|
|
||||||
.sidebar-brand-text {
|
.sidebar-brand-text {
|
||||||
text-transform: none;
|
text-transform: none;
|
||||||
color: #212529;
|
color: #212529;
|
||||||
|
|
1
dist/raspap/css/style.css
vendored
1
dist/raspap/css/style.css
vendored
|
@ -32,7 +32,6 @@
|
||||||
.ra-wireguard:before {
|
.ra-wireguard:before {
|
||||||
font-size: 1.2rem;
|
font-size: 1.2rem;
|
||||||
content: "\e900";
|
content: "\e900";
|
||||||
color: #d1d3e2;
|
|
||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -57,7 +57,7 @@
|
||||||
<?php endif; ?>
|
<?php endif; ?>
|
||||||
<?php if (RASPI_WIREGUARD_ENABLED) : ?>
|
<?php if (RASPI_WIREGUARD_ENABLED) : ?>
|
||||||
<li class="nav-item">
|
<li class="nav-item">
|
||||||
<a class="nav-link" href="wg_conf"><span class="ra-wireguard mr-2"></span><span class="nav-label"><?php echo _("WireGuard"); ?></a>
|
<a class="nav-link" href="wg_conf"><i class="ra-wireguard mr-2"></i><span class="nav-label"><?php echo _("WireGuard"); ?></a>
|
||||||
</li>
|
</li>
|
||||||
<?php endif; ?>
|
<?php endif; ?>
|
||||||
<?php if (RASPI_VPN_PROVIDER_ENABLED) : ?>
|
<?php if (RASPI_VPN_PROVIDER_ENABLED) : ?>
|
||||||
|
|
Loading…
Reference in a new issue