Restructure project: add base theme and all modules like example
This commit is contained in:
16
example/complete.css
Normal file
16
example/complete.css
Normal file
@@ -0,0 +1,16 @@
|
||||
/*
|
||||
The complete pack of the Jamfin theme. This file includes all the modules and the main theme.
|
||||
If you wish to use only some of the modules, you can import them individually.
|
||||
You can grab the base theme by changing jamfin.css to base.css in the first line.
|
||||
*/
|
||||
|
||||
@import url("https://cdn.jsdelivr.net/gh/JamsRepos/Jamfin@latest/theme/base.css");
|
||||
@import url("https://cdn.jsdelivr.net/gh/JamsRepos/Jamfin@latest/theme/modules/static-sidebar.css");
|
||||
@import url("https://cdn.jsdelivr.net/gh/JamsRepos/Jamfin@latest/theme/modules/central-libraries-small.css");
|
||||
@import url("https://cdn.jsdelivr.net/gh/JamsRepos/Jamfin@latest/theme/modules/change-logo.css");
|
||||
@import url("https://cdn.jsdelivr.net/gh/JamsRepos/Jamfin@latest/theme/modules/count-indicators.css");
|
||||
@import url("https://cdn.jsdelivr.net/gh/JamsRepos/Jamfin@latest/theme/modules/forgot-password.css");
|
||||
@import url("https://cdn.jsdelivr.net/gh/JamsRepos/Jamfin@latest/theme/modules/hide-my-media.css");
|
||||
@import url("https://cdn.jsdelivr.net/gh/JamsRepos/Jamfin@latest/theme/modules/moving-cards.css");
|
||||
@import url("https://cdn.jsdelivr.net/gh/JamsRepos/Jamfin@latest/theme/modules/smaller-cast.css");
|
||||
@import url("https://cdn.jsdelivr.net/gh/JamsRepos/Jamfin@latest/theme/modules/floating-progress.css");
|
||||
Reference in New Issue
Block a user