mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2025-12-25 20:33:51 +00:00
41 lines
866 B
Plaintext
41 lines
866 B
Plaintext
@import (multiple, less) 'shared/naturalcrit/styles/reset.less';
|
|
|
|
.brewRenderer{
|
|
will-change : transform;
|
|
overflow-y : scroll;
|
|
.pages{
|
|
margin : 30px 0px;
|
|
&>.page{
|
|
margin-right : auto;
|
|
margin-bottom : 30px;
|
|
margin-left : auto;
|
|
box-shadow : 1px 4px 14px #000;
|
|
}
|
|
}
|
|
}
|
|
.pane{
|
|
position : relative;
|
|
}
|
|
.pageInfo{
|
|
position : absolute;
|
|
right : 17px;
|
|
bottom : 0;
|
|
z-index : 1000;
|
|
padding : 8px 10px;
|
|
background-color : #333;
|
|
font-size : 10px;
|
|
font-weight : 800;
|
|
color : white;
|
|
}
|
|
.ppr_msg{
|
|
position : absolute;
|
|
left : 0px;
|
|
bottom : 0;
|
|
z-index : 1000;
|
|
padding : 8px 10px;
|
|
background-color : #333;
|
|
font-size : 10px;
|
|
font-weight : 800;
|
|
color : white;
|
|
}
|