mirror of
https://github.com/billz/raspap-webgui.git
synced 2025-08-14 15:41:12 +02:00
58 lines
1.3 KiB
CSS
58 lines
1.3 KiB
CSS
@font-face {
|
|
font-family: 'RaspAP';
|
|
src: url('fonts/RaspAP.eot?hszbb1');
|
|
src: url('fonts/RaspAP.eot?hszbb1#iefix') format('embedded-opentype'),
|
|
url('fonts/RaspAP.ttf?hszbb1') format('truetype'),
|
|
url('fonts/RaspAP.woff?hszbb1') format('woff'),
|
|
url('fonts/RaspAP.svg?hszbb1#RaspAP') format('svg');
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
font-display: block;
|
|
}
|
|
|
|
[class^="ra-"], [class*=" ra-"] {
|
|
/* use !important to prevent issues with browser extensions that change fonts */
|
|
font-family: 'RaspAP' !important;
|
|
speak: never;
|
|
font-style: normal;
|
|
font-weight: normal;
|
|
font-variant: normal;
|
|
text-transform: none;
|
|
line-height: 1;
|
|
|
|
/* Better Font Rendering =========== */
|
|
-webkit-font-smoothing: antialiased;
|
|
-moz-osx-font-smoothing: grayscale;
|
|
}
|
|
|
|
.ra-wireguard:before {
|
|
font-size: 1.1rem;
|
|
content: "\e900";
|
|
vertical-align: middle;
|
|
}
|
|
.ra-raspap:before {
|
|
content: "\e901";
|
|
color: #2b8080;
|
|
margin-left: 0.1em;
|
|
}
|
|
.ra-tailscale:before {
|
|
font-size: 1.1rem;
|
|
content: "\e902";
|
|
vertical-align: top;
|
|
}
|
|
|
|
.card-header .ra-wireguard:before,
|
|
.card-header .ra-tailscale:before {
|
|
color: #fff;
|
|
}
|
|
|
|
.sidebar .nav-item.active .nav-link span.ra-wireguard:before,
|
|
.sidebar .nav-item.active .nav-link span.ra-tailscale:before {
|
|
color: #6e707e;
|
|
}
|
|
|
|
.sb-nav-link-icon .ra-tailscale {
|
|
margin-bottom: 0.4rem;
|
|
}
|
|
|