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

@@ -150,6 +150,14 @@ label.checkbox-inline input[type=checkbox]:checked + .checkbox-decorator .check
.is-focused[class^=bmd-label] {
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

@@ -176,7 +176,15 @@
}

//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