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:
12
client/homebrew/pageContainer/pageContainer.less
Normal file
12
client/homebrew/pageContainer/pageContainer.less
Normal 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;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user