aboutsummaryrefslogtreecommitdiffstats
path: root/web_src/fomantic/theme.config.less
Commit message (Collapse)AuthorAgeFilesLines
* Various CSS tweaks (#21244)silverwind2022-09-221-1/+0
| | | | | | - Remove arc-green specific rules and instead fix the colors in the base rules. - Make file table row border visible on arc-green. - Remove remnants of fomantic accordeon module that was removed.
* Use npm to manage fomantic and only build needed components (#9561)Lunny Xiao2020-01-211-0/+104
* Use npm to manage fomantic * Only build needed semantic components * Fix make * Don't import fonts from google sites since we have loaded * [misc] devendor fomantic-ui and rebuild upon src or config changes only Signed-off-by: Jakob Ackermann <das7pad@outlook.com> * Change sort alphabetically of semantic components * Fix trailing slash * fix makefile * Remove dependency to gulp from package.json * Fix something * Simplife the makefile * add missed fomantic compnent Co-authored-by: Jakob Ackermann <das7pad@outlook.com>