refactor: update loading styles and introduce faint gradient variables
This commit is contained in:
@@ -58,6 +58,9 @@ $acent-gradient: linear-gradient(
|
||||
#925df3 100%
|
||||
); // Light mode accent gradient
|
||||
|
||||
$faint-gradient: radial-gradient(circle, #bfe0f8 0%, #e9ebff 46%, #e2acff 100%);
|
||||
$faint-gradient-dark: radial-gradient(circle, #31373b 0%, #48494b 46%, #52415c 100%);
|
||||
|
||||
// ========================================================================
|
||||
// Typography
|
||||
// ========================================================================
|
||||
|
||||
Reference in New Issue
Block a user