0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-01-19 14:12: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,52 +1,42 @@
.uiPage { .uiPage {
.content { .content {
overflow-y : scroll;
width : 90vw; width : 90vw;
background-color: #f0f0f0;
font-family: 'Open Sans';
margin-left: auto;
margin-right: auto;
margin-top: 25px;
padding : 2% 4%; padding : 2% 4%;
margin-top : 25px;
margin-right : auto;
margin-left : auto;
overflow-y : scroll;
font-family : 'Open Sans';
font-size : 0.8em; font-size : 0.8em;
line-height : 1.8em; line-height : 1.8em;
background-color : #F0F0F0;
.dataGroup { .dataGroup {
padding : 6px 20px 15px; padding : 6px 20px 15px;
margin : 5px 0px;
border : 2px solid black; border : 2px solid black;
border-radius : 5px; border-radius : 5px;
margin: 5px 0px;
} }
h1, h2, h3, h4 { h1, h2, h3, h4 {
width : 100%;
margin : 0.5em 30% 0.25em 0;
font-weight : 900; font-weight : 900;
text-transform : uppercase; text-transform : uppercase;
margin: 0.5em 30% 0.25em 0;
border-bottom : 2px solid slategrey; border-bottom : 2px solid slategrey;
width: 100%;
} }
h1 { h1 {
margin-right : 0;
margin-bottom : 0.5em;
font-size : 2em; font-size : 2em;
border-bottom : 2px solid darkslategrey; border-bottom : 2px solid darkslategrey;
margin-bottom: 0.5em;
margin-right: 0;
}
h2 {
font-size: 1.75em;
} }
h2 { font-size : 1.75em; }
h3 { h3 {
font-size : 1.5em; font-size : 1.5em;
svg { svg { width : 19px; }
width: 19px;
}
}
h4 {
font-size: 1.25em;
}
strong {
font-weight: bold;
}
em {
font-style:italic;
} }
h4 { font-size : 1.25em; }
strong { font-weight : bold; }
em { font-style : italic; }
ul { ul {
padding-left : 1.25em; padding-left : 1.25em;
list-style : square; list-style : square;
@@ -54,9 +44,7 @@
.blank { .blank {
height : 1em; height : 1em;
margin-top : 0; margin-top : 0;
& + * { & + * { margin-top : 0; }
margin-top : 0;
}
} }
} }
} }

View File

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