mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2026-01-09 02:52:38 +00:00
move some css to prevent affecting brew cards
This commit is contained in:
@@ -24,11 +24,25 @@ body {
|
|||||||
overflow-y : hidden;
|
overflow-y : hidden;
|
||||||
background-color : #2C3E50;
|
background-color : #2C3E50;
|
||||||
|
|
||||||
|
|
||||||
|
.content {
|
||||||
|
background : #2C3E50;
|
||||||
|
|
||||||
|
.dataGroup {
|
||||||
|
width : 100%;
|
||||||
|
height : 100%;
|
||||||
|
background : white;
|
||||||
|
|
||||||
|
&.form .brewLookup {
|
||||||
|
position : relative;
|
||||||
|
padding : 50px clamp(20px, 4vw, 50px);
|
||||||
|
|
||||||
h1, h2, h3, h4 {
|
h1, h2, h3, h4 {
|
||||||
font-family : 'CodeBold';
|
font-family : 'CodeBold';
|
||||||
letter-spacing : 2px;
|
letter-spacing : 2px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
legend {
|
legend {
|
||||||
h3 {
|
h3 {
|
||||||
margin-block : 30px 20px;
|
margin-block : 30px 20px;
|
||||||
@@ -46,19 +60,6 @@ body {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
.content {
|
|
||||||
background : #2C3E50;
|
|
||||||
|
|
||||||
.dataGroup {
|
|
||||||
width : 100%;
|
|
||||||
height : 100%;
|
|
||||||
background : white;
|
|
||||||
|
|
||||||
&.form .brewLookup {
|
|
||||||
position : relative;
|
|
||||||
padding : 50px clamp(20px, 4vw, 50px);
|
|
||||||
|
|
||||||
&::after {
|
&::after {
|
||||||
position : absolute;
|
position : absolute;
|
||||||
top : 0;
|
top : 0;
|
||||||
|
|||||||
Reference in New Issue
Block a user