@@ -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%; | |||
} |
@@ -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%; | |||
} | |||