Fix SASS Lint

This commit is contained in:
ArthurHoaro 2020-01-18 18:03:47 +01:00
parent 6c50a6ccce
commit dd51f653d0
3 changed files with 6 additions and 6 deletions

View file

@ -1236,18 +1236,18 @@ form {
color: $dark-grey;
}
.pageError-container {
.page-error-container {
color: $dark-grey;
h2 {
margin: 70px 0 25px 0;
margin: 70px 0 25px;
}
pre {
text-align: left;
margin: 0 20%;
padding: 20px 0;
line-height: 0.7em;
text-align: left;
line-height: .7em;
}
}

View file

@ -6,7 +6,7 @@
<body>
<div id="pageheader">
{include="page.header"}
<div id="pageError" class="pageError-container center">
<div id="pageError" class="page-error-container center">
<h2>{'Sorry, nothing to see here.'|t}</h2>
<img src="img/sad_star.png" alt="">
<p>{$error_message}</p>

View file

@ -6,7 +6,7 @@
<body>
<div id="pageheader">
{include="page.header"}
<div id="pageError" class="pageError-container center">
<div id="pageError" class="page-error-container center">
<h2>{$message}</h2>
{if="!empty($stacktrace)"}