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
13a874e3
Commit
13a874e3
authored
8 years ago
by
Mark Otto
Committed by
Mark Otto
8 years ago
Browse files
Options
Download
Email Patches
Plain Diff
reorder
parent
78cad48c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
scss/_variables.scss
+6
-7
scss/_variables.scss
with
6 additions
and
7 deletions
+6
-7
scss/_variables.scss
+
6
-
7
View file @
13a874e3
...
...
@@ -316,20 +316,19 @@ $table-cell-padding: .75rem !default;
$table-sm-cell-padding
:
.3rem
!
default
;
$table-bg
:
transparent
!
default
;
$table-inverse-bg
:
$gray-dark
!
default
;
$table-inverse-border
:
lighten
(
$gray-dark
,
7
.5%
)
!
default
;
$table-inverse-color
:
$body-bg
!
default
;
$table-bg-accent
:
rgba
(
$black
,.
05
)
!
default
;
$table-bg-hover
:
rgba
(
$black
,.
075
)
!
default
;
$table-bg-active
:
$table-bg-hover
!
default
;
$table-border-width
:
$border-width
!
default
;
$table-border-color
:
$gray-lighter
!
default
;
$table-head-bg
:
$gray-lighter
!
default
;
$table-head-color
:
$gray
!
default
;
$table-border-width
:
$border-width
!
default
;
$table-border-color
:
$gray-lighter
!
default
;
$table-inverse-bg
:
$gray-dark
!
default
;
$table-inverse-border
:
lighten
(
$gray-dark
,
7
.5%
)
!
default
;
$table-inverse-color
:
$body-bg
!
default
;
// Buttons
...
...
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