0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-01-06 18:42:40 +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

@@ -1,11 +1,13 @@
.uiPage {
.errorTitle {
//background-color: @orange;
color : #D02727;
text-align : center;
}
.content {
h1, h2, h3, h4 { border-bottom : none; }
hr { border-bottom : 2px solid slategrey; }
.homebrew {
.uiPage.sitePage {
.errorTitle {
//background-color: @orange;
color : #D02727;
text-align : center;
}
.content {
h1, h2, h3, h4 { border-bottom : none; }
hr { border-bottom : 2px solid slategrey; }
}
}
}