@import "commons";

.m-photo-editor {
    position: relative;

    &__message {
        margin-bottom: $m-space;
    }

    &__file-name {
        margin-top: 0;
        font-weight: $m-font-weight-regular;
    }

    &__cancel {
        margin-top: $m-space;
    }
}
