14 lines
186 B
SCSS
14 lines
186 B
SCSS
code {
|
|
background-color: #F8F8F8 !important;
|
|
max-height: 100px;
|
|
overflow: scroll;
|
|
}
|
|
|
|
input[type='file'] {
|
|
display: none;
|
|
}
|
|
|
|
#exercise_template_code {
|
|
font-family: monospace;
|
|
}
|