Browse Source

Schrift für Präsentation

pull/1/head
Xenia Gruenzinger 5 years ago
parent
commit
342e4606e1
2 changed files with 9 additions and 0 deletions
  1. 3
    0
      public/style/style.css
  2. 6
    0
      public/style/style.less

+ 3
- 0
public/style/style.css 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%;
}

+ 6
- 0
public/style/style.less 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%;
}


Loading…
Cancel
Save