0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2025-12-26 07:22:44 +00:00
Files
homebrewery/client/homebrew/brewRenderer/brewRenderer.less
2016-05-09 10:57:23 -04:00

38 lines
510 B
Plaintext

@import (less) './client/homebrew/phbStyle/phb.style.less';
.pane{
position: relative;
}
.brewRenderer{
overflow-y: scroll;
//height : calc(~"100%");
.pageInfo{
background-color: #333;
color : White;
position: absolute;
padding: 8px 10px;
font-weight: 800;
font-size: 10px;
z-index : 1000;
bottom: 0;
right : 17px;
}
.pages{
margin: 30px 0px;
&>.phb{
margin-right : auto;
margin-bottom : 30px;
margin-left : auto;
box-shadow : 1px 4px 14px #000;
}
}
}