mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2026-01-22 03:07:51 +00:00
Small style change on checkbox inputs
This commit is contained in:
@@ -40,8 +40,14 @@
|
|||||||
|
|
||||||
.anchored-box {
|
.anchored-box {
|
||||||
color: #CCCCCC;
|
color: #CCCCCC;
|
||||||
input[type='number']{
|
display: flex;
|
||||||
width: 4ch;
|
flex-direction: column;
|
||||||
|
gap: 5px;
|
||||||
|
input{
|
||||||
|
height: unset;
|
||||||
|
&[type='range'] {
|
||||||
|
padding: 0;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user