/* Rows and columns */
.toolbar-row {
    height: 4em;
}

.canvas-row {
    height: 100%;
}

.sidebar-row {
    height: 100%;
}

.properties-row {
    height: 12em;
}

.properties-card-row {
    width: 100%;
    height: 100%;
}

.properties-card-col {
    padding: 0 1em 0 0 !important;
}

.canvas-column {
    height: calc(100% - 12em);
}

.col-align-right {
    display: flex;
    justify-content: flex-end;
}