* feat(keymap): add description to keymaps * add new feature request * preserve new lines
27 lines
375 B
SCSS
27 lines
375 B
SCSS
:host {
|
|
margin-top: 0.5em;
|
|
|
|
span.placeholder {
|
|
color: gray;
|
|
display: inline-block;
|
|
|
|
.glyphicon {
|
|
color: black;
|
|
}
|
|
}
|
|
|
|
span.editable,
|
|
span.placeholder {
|
|
cursor: pointer;
|
|
}
|
|
|
|
textarea.text-editor {
|
|
display: block;
|
|
width: 100%;
|
|
}
|
|
|
|
.buttons {
|
|
margin-top: 0.5em;
|
|
}
|
|
}
|