@charset "UTF-8";
@import "../../style/function";

.align-demo {
  &-source {
    background: $orange;
    color: $colorF;
    width: 50px;
    height: 50px;
    position: absolute;
    text-align: center;
    line-height: 50px;

    &--border {
      background: none;
      border: 1px dashed $orange;
      color: $orange;
    }

    &--large {
      width: 100px;
    }
  }

  &-target {
    border: 1px solid $green;
    width: 300px;
    height: 200px;
    text-align: center;
    margin: 60px;

    &--large {
      width: 600px;
    }
  }
}
