0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2025-12-25 14:02:40 +00:00

"Update brewRenderer.less: changed padding-bottom to padding-block, removed empty lines, and reformatted some styles."

This commit is contained in:
Víctor Losada Hernández
2024-06-02 16:03:54 +02:00
parent 202ea1d905
commit e2a3959feb

View File

@@ -3,7 +3,7 @@
.brewRenderer {
will-change : transform;
overflow-y : scroll;
padding-bottom: 30px;
padding-block : 30px;
:where(.pages) {
margin : 30px 0px;
@@ -25,14 +25,14 @@
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;
}