mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2025-12-25 07:32:41 +00:00
style tool groups, minor tweaks to spacing
This commit is contained in:
@@ -3,17 +3,25 @@
|
||||
z-index : 1;
|
||||
display : flex;
|
||||
flex-wrap : wrap;
|
||||
gap : 5px;
|
||||
gap : 8px 30px;
|
||||
align-items : center;
|
||||
justify-content : center;
|
||||
box-sizing : border-box;
|
||||
width : 100%;
|
||||
height : 29px;
|
||||
height : auto;
|
||||
padding : 2px 0;
|
||||
font-family : 'Open Sans', sans-serif;
|
||||
color : #CCCCCC;
|
||||
background-color : #555555;
|
||||
|
||||
.group {
|
||||
display : flex;
|
||||
align-items : center;
|
||||
justify-content : center;
|
||||
box-sizing : border-box;
|
||||
height: 28px;
|
||||
|
||||
}
|
||||
input {
|
||||
position : relative;
|
||||
height : 1.5em;
|
||||
@@ -56,6 +64,7 @@
|
||||
&#pageInput {
|
||||
width: 4ch;
|
||||
text-align: center;
|
||||
margin-right: 1ch;
|
||||
}
|
||||
|
||||
}
|
||||
@@ -74,7 +83,7 @@
|
||||
height : 100%;
|
||||
width : auto;
|
||||
min-width : 46px;
|
||||
padding : 0 8px;
|
||||
padding : 0 0px;
|
||||
font-weight : unset;
|
||||
color : inherit;
|
||||
background-color : unset;
|
||||
|
||||
Reference in New Issue
Block a user