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
6fbceb2f
Commit
6fbceb2f
authored
7 years ago
by
Mark Otto
Browse files
Options
Download
Email Patches
Plain Diff
remove $state-vars now
parent
0f232de9
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
scss/_variables.scss
+2
-22
scss/_variables.scss
with
2 additions
and
22 deletions
+2
-22
scss/_variables.scss
+
2
-
22
View file @
6fbceb2f
...
...
@@ -310,6 +310,8 @@ $nested-kbd-font-weight: $font-weight-bold !default;
$list-inline-padding
:
5px
!
default
;
$mark-bg
:
#fcf8e3
!
default
;
// Tables
//
...
...
@@ -650,28 +652,6 @@ $jumbotron-padding: 2rem !default;
$jumbotron-bg
:
$gray-lighter
!
default
;
// Form states and alerts
//
// Define colors for form feedback states and, by default, alerts.
$state-success-text
:
#3c763d
!
default
;
$state-success-bg
:
#dff0d8
!
default
;
$state-success-border-color
:
darken
(
$state-success-bg
,
5%
)
!
default
;
$state-info-text
:
#31708f
!
default
;
$state-info-bg
:
#d9edf7
!
default
;
$state-info-border-color
:
darken
(
$state-info-bg
,
7%
)
!
default
;
$state-warning-text
:
#8a6d3b
!
default
;
$state-warning-bg
:
#fcf8e3
!
default
;
$mark-bg
:
$state-warning-bg
!
default
;
$state-warning-border-color
:
darken
(
$state-warning-bg
,
5%
)
!
default
;
$state-danger-text
:
#a94442
!
default
;
$state-danger-bg
:
#f2dede
!
default
;
$state-danger-border-color
:
darken
(
$state-danger-bg
,
5%
)
!
default
;
// Cards
$card-spacer-y
:
.75rem
!
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