2021-10-12 15:19:56 +00:00
|
|
|
body {
|
|
|
|
|
margin-bottom: 6rem;
|
|
|
|
|
}
|
2021-10-13 12:31:04 +00:00
|
|
|
|
2021-10-13 15:18:23 +00:00
|
|
|
.supportEntry {
|
|
|
|
|
display: flex;
|
|
|
|
|
margin-top: 1em;
|
|
|
|
|
}
|
|
|
|
|
.supportEntry > div:first-of-type {
|
|
|
|
|
flex-grow: 1;
|
|
|
|
|
}
|
|
|
|
|
.supportEntry > div:last-of-type {
|
|
|
|
|
align-items: center;
|
|
|
|
|
display: flex;
|
|
|
|
|
}
|
|
|
|
|
.supportEntry h3 {
|
|
|
|
|
margin-top: 0;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
button {
|
|
|
|
|
margin-inline-end: 1em;
|
|
|
|
|
-webkit-margin-end: 1em;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
body.redacted #redactButton {
|
|
|
|
|
display: none;
|
|
|
|
|
}
|
|
|
|
|
#unredactButton {
|
|
|
|
|
display: none;
|
|
|
|
|
}
|
|
|
|
|
body.redacted #unredactButton {
|
|
|
|
|
display: inline;
|
|
|
|
|
}
|
|
|
|
|
|
2021-10-13 12:31:04 +00:00
|
|
|
.cm-string.cm-property {
|
|
|
|
|
color: black;
|
|
|
|
|
}
|