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:
parent
faf9a2bcfb
commit
ba6dd8999b
@ -1,5 +1,6 @@
|
|||||||
// define some global button styles.
|
// define some global button styles.
|
||||||
.button {
|
.button {
|
||||||
|
font-size: 1em;
|
||||||
border-radius: 0.3em;
|
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));
|
@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;
|
padding: 0.3em 0.7em 0.4em;
|
||||||
|
|||||||
@ -2,6 +2,7 @@
|
|||||||
.input {
|
.input {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
font-family: "Helvetica Neue" sans-serif;
|
font-family: "Helvetica Neue" sans-serif;
|
||||||
|
font-size: 1em;
|
||||||
border-radius: 0.3em;
|
border-radius: 0.3em;
|
||||||
@include box-shadow(inset 0 2px 4px rgba(0, 0, 0, 0.2));
|
@include box-shadow(inset 0 2px 4px rgba(0, 0, 0, 0.2));
|
||||||
padding: 0.4em;
|
padding: 0.4em;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user