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:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user