/* @define DashboardPage */

/* stylelint-disable plugin/selector-bem-pattern */
:root {
    --dashboard-widget-height: 250px; /* A relative unit to express the height of each widget */
}
/* stylelint-enable plugin/selector-bem-pattern */

.DashboardPage {
    background: var(--surface-subtle-light);
    min-height: 100%;
}

.DashboardPage-heading {
    font-size: 1.5rem;
}
