Add LESS styles, fonts, icons, CSS generation
This commit is contained in:
21
less/pages/error.less
Normal file
21
less/pages/error.less
Normal 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;
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user