-
Notifications
You must be signed in to change notification settings - Fork 52
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
#2312 cleanup styles of site builder and separate sass generated files (
#2346) * #2312 cleanup styles of sitebuilder and separate sass generated files * #2312 cleanup * #2312 cleanup site builder styles and remove plugin styles * #2312 remove unused files and packages * #2312 Remove unused packages
- Loading branch information
1 parent
8583360
commit 91d2370
Showing
40 changed files
with
953 additions
and
1,316 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
32 changes: 32 additions & 0 deletions
32
src/Frontend/FluentCMS.Web.UI.Components/Styles/Flowbite/Base.scss
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
@tailwind base; | ||
@tailwind components; | ||
@tailwind utilities; | ||
|
||
$prefix: "f-"; | ||
$colors: ( | ||
"primary": "blue", | ||
"success": "green", | ||
"info": "cyan", | ||
"danger": "red", | ||
"warning": "yellow", | ||
"secondary": "gray", | ||
); | ||
|
||
html { | ||
font-family: Inter, ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji; | ||
} | ||
|
||
// BODY | ||
|
||
body { | ||
@apply bg-gray-50; | ||
} | ||
|
||
.dark body { | ||
@apply bg-gray-800; | ||
color-scheme: dark; | ||
} | ||
|
||
.hidden { | ||
display: none; | ||
} |
86 changes: 0 additions & 86 deletions
86
src/Frontend/FluentCMS.Web.UI.Components/Styles/Flowbite/Plugins/Block.scss
This file was deleted.
Oops, something went wrong.
8 changes: 0 additions & 8 deletions
8
src/Frontend/FluentCMS.Web.UI.Components/Styles/Flowbite/Plugins/IFrame.scss
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.