tags input in editor, #41

This commit is contained in:
Mo Bitar
2017-01-21 18:51:56 -06:00
parent 80f784e47a
commit 8e6a00b8d9
11 changed files with 77 additions and 148 deletions

View File

@@ -29,7 +29,7 @@
}
}
$heading-height: 90px;
$heading-height: 100px;
.editor-heading {
@@ -77,7 +77,17 @@
color: rgba(black, 0.23);
}
.tags {
clear: left;
width: 100%;
height: 25px;
.tags-input {
background-color: transparent;
width: 100%;
border: none;
}
}
}
.fullscreen-ghost-bar {
@@ -86,17 +96,6 @@
width: 20%;
height: 200px;
z-index: 100;
//
// &:hover + .section-title-bar {
// // show section title bar when hover over ghost bar
// opacity: 1.0;
// z-index: 100;
// }
// &:not(:hover) + .section-title-bar {
// // display: none;
// opacity: 1.0;
// }
}
@@ -167,6 +166,7 @@
}
}
.markdown {
margin-left: 15px;
float: right;