Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Bootstrap
bootstrap
Commits
925f0ca0
Commit
925f0ca0
authored
9 years ago
by
Mark Otto
Browse files
Options
Download
Email Patches
Plain Diff
fix error to danger
parent
f712e922
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
scss/_forms.scss
+2
-2
scss/_forms.scss
with
2 additions
and
2 deletions
+2
-2
scss/_forms.scss
+
2
-
2
View file @
925f0ca0
...
@@ -261,7 +261,7 @@ input[type="checkbox"] {
...
@@ -261,7 +261,7 @@ input[type="checkbox"] {
.form-control-success
,
.form-control-success
,
.form-control-warning
,
.form-control-warning
,
.form-control-
erro
r
{
.form-control-
dange
r
{
padding-right
:
(
$input-padding-x
*
3
);
padding-right
:
(
$input-padding-x
*
3
);
background-repeat
:
no-repeat
;
background-repeat
:
no-repeat
;
background-position
:
center
right
(
$input-height
*
.25
);
background-position
:
center
right
(
$input-height
*
.25
);
...
@@ -288,7 +288,7 @@ input[type="checkbox"] {
...
@@ -288,7 +288,7 @@ input[type="checkbox"] {
.has-danger
{
.has-danger
{
@include
form-control-validation
(
$brand-danger
);
@include
form-control-validation
(
$brand-danger
);
.form-control-
erro
r
{
.form-control-
dange
r
{
background-image
:
url($form-icon-danger)
;
background-image
:
url($form-icon-danger)
;
}
}
}
}
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment