File modules/template_engine/components/html/component_group/group.less
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 { 2 &-group 3 { 4 margin:1em 0 4em; 5 } 6 7 &-group-title { 8 margin: 0.5em 0; 9 font-size: 1.1em; 10 font-weight: normal; 11 } 12 13 &-group-value { 14 //border: 1px solid; 15 border-radius: 0.3em; 16 padding: 1em; 17 } 18 19 } 20 21 22 23 24 25 26 27 28
Downloadmodules/template_engine/components/html/component_group/group.less
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. Fri, 11 Mar 2022 20:14:33 +0100 dankert UI-Cleanup. Tue, 10 Nov 2020 00:05:30 +0100 Jan Dankert a background color for view content. Mon, 9 Nov 2020 22:24:27 +0100 Jan Dankert New: Setting the CSS class of tables. Sun, 18 Oct 2020 01:30:49 +0200 Jan Dankert New component "fieldset" for better form layout. Wed, 14 Oct 2020 22:20:22 +0200 Jan Dankert Refactoring: Renamed component folders, because 'if' is no valid namespace fragment.