Private
Public Access
1
0

chg: pkg: remove unnecessary cdn based fonts #4

This commit is contained in:
2026-04-13 20:38:22 +02:00
parent 2e8d878337
commit 3db8a30115
20 changed files with 173 additions and 5557 deletions

View File

@@ -1,3 +1,5 @@
@use "sass:color";
.twofa-status {
display: flex;
align-items: center;
@@ -220,7 +222,7 @@ $bg-hover: rgba(35, 111, 135, 0.15);
color: white;
&:hover {
background: darken($warning, 10%);
background: color.adjust($warning, $lightness: -10%);
}
}
@@ -229,7 +231,7 @@ $bg-hover: rgba(35, 111, 135, 0.15);
color: white;
&:hover {
background: darken($danger, 10%);
background: color.adjust($danger, $lightness: -10%);
}
}
@@ -249,7 +251,6 @@ $bg-hover: rgba(35, 111, 135, 0.15);
font-size: 48px;
color: #455a64;
margin-bottom: 15px;
display: block;
}
&__text {