Merge remote-tracking branch 'origin/developer' into developer
BIN
public/img/launcher/launcher_app_icon_152.png
Normal file → Executable file
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
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
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
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
Before Width: | Height: | Size: 53 KiB After Width: | Height: | Size: 67 KiB |
@ -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%;
|
||||
}
|
||||
|
@ -174,3 +174,9 @@
|
||||
.is-focused [class*="bmd-label"], .is-focused[class^=bmd-label]{
|
||||
color: @color;
|
||||
}
|
||||
|
||||
//Präsentation Styles
|
||||
.om-card{
|
||||
font-size: 160%;
|
||||
}
|
||||
|
||||
|