0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-01-03 19:12:41 +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 { .brewRenderer {
will-change : transform; will-change : transform;
overflow-y : scroll; overflow-y : scroll;
padding-bottom: 30px; padding-block : 30px;
:where(.pages) { :where(.pages) {
margin : 30px 0px; margin : 30px 0px;
@@ -25,14 +25,14 @@
height: 20px; height: 20px;
width:auto; width:auto;
} }
&-thumb { &-thumb {
background: linear-gradient(90deg, #d3c1af 15px, #00000000 15px); background: linear-gradient(90deg, #d3c1af 15px, #00000000 15px);
&:horizontal{ &:horizontal{
background: linear-gradient(0deg, #d3c1af 15px, #00000000 15px); background: linear-gradient(0deg, #d3c1af 15px, #00000000 15px);
} }
} }
&-corner { &-corner {
visibility: hidden; visibility: hidden;
} }