Schrift für Präsentation

This commit is contained in:
Xenia Gruenzinger 2019-02-11 15:12:59 +01:00
parent 59781f4335
commit 342e4606e1
2 changed files with 9 additions and 0 deletions

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%;
}