stylist / frontend / src / components / ChooseSalonTitle / ChooseSalonTitle.module.scss
ChooseSalonTitle.module.scss
Raw
@import '../../styles/global.fonts.scss';
@import '../../styles/global.colors.scss';

.chooseTitle {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-top: 12px;
  margin-right: 24px;
  .rightSection {
    @include MediumDark14Mixin;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 4px;
  }
}