Präsentation-Styles aufkommentiert

This commit is contained in:
Xenia Gruenzinger 2019-02-12 16:20:08 +01:00
parent 34a232afac
commit 7a6d46c85b
2 changed files with 15 additions and 10 deletions

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%;
}*/

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%;
}
}*/