text code reference

This commit is contained in:
Kyle
2020-03-31 11:36:57 -07:00
parent a2fc2d6fb9
commit 4b478312c2
3 changed files with 41 additions and 16 deletions

View File

@@ -353,6 +353,18 @@ input[type='checkbox'], select, option, input[type='file'], button {
text-align: justify;
}
#textCodeReference {
display: grid;
grid-template-columns: 7rem auto;
margin-top: 0.5rem;
grid-gap: 0.1rem;
padding: 0.5rem 1rem 0 1rem;
}
#textCodeReference > div {
background: var(--input-color);
padding: 0.1rem;
}