mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2025-12-27 20:12:40 +00:00
31 lines
434 B
Plaintext
31 lines
434 B
Plaintext
@import (less) './client/homebrew/phbStyle/phb.style.less';
|
|
|
|
.brewRenderer{
|
|
position: relative;
|
|
overflow-y: scroll;
|
|
|
|
//height : calc(~"100%");
|
|
|
|
.pageInfo{
|
|
background-color: black;
|
|
color : White;
|
|
position: absolute;
|
|
padding: 30px;
|
|
z-index : 1000;
|
|
|
|
bottom: 0;
|
|
right : 0;
|
|
}
|
|
|
|
.pages{
|
|
|
|
&>.phb{
|
|
margin-right : auto;
|
|
margin-bottom : 30px;
|
|
margin-left : auto;
|
|
box-shadow : 1px 4px 14px #000;
|
|
}
|
|
}
|
|
|
|
|
|
} |