59 lines
714 B
CSS
59 lines
714 B
CSS
html {
|
|
height: 100%;
|
|
}
|
|
|
|
body {
|
|
font-family: 'Open Sans';
|
|
margin: 0;
|
|
height: 100%;
|
|
font-size: calc(13px + 0.2vw);
|
|
background: white;
|
|
}
|
|
#js,
|
|
#dev {
|
|
height: 100%;
|
|
}
|
|
|
|
a {
|
|
color: inherit;
|
|
text-decoration: none;
|
|
}
|
|
|
|
h1,
|
|
h2 {
|
|
font-weight: 400;
|
|
}
|
|
|
|
#page-type {
|
|
display: inline-block;
|
|
position: fixed;
|
|
right: 3%;
|
|
top: 9%;
|
|
opacity: 0.4;
|
|
color: #333350;
|
|
opacity: 0.8;
|
|
}
|
|
|
|
#page-type span {
|
|
text-transform: uppercase;
|
|
font-size: 100%;
|
|
font-weight: bold;
|
|
}
|
|
|
|
.centeredMessage {
|
|
color: #333350;
|
|
margin: 10% auto;
|
|
width: 20em;
|
|
textalign: center;
|
|
}
|
|
|
|
.unstyledButton {
|
|
color: inherit;
|
|
padding: 0.3em 1em;
|
|
font-weight: inherit;
|
|
font-family: inherit;
|
|
border: none;
|
|
border-radius: 0;
|
|
font-size: inherit;
|
|
}
|