0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2025-12-28 13:32:39 +00:00
Files
homebrewery/client/homebrew/pageContainer/pageContainer.less
2016-05-09 16:54:32 -04:00

14 lines
267 B
Plaintext

@import (less) './client/homebrew/phbStyle/phb.style.less';
.pageContainer{
background-color : @steel;
.pages{
padding : 30px 0px;
&>.phb{
margin-right : auto;
margin-bottom : 30px;
margin-left : auto;
box-shadow : 1px 4px 14px #000;
}
}
}