From: zwp Date: Sun, 19 Jan 2014 20:44:13 +0000 (-0600) Subject: Update examples_form_variables.html X-Git-Tag: v5.2.0~83^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F4188%2Fhead;p=thirdparty%2Ffoundation%2Ffoundation-sites.git Update examples_form_variables.html Update form sass variable listing with $input-border-radius (default value is 0). --- diff --git a/doc/includes/form/examples_form_variables.html b/doc/includes/form/examples_form_variables.html index adbff77b8..da95575fa 100644 --- a/doc/includes/form/examples_form_variables.html +++ b/doc/includes/form/examples_form_variables.html @@ -20,6 +20,7 @@ $input-border-color: scale-color(#fff, $lightness: -20%); $input-focus-border-color: scale-color(#fff, $lightness: -40%); $input-border-style: solid; $input-border-width: 1px; +$input-border-radius: 0; $input-disabled-bg: #ddd; $input-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1); $input-include-glowing-effect: true; @@ -57,4 +58,4 @@ $input-error-message-font-color-alt: #333; $glowing-effect-fade-time: 0.45s; $glowing-effect-color: $input-focus-border-color; ``` -{{/markdown}} \ No newline at end of file +{{/markdown}}