0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-01-04 21:12:41 +00:00

Adding new navitems and finishing the edit and share page

This commit is contained in:
Scott Tolksdorf
2016-05-09 16:54:32 -04:00
parent d5b8c60317
commit ed7decb42b
16 changed files with 350 additions and 204 deletions

View File

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