Commit 727722da authored by Patrick H. Lauke's avatar Patrick H. Lauke
Browse files

Add form-control-legend

parent 255e89b2
Showing with 12 additions and 0 deletions
+12 -0
......@@ -80,6 +80,18 @@ select.form-control {
margin-bottom: 0; // Override the `<label>` default
}
//
// Legends
//
// For use with horizontal and inline forms, when you need the legend text to
// be the same size as regular labels, and to align with the form controls.
.form-control-legend {
padding: $input-padding-y $input-padding-x;
margin-bottom: 0;
font-size: $font-size-base;
}
// Todo: clear this up
......
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