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

@@ -0,0 +1,15 @@
/*!*
* This file is part of the SplendidBear Websites' projects.
*
* Copyright (c) 2026 @ www.splendidbear.org
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
$font-path: "/webfonts";
@import '@fortawesome/fontawesome-free/scss/fontawesome';
@import '@fortawesome/fontawesome-free/scss/brands';
@import '@fortawesome/fontawesome-free/scss/solid';
@import '@fortawesome/fontawesome-free/scss/regular';

View File

@@ -0,0 +1,12 @@
/*!*
* This file is part of the SplendidBear Websites' projects.
*
* Copyright (c) 2026 @ www.splendidbear.org
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
@import '@fontsource/rajdhani';
@import '@fontsource/changa-one';
@import '@fontsource/open-sans/700';

View File

@@ -1,3 +1,12 @@
/*!*
* This file is part of the SplendidBear Websites' projects.
*
* Copyright (c) 2026 @ www.splendidbear.org
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
.profile-page {
max-width: 900px;
margin: 0 auto;
@@ -643,7 +652,6 @@
i {
font-size: 40px;
display: block;
margin-bottom: 16px;
opacity: 0.4;
}

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 {

View File

@@ -1,5 +1,14 @@
@import url('https://fonts.googleapis.com/css?family=Rajdhani:300,400,500,600,700&subset=latin-ext');
@import url('https://maxcdn.bootstrapcdn.com/font-awesome/4.6.3/css/font-awesome.min.css');
/*!*
* This file is part of the SplendidBear Websites' projects.
*
* Copyright (c) 2026 @ www.splendidbear.org
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
@import 'fonts-config';
@import 'fontawesome-config';
@import "style";
@import "style.homepage";

View File

@@ -1,6 +1,15 @@
/*!*
* This file is part of the SplendidBear Websites' projects.
*
* Copyright (c) 2026 @ www.splendidbear.org
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
@import "style";
@import url('https://fonts.googleapis.com/css?family=Changa+One|Open+Sans:700');
@import url('https://maxcdn.bootstrapcdn.com/font-awesome/4.6.3/css/font-awesome.min.css');
@import 'fonts-config';
@import 'fontawesome-config';
@import 'mineseeker/base';
@import 'mineseeker/overlay';
@@ -11,4 +20,4 @@
@import 'mineseeker/back-button';
@import 'mineseeker/timer';
@import 'mineseeker/responsive';
@import 'mineseeker/waiting-dialog';
@import 'mineseeker/waiting-dialog';

View File

@@ -38,14 +38,6 @@ const DIALOG_SX = {
color: '#e0e0e0',
},
'& .MuiFormHelperText-root': {
backgroundImage: `
linear-gradient(rgba(35, 111, 135, 0.08) 1px, transparent 1px),
linear-gradient(90deg, rgba(35, 111, 135, 0.08) 1px, transparent 1px)
`,
backgroundSize: '46px 46px',
border: '1px solid rgba(35, 111, 135, 0.4)',
borderRadius: '12px',
boxShadow: '0 0 80px rgba(35, 111, 135, 0.15), 0 32px 80px rgba(0, 0, 0, 0.9)',
width: '500px',
maxWidth: '94vw',
overflow: 'hidden',