Remove unnecessary markdown editor CSS
This commit is contained in:
parent
008b899422
commit
d4ed3bce4d
1 changed files with 0 additions and 16 deletions
|
|
@ -1,22 +1,6 @@
|
||||||
.md-editor {
|
.md-editor {
|
||||||
border: 1px solid $light-grey;
|
border: 1px solid $light-grey;
|
||||||
border-radius: $btn-border-radius-base;
|
border-radius: $btn-border-radius-base;
|
||||||
overflow: hidden;
|
|
||||||
|
|
||||||
&.active { border-color: $text-grey; }
|
&.active { border-color: $text-grey; }
|
||||||
|
|
||||||
&::after,
|
|
||||||
&::before {
|
|
||||||
clear: both;
|
|
||||||
content: ' ';
|
|
||||||
display: table;
|
|
||||||
}
|
|
||||||
|
|
||||||
textarea {
|
|
||||||
border: 0;
|
|
||||||
border-radius: 0;
|
|
||||||
min-height: 6rem;
|
|
||||||
resize: none;
|
|
||||||
width: 100%;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue