﻿
.ftBar {
    display: grid;
    width: 100%;
    grid-template-columns: repeat(10, auto);
    background-color: lightgray;
}

.ftBarSpacer {
    width: 100%;
}

.ftActionBar {
    display: flex;
    flex-direction: row;
    width: 100%;
    background-color: none;
}

.ftActionContainer {
    display: grid;
    grid-template-columns: repeat(20, auto);
}

.ftActionSpinner {
    background-image: url('/Icons/spinner.svg');
    background-repeat: no-repeat;
}
.ftEditLabel {
    font-size: 150%;
}