Browse Source

Schrift für Präsentation

pull/1/head
Xenia Gruenzinger 6 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

.is-focused[class^=bmd-label] { .is-focused[class^=bmd-label] {
color: #0046a0; color: #0046a0;
} }
.om-card {
font-size: 160%;
}

+ 6
- 0
public/style/style.less View File

.is-focused [class*="bmd-label"], .is-focused[class^=bmd-label]{ .is-focused [class*="bmd-label"], .is-focused[class^=bmd-label]{
color: @color; color: @color;
} }

//Präsentation Styles
.om-card{
font-size: 160%;
}


Loading…
Cancel
Save