1
0
mirror of https://github.com/danbee/julep synced 2025-03-04 08:59:10 +00:00

Set font size for buttons and inputs.

This commit is contained in:
Dan Barber 2013-02-26 18:06:38 +00:00
parent faf9a2bcfb
commit ba6dd8999b
2 changed files with 2 additions and 0 deletions

View File

@ -1,5 +1,6 @@
// define some global button styles.
.button {
font-size: 1em;
border-radius: 0.3em;
@include box-shadow(0 1px 1px rgba(0, 0, 0, 0.2), inset 0 1px 0 rgba(255, 255, 255, 0.2), inset 0 -2px 0 rgba(0, 0, 0, 0.4));
padding: 0.3em 0.7em 0.4em;

View File

@ -2,6 +2,7 @@
.input {
width: 100%;
font-family: "Helvetica Neue" sans-serif;
font-size: 1em;
border-radius: 0.3em;
@include box-shadow(inset 0 2px 4px rgba(0, 0, 0, 0.2));
padding: 0.4em;