0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2025-12-31 02:12:43 +00:00

style tool groups, minor tweaks to spacing

This commit is contained in:
Gazook89
2024-08-19 23:15:02 -05:00
parent 9510b4d097
commit 28a06348ab

View File

@@ -3,17 +3,25 @@
z-index : 1; z-index : 1;
display : flex; display : flex;
flex-wrap : wrap; flex-wrap : wrap;
gap : 5px; gap : 8px 30px;
align-items : center; align-items : center;
justify-content : center; justify-content : center;
box-sizing : border-box; box-sizing : border-box;
width : 100%; width : 100%;
height : 29px; height : auto;
padding : 2px 0; padding : 2px 0;
font-family : 'Open Sans', sans-serif; font-family : 'Open Sans', sans-serif;
color : #CCCCCC; color : #CCCCCC;
background-color : #555555; background-color : #555555;
.group {
display : flex;
align-items : center;
justify-content : center;
box-sizing : border-box;
height: 28px;
}
input { input {
position : relative; position : relative;
height : 1.5em; height : 1.5em;
@@ -56,6 +64,7 @@
&#pageInput { &#pageInput {
width: 4ch; width: 4ch;
text-align: center; text-align: center;
margin-right: 1ch;
} }
} }
@@ -74,7 +83,7 @@
height : 100%; height : 100%;
width : auto; width : auto;
min-width : 46px; min-width : 46px;
padding : 0 8px; padding : 0 0px;
font-weight : unset; font-weight : unset;
color : inherit; color : inherit;
background-color : unset; background-color : unset;