refactor activity list css styles (wip)

This commit is contained in:
2021-10-05 17:03:39 +02:00
parent 52c1a01980
commit e12e5798ea
8 changed files with 186 additions and 234 deletions

View File

@@ -62,6 +62,9 @@ h2.badge-title {
font-size: 80%;
padding: 0.5em;
padding-right: 0;
h3 {
margin-bottom: 0.5rem;
}
}
span.title_action {
flex-grow: 1;
@@ -97,6 +100,9 @@ h2.badge-title {
span.title_label {
// Calculate same color then border:groove
background-color: shade-color($activity-color, 34%);
h3 {
color: $white;
}
}
span.title_action {
@include badge_title($activity-color);
@@ -108,6 +114,9 @@ h2.badge-title {
p {
margin-bottom: 0;
text-align: right;
abbr {
text-decoration: none;
}
}
}
}