diff --git a/css/mini-full.css b/css/mini-full.css index dc39b31..9bacbbb 100644 --- a/css/mini-full.css +++ b/css/mini-full.css @@ -647,9 +647,10 @@ textarea { - $frm-ctl-group-margin : The margin for control groups inside the form. - $frm-inline-name : The class name for forms with inline style. - $frm-aligned-name : The class name for forms with aligned style. - - $frm-aligned-label-width : The width of labels in forms with aligned style. [1] + - $frm-aligned-label-width : The width of labels in forms with aligned style. Notes: - // TODO: write notes - does [1] qualify? Should I write more notes? We'll see - probably note that elements like submit and button are not styled etc. + - [1] : Input elements with button-like style (i.e. submit, reset, button etc.) are not affected by form styling. + Please use the button styles and mixins provided to properly style them to your liking. */ .frm input[type="color"], .frm input[type^="date"], .frm input[type$="time"], .frm input[type="email"], .frm input[type="month"], .frm input[type="week"], .frm input[type="text"], .frm input[type="password"], diff --git a/scss/mini/_form.scss b/scss/mini/_form.scss index f7aa2c6..a6b54d7 100644 --- a/scss/mini/_form.scss +++ b/scss/mini/_form.scss @@ -18,9 +18,10 @@ - $frm-ctl-group-margin : The margin for control groups inside the form. - $frm-inline-name : The class name for forms with inline style. - $frm-aligned-name : The class name for forms with aligned style. - - $frm-aligned-label-width : The width of labels in forms with aligned style. [1] + - $frm-aligned-label-width : The width of labels in forms with aligned style. Notes: - // TODO: write notes - does [1] qualify? Should I write more notes? We'll see - probably note that elements like submit and button are not styled etc. + - [1] : Input elements with button-like style (i.e. submit, reset, button etc.) are not affected by form styling. + Please use the button styles and mixins provided to properly style them to your liking. */ @mixin make-frm( $frm-name, $frm-border, $frm-border-radius, $frm-margin, $frm-padding, $frm-focus-color,