added comma seperated list styling

This commit is contained in:
Florian Scholdei
2019-05-02 14:02:18 +02:00
parent ad51a6fa27
commit 10f663d44c

View File

@@ -102,6 +102,24 @@ $fa-font-path: "webfonts";
.has-border-white {
border-color: #fff !important;
}
ul.is-separated {
> li {
display: inline-block;
font-weight: bold;
}
> li + li:before {
content: ", ";
}
> li + li.is-info {
font-weight: normal;
margin-left: 1em;
&:before {
content: "";
}
}
}
// buttons
.button {
padding-left: 1.5em;