mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2026-01-08 18:22:40 +00:00
Move rules out of body and into more specific elements
This commit is contained in:
@@ -1,32 +1,13 @@
|
|||||||
body {
|
|
||||||
height : 100vh;
|
|
||||||
|
|
||||||
.content { height : 100%; }
|
|
||||||
|
|
||||||
small {
|
|
||||||
font-size : 10pt;
|
|
||||||
color : #555555;
|
|
||||||
|
|
||||||
a { color : #333333; }
|
|
||||||
}
|
|
||||||
|
|
||||||
code {
|
|
||||||
padding-inline : 5px;
|
|
||||||
background : lightgrey;
|
|
||||||
border-radius : 5px;
|
|
||||||
}
|
|
||||||
|
|
||||||
*:not(input) { user-select : none; }
|
|
||||||
}
|
|
||||||
|
|
||||||
.vaultPage {
|
.vaultPage {
|
||||||
height : 100%;
|
height : 100%;
|
||||||
overflow-y : hidden;
|
overflow-y : hidden;
|
||||||
background-color : #2C3E50;
|
background-color : #2C3E50;
|
||||||
|
|
||||||
|
*:not(input) { user-select : none; }
|
||||||
|
|
||||||
.content {
|
.content {
|
||||||
background : #2C3E50;
|
background : #2C3E50;
|
||||||
|
height: 100%;
|
||||||
|
|
||||||
.dataGroup {
|
.dataGroup {
|
||||||
width : 100%;
|
width : 100%;
|
||||||
@@ -37,11 +18,24 @@ body {
|
|||||||
position : relative;
|
position : relative;
|
||||||
padding : 50px clamp(20px, 4vw, 50px);
|
padding : 50px clamp(20px, 4vw, 50px);
|
||||||
|
|
||||||
|
small {
|
||||||
|
font-size : 10pt;
|
||||||
|
color : #555555;
|
||||||
|
|
||||||
|
a { color : #333333; }
|
||||||
|
}
|
||||||
|
|
||||||
|
code {
|
||||||
|
padding-inline : 5px;
|
||||||
|
background : lightgrey;
|
||||||
|
border-radius : 5px;
|
||||||
|
font-family : monospace;
|
||||||
|
}
|
||||||
|
|
||||||
h1, h2, h3, h4 {
|
h1, h2, h3, h4 {
|
||||||
font-family : 'CodeBold';
|
font-family : 'CodeBold';
|
||||||
letter-spacing : 2px;
|
letter-spacing : 2px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
legend {
|
legend {
|
||||||
h3 {
|
h3 {
|
||||||
@@ -144,8 +138,6 @@ body {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
#searchButton {
|
#searchButton {
|
||||||
position : absolute;
|
position : absolute;
|
||||||
right : 20px;
|
right : 20px;
|
||||||
@@ -166,7 +158,6 @@ body {
|
|||||||
overflow-y : auto;
|
overflow-y : auto;
|
||||||
font-family : 'BookInsanityRemake';
|
font-family : 'BookInsanityRemake';
|
||||||
font-size : 0.34cm;
|
font-size : 0.34cm;
|
||||||
|
|
||||||
|
|
||||||
h3 {
|
h3 {
|
||||||
font-family : 'Open Sans';
|
font-family : 'Open Sans';
|
||||||
|
|||||||
Reference in New Issue
Block a user