$background: #fff;
$content: #4a4a4a;

.sc-notes-editor {
  margin-top: 6px;

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

   div.se-content {
     background: $background;
     box-shadow: none;
     color: $content;
     font-family: Vollkorn-Italic;
     margin: 0;
     min-height: 110px;
     padding: 0 0 0 2.3%;

     .sc-entity::before {
      content: ''counter(note-footer)'. ';
      counter-increment: note-footer;
      font-family: 'FiraSansCondensed-Bold';
      left: -20px;
      position: absolute;
      }

     .sc-container-editor {
       padding: 0;
     }
   }
 }
}