/*$breakpoint argument choices: - phone - tab-port - tab-land - desk - big-desktop */ #blazor-error-ui { background: lightyellow; bottom: 0; box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2); display: none; left: 0; padding: 0.6rem 1.25rem 0.7rem 1.25rem; position: fixed; width: 100%; z-index: 1000; } #blazor-error-ui .dismiss { cursor: pointer; position: absolute; right: 0.75rem; top: 0.5rem; } .isHidden { display: none; } @media only screen and (max-width: 37.5em) { .isHiddenMobile { display: none; } } .petiteCaps { font-variant: petite-caps; } .flexCenter { display: flex; align-content: center; } @font-face { font-family: 'Ubuntu'; src: url(/fonts/ubuntu-light-webfont.woff2) format("woff2"); font-weight: 300; font-style: normal; } @font-face { font-family: 'Ubuntu-Mono'; src: url(/fonts/ubuntumono-regular-webfont.woff2) format("woff2"); /*font-weight: 300;*/ font-style: normal; } html { font-family: Ubuntu, sans-serif; } .pure-menu-heading { text-transform: none; font-family: Ubuntu-Mono,'Noto Mono'; } .menu-list li a { font-family: Ubuntu-Mono,'Noto Mono'; }