mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2026-01-06 18:42:40 +00:00
Update UIPage.less to increase specificity
This commit is contained in:
@@ -1,50 +1,52 @@
|
|||||||
.uiPage {
|
.homebrew {
|
||||||
.content {
|
.uiPage.sitePage {
|
||||||
width : ~"min(90vw, 1000px)";
|
.content {
|
||||||
padding : 2% 4%;
|
width : ~"min(90vw, 1000px)";
|
||||||
margin-top : 25px;
|
padding : 2% 4%;
|
||||||
margin-right : auto;
|
margin-top : 25px;
|
||||||
margin-left : auto;
|
margin-right : auto;
|
||||||
overflow-y : scroll;
|
margin-left : auto;
|
||||||
font-family : 'Open Sans';
|
overflow-y : scroll;
|
||||||
font-size : 0.8em;
|
font-family : 'Open Sans';
|
||||||
line-height : 1.8em;
|
font-size : 0.8em;
|
||||||
background-color : #F0F0F0;
|
line-height : 1.8em;
|
||||||
.dataGroup {
|
background-color : #F0F0F0;
|
||||||
padding : 6px 20px 15px;
|
.dataGroup {
|
||||||
margin : 5px 0px;
|
padding : 6px 20px 15px;
|
||||||
border : 2px solid black;
|
margin : 5px 0px;
|
||||||
border-radius : 5px;
|
border : 2px solid black;
|
||||||
}
|
border-radius : 5px;
|
||||||
h1, h2, h3, h4 {
|
}
|
||||||
width : 100%;
|
h1, h2, h3, h4 {
|
||||||
margin : 0.5em 30% 0.25em 0;
|
width : 100%;
|
||||||
font-weight : 900;
|
margin : 0.5em 30% 0.25em 0;
|
||||||
text-transform : uppercase;
|
font-weight : 900;
|
||||||
border-bottom : 2px solid slategrey;
|
text-transform : uppercase;
|
||||||
}
|
border-bottom : 2px solid slategrey;
|
||||||
h1 {
|
}
|
||||||
margin-right : 0;
|
h1 {
|
||||||
margin-bottom : 0.5em;
|
margin-right : 0;
|
||||||
font-size : 2em;
|
margin-bottom : 0.5em;
|
||||||
border-bottom : 2px solid darkslategrey;
|
font-size : 2em;
|
||||||
}
|
border-bottom : 2px solid darkslategrey;
|
||||||
h2 { font-size : 1.75em; }
|
}
|
||||||
h3 {
|
h2 { font-size : 1.75em; }
|
||||||
font-size : 1.5em;
|
h3 {
|
||||||
svg { width : 19px; }
|
font-size : 1.5em;
|
||||||
}
|
svg { width : 19px; }
|
||||||
h4 { font-size : 1.25em; }
|
}
|
||||||
strong { font-weight : bold; }
|
h4 { font-size : 1.25em; }
|
||||||
em { font-style : italic; }
|
strong { font-weight : bold; }
|
||||||
ul {
|
em { font-style : italic; }
|
||||||
padding-left : 1.25em;
|
ul {
|
||||||
list-style : square;
|
padding-left : 1.25em;
|
||||||
}
|
list-style : square;
|
||||||
.blank {
|
}
|
||||||
height : 1em;
|
.blank {
|
||||||
margin-top : 0;
|
height : 1em;
|
||||||
& + * { margin-top : 0; }
|
margin-top : 0;
|
||||||
|
& + * { margin-top : 0; }
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user