socialissues badge style in multiselect

This commit is contained in:
2021-08-21 12:38:26 +02:00
parent 87a917d11c
commit 9c25132216
3 changed files with 19 additions and 34 deletions

View File

@@ -14,7 +14,7 @@ $social-action-color: $orange;
content: '\f04b';
font-family: ForkAwesome;
color: $social-issue-color;
margin: 0 0.3em 0 -0.7em;
margin: 0 0.3em 0 -0.75em;
}
}
@@ -31,6 +31,6 @@ $social-action-color: $orange;
content: '\f04b';
font-family: ForkAwesome;
color: $social-action-color;
margin: 0 0.3em 0 -0.7em;
margin: 0 0.3em 0 -0.75em;
}
}

View File

@@ -41,38 +41,12 @@ div.list-with-period {
div.date {}
div.user {}
}
}
/*
div.header,
div.list-content {
width: calc(100% - 40px);
margin-left: 40px;
}
div.header {
position: relative;
a.btn {
position: absolute;
width: 30px;
height: 30px;
top: 10px;
left: -40px;
padding: 0;
i {
padding: 5px;
}
}
span.user {
margin-left: 1em;
}
}
div.list-content {
div.list {
span.more {
font-style: italic;
}
}
*/
}
}
/// TODO