[yew-devel] [PATCH widget-toolkit-assets 2/2] add mobile theme
Dominik Csapak
d.csapak at proxmox.com
Tue Jul 1 10:38:32 CEST 2025
Using the Material padding, spacing and style and the colors from the
Crsip theme.
Signed-off-by: Dominik Csapak <d.csapak at proxmox.com>
---
scss/mobile-yew-style.scss | 12 ++++++++++++
1 file changed, 12 insertions(+)
create mode 100644 scss/mobile-yew-style.scss
diff --git a/scss/mobile-yew-style.scss b/scss/mobile-yew-style.scss
new file mode 100644
index 0000000..cedadf8
--- /dev/null
+++ b/scss/mobile-yew-style.scss
@@ -0,0 +1,12 @@
+/// Default mobile theme
+///
+/// Padding/spacing from Material but with Crisps color scheme
+
+ at import "theme_pre";
+ at import "font_sizes_material";
+ at import "crisp/theme_colors_crisp";
+ at import "theme_scheme_dark";
+ at import "theme_scheme_light";
+ at import "material/theme_config_material";
+ at import "theme_post";
+ at import "material/theme_post_material";
--
2.39.5
More information about the yew-devel
mailing list