﻿/* Common variables not based on a Theme */
:root {
    --pcx-default-font-size: 14px;
    --pcx-header-height: 70px;
    --pcx-navbar-width: 200px;
    --pcx-navbar-collapse-width: 60px;
    --pcx-input-height: 34px;
    /* Pages stop shrinking here and #main-content scrolls instead. */
    --pcx-page-min-height: 400px;
}
