Browse Source

Size for Präsentation

pull/1/head
Xenia Gruenzinger 5 years ago
parent
commit
b99c8184d1
2 changed files with 20 additions and 4 deletions
  1. 10
    2
      public/style/style.css
  2. 10
    2
      public/style/style.less

+ 10
- 2
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%;
.om-card form {
font-size: 140%;
}
.msg-head {
font-size: 90%;
}
.empty-state {
margin: 40px;
margin-top: 30%;
font-size: 140%;
} }

+ 10
- 2
public/style/style.less View File

} }


//Präsentation Styles //Präsentation Styles
.om-card{
font-size: 160%;
.om-card form{
font-size: 140%;
}
.msg-head{
font-size:90%;
}
.empty-state{
margin: 40px;
margin-top: 30%;
font-size:140%;
} }



Loading…
Cancel
Save