mirror of
https://github.com/Novattz/creamlinux-installer.git
synced 2025-12-05 19:45:36 -05:00
styling
This commit is contained in:
5
src/styles/abstracts/_index.scss
Normal file
5
src/styles/abstracts/_index.scss
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
@forward './fonts';
|
||||||
|
@forward './layout';
|
||||||
|
@forward './mixins';
|
||||||
|
@forward './reset';
|
||||||
|
@forward './variables';
|
||||||
@@ -1,3 +1,6 @@
|
|||||||
|
@use '../../themes/index' as *;
|
||||||
|
@use '../../abstracts/index' as *;
|
||||||
|
|
||||||
/*
|
/*
|
||||||
Action button styles
|
Action button styles
|
||||||
Used specifically for game installation/uninstallation
|
Used specifically for game installation/uninstallation
|
||||||
|
|||||||
@@ -1,3 +1,6 @@
|
|||||||
|
@use '../../themes/index' as *;
|
||||||
|
@use '../../abstracts/index' as *;
|
||||||
|
|
||||||
/*
|
/*
|
||||||
Animated checkbox component styles
|
Animated checkbox component styles
|
||||||
*/
|
*/
|
||||||
|
|||||||
@@ -1,3 +1,6 @@
|
|||||||
|
@use '../../themes/index' as *;
|
||||||
|
@use '../../abstracts/index' as *;
|
||||||
|
|
||||||
/*
|
/*
|
||||||
Button component styles
|
Button component styles
|
||||||
Core styling for buttons throughout the application
|
Core styling for buttons throughout the application
|
||||||
|
|||||||
3
src/styles/components/buttons/_index.scss
Normal file
3
src/styles/components/buttons/_index.scss
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
@forward './action_button';
|
||||||
|
@forward './animated_checkbox';
|
||||||
|
@forward './button';
|
||||||
1
src/styles/components/common/_index.scss
Normal file
1
src/styles/components/common/_index.scss
Normal file
@@ -0,0 +1 @@
|
|||||||
|
@forward './loading';
|
||||||
@@ -1,3 +1,6 @@
|
|||||||
|
@use '../../themes/index' as *;
|
||||||
|
@use '../../abstracts/index' as *;
|
||||||
|
|
||||||
/*
|
/*
|
||||||
Loading indicator component styles
|
Loading indicator component styles
|
||||||
*/
|
*/
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
@use '../../variables' as *;
|
@use '../../themes/index' as *;
|
||||||
@use '../../mixins' as *;
|
@use '../../abstracts/index' as *;
|
||||||
|
|
||||||
/*
|
/*
|
||||||
Base dialog styles
|
Base dialog styles
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
@use '../../variables' as *;
|
@use '../../themes/index' as *;
|
||||||
@use '../../mixins' as *;
|
@use '../../abstracts/index' as *;
|
||||||
|
|
||||||
/*
|
/*
|
||||||
DLC Selection Dialog styles
|
DLC Selection Dialog styles
|
||||||
|
|||||||
3
src/styles/components/dialogs/_index.scss
Normal file
3
src/styles/components/dialogs/_index.scss
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
@forward './dialog';
|
||||||
|
@forward './dlc_dialog';
|
||||||
|
@forward './progress_dialog';
|
||||||
@@ -1,3 +1,6 @@
|
|||||||
|
@use '../../themes/index' as *;
|
||||||
|
@use '../../abstracts/index' as *;
|
||||||
|
|
||||||
/*
|
/*
|
||||||
Progress dialog styles
|
Progress dialog styles
|
||||||
For installation/uninstallation progress display
|
For installation/uninstallation progress display
|
||||||
|
|||||||
@@ -1,3 +1,6 @@
|
|||||||
|
@use '../../themes/index' as *;
|
||||||
|
@use '../../abstracts/index' as *;
|
||||||
|
|
||||||
/*
|
/*
|
||||||
Game card styles
|
Game card styles
|
||||||
For game items displayed in the grid
|
For game items displayed in the grid
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
@use '../../variables' as *;
|
@use '../../themes/index' as *;
|
||||||
@use '../../mixins' as *;
|
@use '../../abstracts/index' as *;
|
||||||
|
|
||||||
/*
|
/*
|
||||||
Game list styles
|
Game list styles
|
||||||
|
|||||||
2
src/styles/components/games/_index.scss
Normal file
2
src/styles/components/games/_index.scss
Normal file
@@ -0,0 +1,2 @@
|
|||||||
|
@forward './gamecard';
|
||||||
|
@forward './gamelist';
|
||||||
@@ -1,3 +1,6 @@
|
|||||||
|
@use '../../themes/index' as *;
|
||||||
|
@use '../../abstracts/index' as *;
|
||||||
|
|
||||||
/*
|
/*
|
||||||
Animated background styles
|
Animated background styles
|
||||||
*/
|
*/
|
||||||
|
|||||||
@@ -1,3 +1,6 @@
|
|||||||
|
@use '../../themes/index' as *;
|
||||||
|
@use '../../abstracts/index' as *;
|
||||||
|
|
||||||
/*
|
/*
|
||||||
Header component styles
|
Header component styles
|
||||||
*/
|
*/
|
||||||
|
|||||||
4
src/styles/components/layout/_index.scss
Normal file
4
src/styles/components/layout/_index.scss
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
@forward './background';
|
||||||
|
@forward './header';
|
||||||
|
@forward './loading_screen';
|
||||||
|
@forward './sidebar';
|
||||||
@@ -1,3 +1,6 @@
|
|||||||
|
@use '../../themes/index' as *;
|
||||||
|
@use '../../abstracts/index' as *;
|
||||||
|
|
||||||
/*
|
/*
|
||||||
Initial loading screen styles
|
Initial loading screen styles
|
||||||
*/
|
*/
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
@use '../../variables' as *;
|
@use '../../themes/index' as *;
|
||||||
@use '../../mixins' as *;
|
@use '../../abstracts/index' as *;
|
||||||
|
|
||||||
/*
|
/*
|
||||||
Sidebar component styles
|
Sidebar component styles
|
||||||
|
|||||||
1
src/styles/components/notifications/_index.scss
Normal file
1
src/styles/components/notifications/_index.scss
Normal file
@@ -0,0 +1 @@
|
|||||||
|
@forward './toast';
|
||||||
@@ -1,3 +1,6 @@
|
|||||||
|
@use '../../themes/index' as *;
|
||||||
|
@use '../../abstracts/index' as *;
|
||||||
|
|
||||||
/*
|
/*
|
||||||
Toast notification styles
|
Toast notification styles
|
||||||
*/
|
*/
|
||||||
|
|||||||
@@ -4,42 +4,27 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
/* Basic variables and mixins */
|
/* Basic variables and mixins */
|
||||||
@use './variables' as *;
|
@use 'abstracts/index' as *;
|
||||||
@use './mixins' as *;
|
|
||||||
@use './fonts' as *;
|
|
||||||
|
|
||||||
/* Reset & global styles */
|
@use 'themes/index' as *;
|
||||||
@use './reset';
|
|
||||||
@use './layout';
|
|
||||||
|
|
||||||
/* Layout components */
|
/* Layout components */
|
||||||
@use 'components/layout/header';
|
@use 'components/layout/index' as *;
|
||||||
@use 'components/layout/sidebar';
|
|
||||||
@use 'components/layout/background';
|
|
||||||
@use 'components/layout/loading_screen';
|
|
||||||
|
|
||||||
/* Game components */
|
/* Game components */
|
||||||
@use 'components/games/gamecard';
|
@use 'components/games/index' as *;
|
||||||
@use 'components/games/gamelist';
|
|
||||||
|
|
||||||
/* Button components */
|
/* Button components */
|
||||||
@use 'components/buttons/button';
|
@use 'components/buttons/index' as *;
|
||||||
@use 'components/buttons/action_button';
|
|
||||||
@use 'components/buttons/animated_checkbox';
|
|
||||||
|
|
||||||
/* Dialog components */
|
/* Dialog components */
|
||||||
@use 'components/dialogs/dialog';
|
@use 'components/dialogs/index' as *;
|
||||||
@use 'components/dialogs/progress_dialog';
|
|
||||||
@use 'components/dialogs/dlc_dialog';
|
|
||||||
|
|
||||||
/* Notification components */
|
/* Notification components */
|
||||||
@use 'components/notifications/toast';
|
@use 'components/notifications/index' as *;
|
||||||
|
|
||||||
/* Common components */
|
/* Common components */
|
||||||
@use 'components/common/loading';
|
@use 'components/common/index' as *;
|
||||||
|
|
||||||
/* Page-specific styles */
|
/* Page-specific styles */
|
||||||
//@use 'pages/home';
|
//@use 'pages/home';
|
||||||
|
|
||||||
/* Theme */
|
|
||||||
@use 'themes/dark';
|
|
||||||
|
|||||||
1
src/styles/themes/_index.scss
Normal file
1
src/styles/themes/_index.scss
Normal file
@@ -0,0 +1 @@
|
|||||||
|
@forward './dark';
|
||||||
Reference in New Issue
Block a user