0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2025-12-24 18:32:41 +00:00

initial commit

This commit is contained in:
Víctor Losada Hernández
2024-03-06 19:30:23 +01:00
parent 190ecddc2a
commit beaf67c975

View File

@@ -14,6 +14,19 @@
box-shadow : 1px 4px 14px #000000;
}
}
&::-webkit-scrollbar {
width: 20px;
z-index: 2;
}
&::-webkit-scrollbar-thumb {
width:20px;
background-color: #d3c1af;
border-right: 7px solid #2C3E50;
}
}
.pane { position : relative; }
.pageInfo {