1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-20 04:11:39 +02:00

reorder variables, rename -color to -color

This commit is contained in:
Mark Otto
2015-08-10 23:38:41 -07:00
parent 67765587d9
commit a90f6c7093
4 changed files with 95 additions and 77 deletions

View File

@@ -394,7 +394,7 @@ $form-icon-error: "data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGl
display: block; // account for any element using help-block
margin-top: .25rem;
margin-bottom: .75rem;
color: lighten($text-color, 25%); // lighten the text some for contrast
color: lighten($body-color, 25%); // lighten the text some for contrast
}