From 229dcc7d31bb4e921ae819760ed0b5dafb1148af Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20Pfeuffer?= Date: Fri, 3 May 2019 08:34:06 +0200 Subject: [PATCH] Divide list and content style --- scm-ui/styles/scm.scss | 17 ++++++----------- 1 file changed, 6 insertions(+), 11 deletions(-) diff --git a/scm-ui/styles/scm.scss b/scm-ui/styles/scm.scss index 7de16db896..17f87ac2e5 100644 --- a/scm-ui/styles/scm.scss +++ b/scm-ui/styles/scm.scss @@ -103,24 +103,19 @@ $fa-font-path: "webfonts"; border-color: #fff !important; } ul.is-separated { - > li { - display: inline-block; - font-weight: bold; - } > li:after { content: "\002C\2800"; - font-weight: normal; } - > li.is-info { - margin-left: 1em; - font-weight: normal; - } - > li:last-child:after, - > li.is-info:after { + > li:last-child:after { content: ""; } } +.user { + display: inline-block; + font-weight: bold; +} + // buttons .button { padding-left: 1.5em;