.SavePresetModal {
    &-text-input {
        border: 1px solid #026ead;
        border-radius: 3px;
        box-shadow: 0 0 4px 0 rgba(2, 110, 173, .5);
        display: block;
        font-size: 14px;
        height: 30px;
        margin-bottom: 24px;
        padding-left: 5px;
        width: 435px;
    }

    &-save-button {
        float: right;
    }
}
