/**
 * Styles for library occupancy progress bars
 *
 * This file is in version control:
 * https://github.com/uofa/global-environment
 *
 * Created 22 Sep 2020
 * Updated 08 Jan 2026
 *
 * @author Darren Coutts
 */

.progress {
    border: 1px solid var(--abdn-subtheme-secondary-bg);
    border-radius: 1em;
    overflow: hidden;
}

.progress-bar {
    background-color: var(--abdn-subtheme-secondary-bg);
    height: 2em;
}
