mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2026-01-13 23:52:42 +00:00
css fixes
This commit is contained in:
@@ -97,11 +97,12 @@ body {
|
|||||||
}
|
}
|
||||||
|
|
||||||
&.noBrews {
|
&.noBrews {
|
||||||
display:grid;
|
display: grid;
|
||||||
place-items:center;
|
place-items: center;
|
||||||
|
color: white;
|
||||||
}
|
}
|
||||||
|
|
||||||
.brewCount {
|
.totalBrews {
|
||||||
position: fixed;
|
position: fixed;
|
||||||
bottom: 0;
|
bottom: 0;
|
||||||
right: 17px;
|
right: 17px;
|
||||||
@@ -112,27 +113,6 @@ body {
|
|||||||
padding: 8px 10px;
|
padding: 8px 10px;
|
||||||
z-index: 1000;
|
z-index: 1000;
|
||||||
font-family: 'Open Sans';
|
font-family: 'Open Sans';
|
||||||
|
|
||||||
&:empty {
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
.limit {
|
|
||||||
position: fixed;
|
|
||||||
bottom: 0;
|
|
||||||
left: 502px;
|
|
||||||
font-size: 11px;
|
|
||||||
font-weight: 800;
|
|
||||||
color: white;
|
|
||||||
background-color: #333;
|
|
||||||
padding: 8px 10px;
|
|
||||||
z-index: 1000;
|
|
||||||
font-family: 'Open Sans';
|
|
||||||
|
|
||||||
&:empty {
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
.brewItem {
|
.brewItem {
|
||||||
background-image: url('/assets/parchmentBackground.jpg');
|
background-image: url('/assets/parchmentBackground.jpg');
|
||||||
|
|||||||
Reference in New Issue
Block a user