.preview {
  border: 1px solid rgba(210, 210, 210, 0.5);
  min-height:100px;
  box-shadow: 1px 1px 1px 1px rgba(210, 210, 210, 0.5);
}

img.preview {
  display:block;
  margin:auto;
  max-width: 200px;
  max-height:200px;
}

#editPageButton {
  .dropdown-menu {
    li {
      border-left: 3px solid transparent;
      &:hover, &.selected {
        background-color: #f7f7f7;
        border-left: 3px solid #6fdbe8;
      }
    }
    a {
      background: none;
    }
  }
}

.content-edit .ProseMirror {
  min-height: 150px !important;
}

.hr-text {
  line-height: 1em;
  position: relative;
  outline: 0;
  border: 0;
  color: black;
  text-align: center;
  height: 1.5em;
  opacity: .5;
  &.collapsableTrigger {
    cursor:pointer;
    &:focus::after {
      background:#a0c2f9;
    }
    &:after {
      color: #000;
      font-weight: bold;
    }
    &:hover::after {
      text-decoration: underline;
    }
  }
  &:before {
    content: '';
    background: #E0E0E0;
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    height: 1px;
  }
  &:after {
    content: attr(data-content);
    position: relative;
    display: inline-block;
    padding: 0 .5em;
    line-height: 1.5em;
    color: #818078;
    background-color: #fcfcfa;
  }
}
