mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-03-26 13:04:10 +01:00
Give rendered-data sections a background and some padding
This commit is contained in:
parent
5926efa9bd
commit
de650e91b3
|
|
@ -270,7 +270,9 @@ footer {
|
||||||
|
|
||||||
/* Styles for sections that are rendered from data, such as HTTP APIs and event schemas */
|
/* Styles for sections that are rendered from data, such as HTTP APIs and event schemas */
|
||||||
.rendered-data {
|
.rendered-data {
|
||||||
margin: 1rem 0 3rem 0;
|
background-color: $secondary-lightest-background;
|
||||||
|
padding: 1rem;
|
||||||
|
margin: 1rem 0;
|
||||||
|
|
||||||
details {
|
details {
|
||||||
summary {
|
summary {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue