pleroma-fe/src/components/report/report.scss

37 lines
589 B
SCSS
Raw Normal View History

2021-01-11 19:32:58 +02:00
.Report {
.report-content {
2021-01-27 13:13:10 +02:00
margin: 0.5em 0 1em;
}
.report-state {
margin: 0.5em 0 1em;
2021-01-11 19:32:58 +02:00
}
.reported-status {
2024-02-13 02:27:53 +02:00
border: 1px solid var(--border);
border-radius: var(--roundness);
2021-01-11 19:32:58 +02:00
display: block;
padding: 0.5em;
margin: 0.5em 0;
.status-content {
pointer-events: none;
}
.reported-status-heading {
display: flex;
width: 100%;
justify-content: space-between;
margin-bottom: 0.2em;
}
.reported-status-name {
font-weight: bold;
}
}
.note {
width: 100%;
margin-bottom: 0.5em;
}
}