Add LESS styles, fonts, icons, CSS generation

This commit is contained in:
Matt Baer
2018-11-07 22:33:13 -05:00
parent 18b9b2124e
commit 0567564905
46 changed files with 28217 additions and 0 deletions

21
less/pages/error.less Normal file
View File

@@ -0,0 +1,21 @@
.error-page {
text-align: center;
max-width: 40em;
margin: 0 auto;
a:link, a:visited {
text-decoration: none;
}
a:hover {
text-decoration: underline;
}
p {
line-height: 1.5;
&.msg {
font-size: 1.8em;
}
&.commentary {
font-size: 1.2em;
}
}
}