.UpcImporter {
    width: 75%;
    &-form {
        margin: 30px 0 0 50px;
        width: 350px;
    }
    &-textarea {
        height: 400px;
        margin: 0;
        padding: 0;
        width: 100%;
    }
    &-message {
        border: solid 1px #000;
        color: white;
        margin-bottom: 5px;
        padding: 7px;
    }
    &-error {
        background-color: $message-error-color;
    }
    &-success {
        background-color: $message-success-color;
    }
}
