0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2025-12-24 20:42:43 +00:00

Small style change on checkbox inputs

This commit is contained in:
Gazook89
2024-10-13 09:39:41 -05:00
parent b33d9264d3
commit 96ae07a456

View File

@@ -40,8 +40,14 @@
.anchored-box {
color: #CCCCCC;
input[type='number']{
width: 4ch;
display: flex;
flex-direction: column;
gap: 5px;
input{
height: unset;
&[type='range'] {
padding: 0;
}
}
}