mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2026-01-16 03:52:42 +00:00
Increase specificity of ErrorPage.less
This commit is contained in:
@@ -31,6 +31,7 @@ const ErrorPage = createClass({
|
|||||||
<h1>{`Error ${this.props.brew.status || '000'}`}</h1>
|
<h1>{`Error ${this.props.brew.status || '000'}`}</h1>
|
||||||
<h4>{this.props.brew.text || 'No error text'}</h4>
|
<h4>{this.props.brew.text || 'No error text'}</h4>
|
||||||
</div>
|
</div>
|
||||||
|
<hr />
|
||||||
<div dangerouslySetInnerHTML={{ __html: Markdown.render(errorText) }} />
|
<div dangerouslySetInnerHTML={{ __html: Markdown.render(errorText) }} />
|
||||||
</div>
|
</div>
|
||||||
</UIPage>;
|
</UIPage>;
|
||||||
|
|||||||
@@ -1,11 +1,13 @@
|
|||||||
.uiPage {
|
.homebrew {
|
||||||
.errorTitle {
|
.uiPage.sitePage {
|
||||||
//background-color: @orange;
|
.errorTitle {
|
||||||
color : #D02727;
|
//background-color: @orange;
|
||||||
text-align : center;
|
color : #D02727;
|
||||||
}
|
text-align : center;
|
||||||
.content {
|
}
|
||||||
h1, h2, h3, h4 { border-bottom : none; }
|
.content {
|
||||||
hr { border-bottom : 2px solid slategrey; }
|
h1, h2, h3, h4 { border-bottom : none; }
|
||||||
|
hr { border-bottom : 2px solid slategrey; }
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user