mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2025-12-24 20:42:43 +00:00
67 lines
1.4 KiB
Plaintext
67 lines
1.4 KiB
Plaintext
@import (multiple, less) 'shared/naturalcrit/styles/reset.less';
|
|
|
|
.brewRenderer {
|
|
will-change : transform;
|
|
overflow-y : scroll;
|
|
:where(.pages) {
|
|
margin : 30px 0px;
|
|
& > :where(.page) {
|
|
width : 215.9mm;
|
|
height : 279.4mm;
|
|
margin-right : auto;
|
|
margin-bottom : 30px;
|
|
margin-left : auto;
|
|
box-shadow : 1px 4px 14px #000000;
|
|
}
|
|
}
|
|
|
|
&::-webkit-scrollbar {
|
|
width: 20px;
|
|
&:horizontal{
|
|
height: 20px;
|
|
width:auto;
|
|
}
|
|
&-thumb {
|
|
background: linear-gradient(90deg, #d3c1af 15px, #00000000 15px);
|
|
&:horizontal{
|
|
background: linear-gradient(0deg, #d3c1af 15px, #00000000 15px);
|
|
}
|
|
}
|
|
&-corner {
|
|
visibility: hidden;
|
|
}
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
}
|
|
.pane { position : relative; }
|
|
.pageInfo {
|
|
position : absolute;
|
|
right : 17px;
|
|
bottom : 0;
|
|
z-index : 1000;
|
|
font-size : 10px;
|
|
font-weight : 800;
|
|
color : white;
|
|
background-color : #333333;
|
|
div {
|
|
display : inline-block;
|
|
padding : 8px 10px;
|
|
&:not(:last-child) { border-right : 1px solid #666666; }
|
|
}
|
|
}
|
|
.ppr_msg {
|
|
position : absolute;
|
|
bottom : 0;
|
|
left : 0px;
|
|
z-index : 1000;
|
|
padding : 8px 10px;
|
|
font-size : 10px;
|
|
font-weight : 800;
|
|
color : white;
|
|
background-color : #333333;
|
|
}
|