Skip to content
GitLab
Explore
Projects
Groups
Snippets
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
09c7b1c5
Commit
09c7b1c5
authored
8 years ago
by
Mark Otto
Browse files
Options
Download
Email Patches
Plain Diff
Fixes
#21908
parent
d822e9e4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
scss/_variables.scss
+1
-1
scss/_variables.scss
with
1 addition
and
1 deletion
+1
-1
scss/_variables.scss
+
1
-
1
View file @
09c7b1c5
...
...
@@ -544,7 +544,7 @@ $form-icon-warning-color: $brand-warning !default;
$form-icon-warning
:
str-replace
(
url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='
#{
$form-icon-warning-color
}
' d='M4.4 5.324h-.8v-2.46h.8zm0 1.42h-.8V5.89h.8zM3.76.63L.04 7.075c-.115.2.016.425.26.426h7.397c.242 0 .372-.226.258-.426C6.726 4.924 5.47 2.79 4.253.63c-.113-.174-.39-.174-.494 0z'/%3E%3C/svg%3E")
,
"#"
,
"%23"
)
!
default
;
$form-icon-danger-color
:
$brand-danger
!
default
;
$form-icon-danger
:
str-replace
(
url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='
#{
$form-icon-danger-color
}
' viewBox='-2 -2 7 7'%3E%3Cpath stroke='
%23d9534f
' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E")
,
"#"
,
"%23"
)
!
default
;
$form-icon-danger
:
str-replace
(
url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='
#{
$form-icon-danger-color
}
' viewBox='-2 -2 7 7'%3E%3Cpath stroke='
#{
$form-icon-danger-color
}
' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E")
,
"#"
,
"%23"
)
!
default
;
// Dropdowns
...
...
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
Menu
Explore
Projects
Groups
Snippets