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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user