display legacy file
This commit is contained in:
parent
db8763942f
commit
1e8516e254
4 changed files with 50 additions and 3 deletions
15
styles.scss
15
styles.scss
|
|
@ -240,6 +240,21 @@ textarea {
|
|||
margin: 1.5rem 0;
|
||||
}
|
||||
|
||||
#info-message-contents-legacy {
|
||||
p {
|
||||
margin: 0;
|
||||
font-size: 14px;
|
||||
color: #4e4e4e;
|
||||
font-style: italic;
|
||||
}
|
||||
pre {
|
||||
background-color: black;
|
||||
color: white;
|
||||
padding: 0.5rem;
|
||||
border-radius: 10px;
|
||||
}
|
||||
}
|
||||
|
||||
h4 {
|
||||
text-transform: uppercase;
|
||||
letter-spacing: 1px;
|
||||
|
|
|
|||
Reference in a new issue