0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-01-08 09:42:43 +00:00

Page container is now doign partial rendering, need to clean up the stlying though

This commit is contained in:
Scott Tolksdorf
2016-04-06 00:15:15 -04:00
parent 90d46f5c48
commit c93c6b13c4
5 changed files with 53 additions and 13 deletions

View File

@@ -1,12 +1,19 @@
@import (less) './client/homebrew/phbStyle/phb.style.less';
.pageContainer{
padding : 30px 0px;
background-color : @steel;
&>.phb{
margin-right : auto;
margin-bottom : 30px;
margin-left : auto;
box-shadow : 1px 4px 14px #000;
margin-top: 25px;
overflow-y: scroll;
height : 100%;
.pages{
padding : 30px 0px;
&>.phb{
margin-right : auto;
margin-bottom : 30px;
margin-left : auto;
box-shadow : 1px 4px 14px #000;
}
}
}