mirror of
https://github.com/scm-manager/scm-manager.git
synced 2026-03-05 20:00:55 +01:00
added comma seperated list styling
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user