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
57154a65
Unverified
Commit
57154a65
authored
5 years ago
by
XhmikosR
Committed by
GitHub
5 years ago
Browse files
Options
Download
Email Patches
Plain Diff
Optimize the embedded SVGs. (#29075)
parent
37703a6f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
scss/_variables.scss
+8
-8
scss/_variables.scss
with
8 additions
and
8 deletions
+8
-8
scss/_variables.scss
+
8
-
8
View file @
57154a65
...
...
@@ -537,7 +537,7 @@ $form-check-input-checked-border-color: $form-check-input-checked-bg-color !de
$form-check-input-checked-bg-repeat
:
no-repeat
!
default
;
$form-check-input-checked-bg-position
:
center
center
!
default
;
$form-check-input-checked-bg-size
:
1em
!
default
;
$form-check-input-checked-bg-image
:
url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'><path stroke='
#{
$form-check-input-checked-color
}
' stroke-
width='3' d='M4 8.5L6.5 11l6-6' fill='none' stroke-linecap='round' stroke-linejoin='round
'/></svg>")
!
default
;
$form-check-input-checked-bg-image
:
url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'><path
fill='none'
stroke='
#{
$form-check-input-checked-color
}
' stroke-
linecap='round' stroke-linejoin='round' stroke-width='3' d='M4 8.5L6.5 11l6-6
'/></svg>")
!
default
;
$form-check-radio-checked-bg-image
:
url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'><circle r='3' fill='
#{
$form-check-input-checked-color
}
'/></svg>")
!
default
;
$form-check-input-indeterminate-color
:
$component-active-color
!
default
;
...
...
@@ -546,7 +546,7 @@ $form-check-input-indeterminate-border-color: $form-check-input-indeterminate-
$form-check-input-indeterminate-bg-repeat
:
no-repeat
!
default
;
$form-check-input-indeterminate-bg-position
:
center
center
!
default
;
$form-check-input-indeterminate-bg-size
:
1em
!
default
;
$form-check-input-indeterminate-bg-image
:
url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'><path
d='M5 8h6
' stroke='
#{
$form-check-input-indeterminate-color
}
'
stroke-width='3' fill='none'
stroke-linecap='round' stroke-linejoin='round'/></svg>")
!
default
;
$form-check-input-indeterminate-bg-image
:
url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'><path
fill='none
' stroke='
#{
$form-check-input-indeterminate-color
}
' stroke-linecap='round' stroke-linejoin='round'
stroke-width='3' d='M5 8h6'
/></svg>")
!
default
;
$form-switch-color
:
rgba
(
0
,
0
,
0
,
.25
)
!
default
;
$form-switch-width
:
2em
!
default
;
...
...
@@ -592,7 +592,7 @@ $form-select-bg: $input-bg !default;
$form-select-disabled-bg
:
$gray-200
!
default
;
$form-select-bg-size
:
16px
12px
!
default
;
// In pixels because image dimensions
$form-select-indicator-color
:
$gray-800
!
default
;
$form-select-indicator
:
url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'><path stroke='
#{
$form-select-indicator-color
}
' stroke-
width='2px' d='M2 5l6 6 6-6' fill='none' stroke-
linecap='round' stroke-linejoin='round'/></svg>")
!
default
;
$form-select-indicator
:
url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'><path
fill='none'
stroke='
#{
$form-select-indicator-color
}
' stroke-linecap='round' stroke-linejoin='round
' stroke-width='2' d='M2 5l6 6 6-6
'/></svg>")
!
default
;
$form-select-background
:
no-repeat
right
$form-select-padding-x
center
/
$form-select-bg-size
!
default
;
// Used so we can have multiple background elements (e.g., arrow and feedback icon)
...
...
@@ -667,7 +667,7 @@ $form-feedback-invalid-color: theme-color("danger") !default;
$form-feedback-icon-valid-color
:
$form-feedback-valid-color
!
default
;
$form-feedback-icon-valid
:
url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'><path fill='
#{
$form-feedback-icon-valid-color
}
' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/></svg>")
!
default
;
$form-feedback-icon-invalid-color
:
$form-feedback-invalid-color
!
default
;
$form-feedback-icon-invalid
:
url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='12'
viewBox='0 0 12 12
' stroke='
#{
$form-feedback-icon-invalid-color
}
'
fill='none
'><circle cx='6' cy='6' r='4.5'/><path
d='M5.8 3.6h.4L6 6.5z' stroke-linejoin='round
'/><circle cx='6' cy='8.2' r='.1'/></svg>")
!
default
;
$form-feedback-icon-invalid
:
url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='12'
fill='none
' stroke='
#{
$form-feedback-icon-invalid-color
}
'
viewBox='0 0 12 12
'><circle cx='6' cy='6' r='4.5'/><path
stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z
'/><circle cx='6' cy='8.2' r='.1'/></svg>")
!
default
;
$form-validation-states
:
()
!
default
;
// stylelint-disable-next-line scss/dollar-variable-default
...
...
@@ -743,14 +743,14 @@ $navbar-dark-color: rgba($white, .5) !default;
$navbar-dark-hover-color
:
rgba
(
$white
,
.75
)
!
default
;
$navbar-dark-active-color
:
$white
!
default
;
$navbar-dark-disabled-color
:
rgba
(
$white
,
.25
)
!
default
;
$navbar-dark-toggler-icon-bg
:
url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'><path stroke='
#{
$navbar-dark-color
}
'
stroke-width='2'
stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/></svg>")
!
default
;
$navbar-dark-toggler-icon-bg
:
url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'><path stroke='
#{
$navbar-dark-color
}
' stroke-linecap='round' stroke-miterlimit='10'
stroke-width='2'
d='M4 7h22M4 15h22M4 23h22'/></svg>")
!
default
;
$navbar-dark-toggler-border-color
:
rgba
(
$white
,
.1
)
!
default
;
$navbar-light-color
:
rgba
(
$black
,
.5
)
!
default
;
$navbar-light-hover-color
:
rgba
(
$black
,
.7
)
!
default
;
$navbar-light-active-color
:
rgba
(
$black
,
.9
)
!
default
;
$navbar-light-disabled-color
:
rgba
(
$black
,
.3
)
!
default
;
$navbar-light-toggler-icon-bg
:
url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'><path stroke='
#{
$navbar-light-color
}
'
stroke-width='2'
stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/></svg>")
!
default
;
$navbar-light-toggler-icon-bg
:
url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'><path stroke='
#{
$navbar-light-color
}
' stroke-linecap='round' stroke-miterlimit='10'
stroke-width='2'
d='M4 7h22M4 15h22M4 23h22'/></svg>")
!
default
;
$navbar-light-toggler-border-color
:
rgba
(
$black
,
.1
)
!
default
;
$navbar-light-brand-color
:
$navbar-light-active-color
!
default
;
...
...
@@ -1072,8 +1072,8 @@ $carousel-caption-color: $white !default;
$carousel-control-icon-width
:
20px
!
default
;
$carousel-control-prev-icon-bg
:
url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' fill='
#{
$carousel-control-color
}
' viewBox='0 0 8 8'><path d='M5.25 0l-4 4 4 4 1.5-1.5
-2.5-2.5 2.5-2.5-1.5-1.5
z'/></svg>")
!
default
;
$carousel-control-next-icon-bg
:
url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' fill='
#{
$carousel-control-color
}
' viewBox='0 0 8 8'><path d='M2.75 0l-1.5 1.5
2.5 2.5-2.5 2.5 1.5 1.5
4-4-4-4z'/></svg>")
!
default
;
$carousel-control-prev-icon-bg
:
url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' fill='
#{
$carousel-control-color
}
' viewBox='0 0 8 8'><path d='M5.25 0l-4 4 4 4 1.5-1.5
L4.25 4l2.5-2.5L5.25 0
z'/></svg>")
!
default
;
$carousel-control-next-icon-bg
:
url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' fill='
#{
$carousel-control-color
}
' viewBox='0 0 8 8'><path d='M2.75 0l-1.5 1.5
L3.75 4l-2.5 2.5L2.75 8l
4-4-4-4z'/></svg>")
!
default
;
$carousel-transition-duration
:
.6s
!
default
;
$carousel-transition
:
transform
$carousel-transition-duration
ease-in-out
!
default
;
// Define transform transition first if using multiple transitions (e.g., `transform 2s ease, opacity .5s ease-out`)
...
...
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