@import './SelectPlace.less';
@import './ActiveSites.less';
@import './EditPlace.less';
.clock-in-place {
  display: flex;
  &__left {
    flex: 1;
    border-right: 1px solid #eee;
    padding: 16px;
  }
  &__right {
    flex: 1;
    padding: 16px;
  }
  &__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  &__header-title {
    font-size: 16px;
    font-weight: bold;
    color: #333333;
  }
  &__header-sub-title {
    font-size: 14px;
    font-weight: 500;
    color: #666666;
    margin-top: 6px;
  }
}
