Personal_Website/src/sass/_markdown.scss

25 lines
391 B
SCSS

.markdown-editor {
width: 100%;
.input {
resize: vertical;
}
.submit {
padding: .5rem;
border-radius: 5px;
}
.popup {
position: absolute;
background-color: $background-lighter;
border: 2px solid $background-darker;
color: $text-color;
padding: 1rem;
}
.render {
width: 100%;
}
}