mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2026-01-14 19:22:52 +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;
|
padding: 2px 0;
|
||||||
font-family : 'Open Sans', sans-serif;
|
font-family : 'Open Sans', sans-serif;
|
||||||
color : white;
|
color : white;
|
||||||
text-align : center;
|
|
||||||
background-color : #555555;
|
background-color : #555555;
|
||||||
border-top : 1px solid #666666;
|
|
||||||
border-bottom : 1px solid #666666;
|
|
||||||
|
|
||||||
input {
|
input {
|
||||||
position : relative;
|
position : relative;
|
||||||
height : 1.5em;
|
height : 1.5em;
|
||||||
padding : 2px 5px;
|
padding : 2px 5px;
|
||||||
font-family : 'Open Sans', sans-serif;
|
font-family : 'Open Sans', sans-serif;
|
||||||
font-size : 16px;
|
|
||||||
font-weight : normal;
|
|
||||||
color : #000000;
|
color : #000000;
|
||||||
text-transform : uppercase;
|
text-transform : uppercase;
|
||||||
background : #EEEEEE;
|
background : #EEEEEE;
|
||||||
|
|||||||
Reference in New Issue
Block a user