Commit 4db90244 authored by Mark Otto's avatar Mark Otto
Browse files

run make on previous commit

parent 2aec6dae
Showing with 2 additions and 1 deletion
+2 -1
...@@ -1491,6 +1491,7 @@ input[type="url"].input-large, ...@@ -1491,6 +1491,7 @@ input[type="url"].input-large,
input[type="search"].input-large, input[type="search"].input-large,
input[type="tel"].input-large, input[type="tel"].input-large,
input[type="color"].input-large { input[type="color"].input-large {
min-height: 56px;
padding: 14px 16px; padding: 14px 16px;
font-size: 18px; font-size: 18px;
border-radius: 6px; border-radius: 6px;
...@@ -1512,7 +1513,7 @@ input[type="url"].input-small, ...@@ -1512,7 +1513,7 @@ input[type="url"].input-small,
input[type="search"].input-small, input[type="search"].input-small,
input[type="tel"].input-small, input[type="tel"].input-small,
input[type="color"].input-small { input[type="color"].input-small {
min-height: 32px; min-height: 30px;
padding: 5px 10px; padding: 5px 10px;
font-size: 12px; font-size: 12px;
border-radius: 3px; border-radius: 3px;
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment