sparkletown/sparkle

View on GitHub
src/components/organisms/WorldGeneralForm/WorldGeneralForm.scss

Summary

Maintainability
Test Coverage
@import "scss/constants";

$image-container-height: 200px;

.WorldGeneralForm {
  .AdminSection {
    &__label {
      display: flex;
      flex-direction: column;

      .ImageInput__container {
        position: relative;
        width: 60%;
        margin-bottom: -($spacing--lg);
        align-self: center;
        height: $image-container-height;
      }
    }
  }
}