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
904f22c9
Commit
904f22c9
authored
7 years ago
by
Andres Galante
Committed by
Mark Otto
7 years ago
Browse files
Options
Download
Email Patches
Plain Diff
changes colors references on variables.scss from hardcoded to variables on the theme
parent
b7a153b2
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
scss/_variables.scss
+10
-10
scss/_variables.scss
with
10 additions
and
10 deletions
+10
-10
scss/_variables.scss
+
10
-
10
View file @
904f22c9
...
...
@@ -88,8 +88,8 @@ $theme-colors: map-merge((
$theme-color-interval
:
8%
!
default
;
// Customize the light and dark text colors for use in our YIQ color contrast function.
$yiq-text-dark
:
#111
!
default
;
$yiq-text-light
:
#fff
!
default
;
$yiq-text-dark
:
$gray-900
!
default
;
$yiq-text-light
:
$white
!
default
;
// Options
...
...
@@ -436,7 +436,7 @@ $custom-control-spacer-y: .25rem !default;
$custom-control-spacer-x
:
1rem
!
default
;
$custom-control-indicator-size
:
1rem
!
default
;
$custom-control-indicator-bg
:
#ddd
!
default
;
$custom-control-indicator-bg
:
$gray-300
!
default
;
$custom-control-indicator-bg-size
:
50%
50%
!
default
;
$custom-control-indicator-box-shadow
:
inset
0
.25rem
.25rem
rgba
(
$black
,
.1
)
!
default
;
...
...
@@ -474,7 +474,7 @@ $custom-select-disabled-color: $gray-600 !default;
$custom-select-bg
:
$white
!
default
;
$custom-select-disabled-bg
:
$gray-200
!
default
;
$custom-select-bg-size
:
8px
10px
!
default
;
// In pixels because image dimensions
$custom-select-indicator-color
:
#333
!
default
;
$custom-select-indicator-color
:
$gray-800
!
default
;
$custom-select-indicator
:
str-replace
(
url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='
#{
$custom-select-indicator-color
}
' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E")
,
"#"
,
"%23"
)
!
default
;
$custom-select-border-width
:
$input-btn-border-width
!
default
;
$custom-select-border-color
:
$input-border-color
!
default
;
...
...
@@ -564,13 +564,13 @@ $nav-link-padding-y: .5rem !default;
$nav-link-padding-x
:
1rem
!
default
;
$nav-link-disabled-color
:
$gray-600
!
default
;
$nav-tabs-border-color
:
#ddd
!
default
;
$nav-tabs-border-color
:
$gray-300
!
default
;
$nav-tabs-border-width
:
$border-width
!
default
;
$nav-tabs-border-radius
:
$border-radius
!
default
;
$nav-tabs-link-hover-border-color
:
$gray-200
!
default
;
$nav-tabs-link-active-color
:
$gray-700
!
default
;
$nav-tabs-link-active-bg
:
$body-bg
!
default
;
$nav-tabs-link-active-border-color
:
#ddd
!
default
;
$nav-tabs-link-active-border-color
:
$gray-300
!
default
;
$nav-pills-border-radius
:
$border-radius
!
default
;
$nav-pills-link-active-color
:
$component-active-color
!
default
;
...
...
@@ -619,11 +619,11 @@ $pagination-line-height: 1.25 !default;
$pagination-color
:
$link-color
!
default
;
$pagination-bg
:
$white
!
default
;
$pagination-border-width
:
$border-width
!
default
;
$pagination-border-color
:
#ddd
!
default
;
$pagination-border-color
:
$gray-300
!
default
;
$pagination-hover-color
:
$link-hover-color
!
default
;
$pagination-hover-bg
:
$gray-200
!
default
;
$pagination-hover-border-color
:
#ddd
!
default
;
$pagination-hover-border-color
:
$gray-300
!
default
;
$pagination-active-color
:
$white
!
default
;
$pagination-active-bg
:
theme-color
(
"primary"
)
!
default
;
...
...
@@ -631,7 +631,7 @@ $pagination-active-border-color: theme-color("primary") !default;
$pagination-disabled-color
:
$gray-600
!
default
;
$pagination-disabled-bg
:
$white
!
default
;
$pagination-disabled-border-color
:
#ddd
!
default
;
$pagination-disabled-border-color
:
$gray-300
!
default
;
// Jumbotron
...
...
@@ -800,7 +800,7 @@ $list-group-action-active-bg: $gray-200 !default;
$thumbnail-padding
:
.25rem
!
default
;
$thumbnail-bg
:
$body-bg
!
default
;
$thumbnail-border-width
:
$border-width
!
default
;
$thumbnail-border-color
:
#ddd
!
default
;
$thumbnail-border-color
:
$gray-300
!
default
;
$thumbnail-border-radius
:
$border-radius
!
default
;
$thumbnail-box-shadow
:
0
1px
2px
rgba
(
$black
,
.075
)
!
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