From 7a6d46c85b54e576ce552e15a8938291ab2fd22f Mon Sep 17 00:00:00 2001 From: Xenia Date: Tue, 12 Feb 2019 16:20:08 +0100 Subject: [PATCH] =?UTF-8?q?Pr=C3=A4sentation-Styles=20aufkommentiert?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/style/style.css | 17 +++++++++-------- public/style/style.less | 8 ++++++-- 2 files changed, 15 insertions(+), 10 deletions(-) diff --git a/public/style/style.css b/public/style/style.css index 5ba1521..d57dbe8 100644 --- a/public/style/style.css +++ b/public/style/style.css @@ -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%; +}*/ diff --git a/public/style/style.less b/public/style/style.less index a6fbf85..9bbf060 100644 --- a/public/style/style.less +++ b/public/style/style.less @@ -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%; -} +}*/