0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-03-22 17:38:11 +00:00
Files
homebrewery/client/homebrew/pages/errorPage/errorPage.less
Víctor Losada Hernández 3e76046868 Revert "renamed client to src"
This reverts commit c28736bd01.
2026-02-01 17:36:53 +01:00

13 lines
245 B
Plaintext

.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; }
}
}
}