File modules/template_engine/components/html/component_group/group.css

Last commit: Thu Dec 26 19:53:54 2024 +0100	Jan Dankert	The ThemeStyle is now able to mix colors and all colors are now internally hold as RGB; New Group background colors in the UI.
1 .or-group { 2 margin: 1em 0 4em; 3 } 4 .or-group-title { 5 margin: 0.5em 0; 6 font-size: 1.1em; 7 font-weight: normal; 8 } 9 .or-group-value { 10 border-radius: 0.3em; 11 padding: 1em; 12 } 13
Download modules/template_engine/components/html/component_group/group.css
History Thu, 26 Dec 2024 19:53:54 +0100 Jan Dankert The ThemeStyle is now able to mix colors and all colors are now internally hold as RGB; New Group background colors in the UI. Fri, 6 Dec 2024 23:29:56 +0100 Jan Dankert UI: Cleaner profile dialog in navigation menu. Sun, 13 Oct 2024 13:17:32 +0200 Jan Dankert New Minifier for CSS and JS: Leave JS Linebreaks as they are (for better debugging); Exploded CSS files (instead of a combined one), LESS is necessary but should be avoided in the future.