Divide list and content style

This commit is contained in:
René Pfeuffer
2019-05-03 08:34:06 +02:00
parent 137e3b5ae6
commit 229dcc7d31

View File

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