0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2025-12-28 07:02:38 +00:00

aesthetic changes (border, text align, font size)

Text align isn't doing anything, and no other UI element is using a border and doesn't seem necessary here.  Maintains the "flat" design.
This commit is contained in:
Gazook89
2024-08-17 14:25:04 -05:00
parent 19e6d94419
commit 21e9251043

View File

@@ -11,18 +11,13 @@
padding: 2px 0;
font-family : 'Open Sans', sans-serif;
color : white;
text-align : center;
background-color : #555555;
border-top : 1px solid #666666;
border-bottom : 1px solid #666666;
input {
position : relative;
height : 1.5em;
padding : 2px 5px;
font-family : 'Open Sans', sans-serif;
font-size : 16px;
font-weight : normal;
color : #000000;
text-transform : uppercase;
background : #EEEEEE;