@import '../../../global';
@import '../../../mixins/typography.scss';

.indicator {
    @include action;

    cursor: pointer;
    outline: none;

    display: flex;
    justify-content: space-between;
    align-items: center;

    margin-right: $push;

    &_icon {
        display: inline-flex;

        &__open {
            transform: rotateX(180deg);
        }
    }
}