Seenginx/Seenginx/wwwroot/css/main.css

58 lines
1.2 KiB
CSS
Raw Normal View History

2020-04-13 00:21:36 +02:00
/*$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; } }
2020-04-13 18:17:59 +02:00
.petiteCaps {
font-variant: petite-caps; }
.flexCenter {
display: flex;
align-content: center; }
2020-04-13 00:21:36 +02:00
2020-04-13 18:17:59 +02:00
@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 {
2020-04-13 18:17:59 +02:00
font-family: Ubuntu-Mono,'Noto Mono'; }