﻿.ConfigProfilesEditor {
    display: flex;
    flex-direction: column;
    height: 100vh;
    max-height: 100vh;
}

.ConfigProfilesEditor-body {
    display: flex;
    flex: 1 1 auto;
    min-height: 1em;
    height: 100%;
}

.ConfigProfilesEditor-savingToastIcon {
    font-size: 5vh;
}
