0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-01-04 16:52:38 +00:00

Moving phb styling to be stand alone, removed all unneeded assets

This commit is contained in:
Scott Tolksdorf
2016-01-13 13:31:23 -05:00
parent a8a52a2ed2
commit 923077ffa6
29 changed files with 489 additions and 503 deletions

View File

@@ -0,0 +1,12 @@
@import (less) './client/homebrew/phb/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;
}
}