0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-01-06 18:42:40 +00:00

styleLint

This commit is contained in:
Trevor Buckner
2023-06-24 01:50:57 -04:00
parent 66b9a792e7
commit 6353341738
2 changed files with 42 additions and 58 deletions

View File

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