Reports: display reported posts

This commit is contained in:
Alex Gleason
2020-12-31 20:47:15 -06:00
parent a1db330b14
commit 2fd3c9441c
4 changed files with 44 additions and 2 deletions

View File

@ -20,6 +20,7 @@
text-transform: none !important;
text-align: left !important;
display: flex !important;
align-items: center;
border: 0;
width: 100%;

View File

@ -127,6 +127,7 @@
&__content {
padding: 0 16px;
flex: 1;
}
&__title {
@ -155,4 +156,24 @@
}
}
}
&__statuses .accordion {
padding: 10px;
margin-bottom: 6px;
&__title {
font-size: 12px !important;
font-weight: normal !important;
margin-bottom: 0 !important;
}
.status__content {
border-bottom: 1px solid var(--accent-color--med);
padding: 10px 0;
&:last-child {
border: 0;
}
}
}
}

View File

@ -72,7 +72,7 @@ button {
}
&.button-alternative {
color: var(--primary-text-color);
color: #fff;
background: var(--brand-color);
&:active,