index.scss 311 Bytes
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
@import '@styles/var.scss';

.temp-detail {
  &-list {
    padding: 20px 20px 0 20px;

    &-title {
      margin-bottom: 20px;

      @include eject(display, block);
    }

    &-content {
      display: flex;
      flex-wrap: wrap;
      flex-direction: row;
      justify-content: space-between;
    }
  }
}