10 lines
145 B
SCSS
10 lines
145 B
SCSS
@import url(./editor.scss);
|
|
|
|
.bytemd {
|
|
height: 700px;
|
|
border: none;
|
|
|
|
.bytemd-toolbar {
|
|
background-color: transparent;
|
|
}
|
|
} |