Browse Source

Präsentation-Styles aufkommentiert

pull/1/head
Xenia Gruenzinger 5 years ago
parent
commit
7a6d46c85b
2 changed files with 15 additions and 10 deletions
  1. 9
    8
      public/style/style.css
  2. 6
    2
      public/style/style.less

+ 9
- 8
public/style/style.css View File

@@ -150,14 +150,15 @@ label.checkbox-inline input[type=checkbox]:checked + .checkbox-decorator .check
.is-focused[class^=bmd-label] {
color: #0046a0;
}
/*//Präsentation Styles
.om-card {
font-size: 140%;
font-size: 140%;
}
.msg-head {
font-size: 90%;
}
.empty-state {
margin: 40px;
margin-top: 30%;
font-size: 140%;
.msg-head{
font-size:90%;
}
.empty-state{
margin: 40px;
margin-top: 30%;
font-size:140%;
}*/

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

@@ -52,6 +52,10 @@
}
}

a.nav-item.nav-link{

}

//msg-Card
.om-card{
margin: 10px;
@@ -175,7 +179,7 @@
color: @color;
}

//Präsentation Styles
/*//Präsentation Styles
.om-card {
font-size: 140%;
}
@@ -186,5 +190,5 @@
margin: 40px;
margin-top: 30%;
font-size:140%;
}
}*/


Loading…
Cancel
Save