mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2025-12-28 13:32:39 +00:00
14 lines
267 B
Plaintext
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;
|
|
}
|
|
}
|
|
} |