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
be1bb9ec
Commit
be1bb9ec
authored
9 years ago
by
Chris Bell
Browse files
Options
Download
Email Patches
Plain Diff
#17895
Added $alert-border-width that defaults to $border-width
parent
724bf862
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
scss/_alert.scss
+1
-1
scss/_alert.scss
scss/_variables.scss
+1
-0
scss/_variables.scss
with
2 additions
and
1 deletion
+2
-1
scss/_alert.scss
+
1
-
1
View file @
be1bb9ec
...
...
@@ -5,7 +5,7 @@
.alert
{
padding
:
$alert-padding
;
margin-bottom
:
$spacer-y
;
border
:
1px
solid
transparent
;
border
:
$alert-border-width
solid
transparent
;
@include
border-radius
(
$alert-border-radius
);
// Improve alignment and spacing of inner content
...
...
This diff is collapsed.
Click to expand it.
scss/_variables.scss
+
1
-
0
View file @
be1bb9ec
...
...
@@ -525,6 +525,7 @@ $modal-sm: 300px !default;
$alert-padding
:
15px
!
default
;
$alert-border-radius
:
$border-radius
!
default
;
$alert-link-font-weight
:
bold
!
default
;
$alert-border-width
:
$border-width
!
default
;
$alert-success-bg
:
$state-success-bg
!
default
;
$alert-success-text
:
$state-success-text
!
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