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
bab3246a
Commit
bab3246a
authored
7 years ago
by
Gisete Kindahl
Committed by
Andres Galante
7 years ago
Browse files
Options
Download
Email Patches
Plain Diff
Centered SVG icon within its own container (#24292)
parent
64567de6
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
scss/_variables.scss
+2
-2
scss/_variables.scss
with
2 additions
and
2 deletions
+2
-2
scss/_variables.scss
+
2
-
2
View file @
bab3246a
...
...
@@ -791,8 +791,8 @@ $carousel-caption-color: $white !default;
$carousel-control-icon-width
:
20px
!
default
;
$carousel-control-prev-icon-bg
:
str-replace
(
url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='
#{
$carousel-control-color
}
' viewBox='0 0 8 8'%3E%3Cpath d='M
4
0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E")
,
"#"
,
"%23"
)
!
default
;
$carousel-control-next-icon-bg
:
str-replace
(
url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='
#{
$carousel-control-color
}
' viewBox='0 0 8 8'%3E%3Cpath d='M
1.
5 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E")
,
"#"
,
"%23"
)
!
default
;
$carousel-control-prev-icon-bg
:
str-replace
(
url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='
#{
$carousel-control-color
}
' viewBox='0 0 8 8'%3E%3Cpath d='M
5.25
0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E")
,
"#"
,
"%23"
)
!
default
;
$carousel-control-next-icon-bg
:
str-replace
(
url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='
#{
$carousel-control-color
}
' viewBox='0 0 8 8'%3E%3Cpath d='M
2.7
5 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E")
,
"#"
,
"%23"
)
!
default
;
$carousel-transition
:
transform
.6s
ease
!
default
;
...
...
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