Collection für Content angepasst. Image Components erweitert. Verschiedene CSS Apassungen der Demo Page

This commit is contained in:
2022-05-30 13:11:51 +02:00
parent a2bd10453b
commit c67f712280
14 changed files with 42 additions and 79 deletions

View File

@@ -3,20 +3,16 @@
@background: #fff;
@on-background: #575756;
@primary: #2d8e91;
@primary: #ff0000;
@on-primary: #fff;
@secondary: #72efdd;
@on-secondary: #2d8e91;
@secondary-light: #dafbf7;
@on-secondary-light: @on-secondary;
@secondary-light-green: #e2fbf0;
@on-secondary-light-green: @on-secondary;
@secondary: #1e7c9e;
@on-secondary: #ffffff;
@surface: #fff;
@on-surface: #575756;
@on-surface: #555555;
@error: #fff0e9;
@error: #eebdbd;
@on-error: #eb5757;
@font-size-default: 16px;