0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-01-20 07:32:43 +00:00

Increase specificity of ErrorPage.less

This commit is contained in:
G.Ambatte
2023-06-25 16:48:50 +12:00
parent 9de4a82977
commit d1412abe03
2 changed files with 12 additions and 9 deletions

View File

@@ -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>;

View File

@@ -1,4 +1,5 @@
.uiPage { .homebrew {
.uiPage.sitePage {
.errorTitle { .errorTitle {
//background-color: @orange; //background-color: @orange;
color : #D02727; color : #D02727;
@@ -9,3 +10,4 @@
hr { border-bottom : 2px solid slategrey; } hr { border-bottom : 2px solid slategrey; }
} }
} }
}