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