Skip to content
Snippets Groups Projects
notes.scss 409 B
Newer Older
$white: #fff;
.notes-container {
  background-color: $white;
  bottom: 0;
  height: 95px;
  left: 130px;
  max-height: 700px;
  min-height: 10px;
  position: fixed;
  width: 67.4%;
  z-index: 0;
chris's avatar
chris committed

  .resize-area {
    background-color: red;
    cursor: row-resize;
    height: 5px;
    position: absolute;
    top: 0;
    width: 100%;
   }
   .notes-editor{}
   .notes-comments{}