0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-01-02 15:02:38 +00:00

Creating thew new brew renderer

This commit is contained in:
Scott Tolksdorf
2016-05-09 09:35:43 -04:00
parent 62654102b8
commit 30e6bb28ad
5 changed files with 122 additions and 11 deletions

View File

@@ -1,3 +1,31 @@
.COM{
@import (less) './client/homebrew/phbStyle/phb.style.less';
.brewRenderer{
position: relative;
overflow-y: scroll;
//height : calc(~"100%");
.pageInfo{
background-color: black;
color : White;
position: absolute;
padding: 30px;
z-index : 1000;
bottom: 0;
right : 0;
}
.pages{
&>.phb{
margin-right : auto;
margin-bottom : 30px;
margin-left : auto;
box-shadow : 1px 4px 14px #000;
}
}
}