$black: rgba(black, 0.3);
.ory-plugins-content-spacer {
  border: solid 1px $black;
  border-bottom: none !important;
  box-shadow: 0 0 0 1px white;
  position: relative;
}

.ory-plugins-content-spacer-read-only {
  border-color: transparent !important;
  box-shadow: none !important;
}

.ory-plugins-content-spacer .react-resizable > .react-resizable-handle:before,
.ory-plugins-content-spacer
  .react-resizable
  > .react-resizable-handle:hover:before {
  content: ' ';
  position: absolute;
  text-align: center;
  width: 100%;
  bottom: 0;
  right: 0;
  cursor: n-resize;
  line-height: 12px;
  font-size: 1.5em;
  height: 24px;
}
.ory-plugins-content-spacer__handle svg {
  fill: white;
  margin-top: -1px;
}

.ory-plugins-content-spacer__handle {
  position: absolute;
  bottom: 0;
  height: 24px;
  width: 100%;
  text-align: center;
  background-color: $black;
  box-shadow: 0px -1px white;
}
