Commit

commit 859b61af3e2ef8f666e3a4c927f140ed50501a22
Author: Jan Dankert 
Date:   Thu Nov 5 22:51:14 2020 +0100

    Cleaned up the LESS files, more use of the BEM schema.

 .../ui/themes/default/html/views/index/show.php    |   6 +-
 .../default/html/views/index/show.tpl.src.xml      |   6 +-
 .../themes/default/html/views/login/password.php   |  13 +-
 .../default/html/views/login/passwordcode.php      |  13 +-
 .../themes/default/html/views/login/register.php   |  13 +-
 .../default/html/views/login/registercode.php      |  13 +-
 .../default/html/views/profile/confirmmail.php     |  13 +-
 .../ui/themes/default/html/views/profile/mail.php  |  13 +-
 .../ui/themes/default/html/views/profile/pw.php    |  13 +-
 .../default/html/views/start/projectmenu.php       |  13 +-
 .../ui/themes/default/html/views/title/show.php    |   2 +-
 .../default/html/views/title/show.tpl.src.xml      |   2 +-
 .../ui/themes/default/style/openrat-dropdown.less  |   7 +
 .../cms/ui/themes/default/style/openrat-font.less  |  31 +
 .../cms/ui/themes/default/style/openrat-form.less  | 243 +++---
 .../ui/themes/default/style/openrat-header.less    |   5 -
 .../cms/ui/themes/default/style/openrat-image.less | 131 ++++
 .../cms/ui/themes/default/style/openrat-menu.less  |  10 +-
 .../themes/default/style/openrat-navigation.less   |  43 +-
 .../cms/ui/themes/default/style/openrat-nojs.less  |  19 +
 .../{openrat-base.less => openrat-normalize.less}  |  32 -
 .../ui/themes/default/style/openrat-notices.less   | 105 +++
 .../cms/ui/themes/default/style/openrat-ui.less    | 406 ++--------
 .../ui/themes/default/style/openrat-workbench.less |  16 -
 modules/cms/ui/themes/default/style/openrat.css    | 863 ++++++++++-----------
 .../cms/ui/themes/default/style/openrat.min.css    |  22 +-
 .../themes/default/style/theme/openrat-theme.less  | 511 ++++++------
 .../html/component_logo/LogoComponent.class.php    |  13 +-
 .../components/html/component_logo/logo.less       |  27 +
 .../components/html/component_table/table.less     | 327 ++++----
 30 files changed, 1393 insertions(+), 1538 deletions(-)