mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2025-12-26 09:32:51 +00:00
19 lines
334 B
Plaintext
19 lines
334 B
Plaintext
@import (less) './client/homebrew/phbStyle/phb.style.less';
|
|
|
|
.pageContainer{
|
|
background-color : @steel;
|
|
margin-top: 25px;
|
|
overflow-y: scroll;
|
|
height : 100%;
|
|
.pages{
|
|
padding : 30px 0px;
|
|
|
|
&>.phb{
|
|
margin-right : auto;
|
|
margin-bottom : 30px;
|
|
margin-left : auto;
|
|
box-shadow : 1px 4px 14px #000;
|
|
}
|
|
}
|
|
|
|
} |