Skip to content
Snippets Groups Projects
notesEditor.scss 707 B
Newer Older
$background: #fff;
chris's avatar
chris committed
.sc-notes-editor {
  margin-top: 6px;
chris's avatar
chris committed

chris's avatar
chris committed
  .se-toolbar-wrapper {
    position: absolute;
    z-index: 9999;

    .sc-toolbar {
      background-color: $background;
      border: 0;
      float: left;
      width: 100px;
chris's avatar
chris committed

chris's avatar
chris committed
 }

  .se-scrollable {
    background: $background;
    margin: 0% 0% 5%;
    min-height: 135px;

   div.se-content {
     background: $background;
     box-shadow: none;
     margin: 0;
     min-height: 110px;
chris's avatar
chris committed
     padding: 3% 0 0 2%;
chris's avatar
chris committed

chris's avatar
chris committed
     .sc-entity::before {
chris's avatar
chris committed
      content: ''counter(note-footer)'. ';
      counter-increment: note-footer;
chris's avatar
chris committed
      left: -20px;
chris's avatar
chris committed
      position: absolute;
      }
chris's avatar
chris committed
     .sc-container-editor {
       padding: 0;