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
b3226c1c
Commit
b3226c1c
authored
6 years ago
by
Martijn Cuppens
Committed by
XhmikosR
6 years ago
Browse files
Options
Download
Email Patches
Plain Diff
Align toast variables (#28041)
parent
8f5abf0a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
scss/_variables.scss
+14
-13
scss/_variables.scss
with
14 additions
and
13 deletions
+14
-13
scss/_variables.scss
+
14
-
13
View file @
b3226c1c
...
@@ -890,19 +890,20 @@ $popover-arrow-outer-color: fade-in($popover-border-color, .05) !default
...
@@ -890,19 +890,20 @@ $popover-arrow-outer-color: fade-in($popover-border-color, .05) !default
// Toasts
// Toasts
$toast-max-width
:
350px
!
default
;
$toast-padding-x
:
.75rem
!
default
;
$toast-max-width
:
350px
!
default
;
$toast-padding-y
:
.25rem
!
default
;
$toast-padding-x
:
.75rem
!
default
;
$toast-font-size
:
.875rem
!
default
;
$toast-padding-y
:
.25rem
!
default
;
$toast-background-color
:
rgba
(
$white
,
.85
)
!
default
;
$toast-font-size
:
.875rem
!
default
;
$toast-border-width
:
1px
!
default
;
$toast-background-color
:
rgba
(
$white
,
.85
)
!
default
;
$toast-border-color
:
rgba
(
0
,
0
,
0
,
.1
)
!
default
;
$toast-border-width
:
1px
!
default
;
$toast-border-radius
:
.25rem
!
default
;
$toast-border-color
:
rgba
(
0
,
0
,
0
,
.1
)
!
default
;
$toast-box-shadow
:
0
.25rem
.75rem
rgba
(
$black
,
.1
)
!
default
;
$toast-border-radius
:
.25rem
!
default
;
$toast-box-shadow
:
0
.25rem
.75rem
rgba
(
$black
,
.1
)
!
default
;
$toast-header-color
:
$gray-600
!
default
;
$toast-header-background-color
:
rgba
(
$white
,
.85
)
!
default
;
$toast-header-color
:
$gray-600
!
default
;
$toast-header-border-color
:
rgba
(
0
,
0
,
0
,
.05
)
!
default
;
$toast-header-background-color
:
rgba
(
$white
,
.85
)
!
default
;
$toast-header-border-color
:
rgba
(
0
,
0
,
0
,
.05
)
!
default
;
// Badges
// Badges
...
...
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