0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-01-06 23:02:45 +00:00

Added conditional partial page rendering

This commit is contained in:
Scott Tolksdorf
2016-12-03 14:49:00 -05:00
parent bec417a325
commit 9285e53e55
6 changed files with 103 additions and 25 deletions

View File

@@ -16,6 +16,17 @@
font-weight : 800;
color : white;
}
.ppr_msg{
position : absolute;
left : 0px;
bottom : 0;
z-index : 1000;
padding : 8px 10px;
background-color : #333;
font-size : 10px;
font-weight : 800;
color : white;
}
.pages{
margin : 30px 0px;
&>.phb{