Merge remote-tracking branch 'origin/developer' into developer

This commit is contained in:
Erik Römmelt 2019-02-11 15:40:59 +01:00
commit fd648dab29
7 changed files with 9 additions and 0 deletions

BIN
public/img/launcher/launcher_app_icon_152.png Normal file → Executable file

Binary file not shown.

Before

Width:  |  Height:  |  Size: 13 KiB

After

Width:  |  Height:  |  Size: 10 KiB

BIN
public/img/launcher/launcher_app_icon_167.png Normal file → Executable file

Binary file not shown.

Before

Width:  |  Height:  |  Size: 14 KiB

After

Width:  |  Height:  |  Size: 12 KiB

BIN
public/img/launcher/launcher_app_icon_180.png Normal file → Executable file

Binary file not shown.

Before

Width:  |  Height:  |  Size: 14 KiB

After

Width:  |  Height:  |  Size: 13 KiB

BIN
public/img/launcher/launcher_app_icon_192.png Normal file → Executable file

Binary file not shown.

Before

Width:  |  Height:  |  Size: 14 KiB

After

Width:  |  Height:  |  Size: 23 KiB

BIN
public/img/launcher/launcher_app_icon_512.png Normal file → Executable file

Binary file not shown.

Before

Width:  |  Height:  |  Size: 53 KiB

After

Width:  |  Height:  |  Size: 67 KiB

View File

@ -150,3 +150,6 @@ label.checkbox-inline input[type=checkbox]:checked + .checkbox-decorator .check
.is-focused[class^=bmd-label] {
color: #0046a0;
}
.om-card {
font-size: 160%;
}

View File

@ -174,3 +174,9 @@
.is-focused [class*="bmd-label"], .is-focused[class^=bmd-label]{
color: @color;
}
//Präsentation Styles
.om-card{
font-size: 160%;
}