@import '@tandem/editor/browser/scss/variables';

.m-selectables {
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 1;
}
.m-selectable {
  opacity: 0;

  &.hover {
    opacity: 1;
  }
}
