mirror of
https://github.com/Investigamer/cardconjurer.git
synced 2025-07-28 13:51:50 -05:00
text code reference
This commit is contained in:
12
styles.css
12
styles.css
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user