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
ece0775b
Commit
ece0775b
authored
9 years ago
by
Chris Rebert
Browse files
Options
Download
Email Patches
Plain Diff
Extract $modal-{header,footer}-border-width variables
[skip sauce] [skip validator]
parent
c7be6883
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
scss/_modal.scss
+2
-2
scss/_modal.scss
scss/_variables.scss
+2
-0
scss/_variables.scss
with
4 additions
and
2 deletions
+4
-2
scss/_modal.scss
+
2
-
2
View file @
ece0775b
...
...
@@ -74,7 +74,7 @@
// Top section of the modal w/ title and dismiss
.modal-header
{
padding
:
$modal-title-padding
;
border-bottom
:
1px
solid
$modal-header-border-color
;
border-bottom
:
$modal-header-border-width
solid
$modal-header-border-color
;
@include
clearfix
;
}
// Close icon
...
...
@@ -99,7 +99,7 @@
.modal-footer
{
padding
:
$modal-inner-padding
;
text-align
:
right
;
// right align buttons
border-top
:
1px
solid
$modal-footer-border-color
;
border-top
:
$modal-footer-border-width
solid
$modal-footer-border-color
;
@include
clearfix
();
// clear it in case folks use .pull-* classes on buttons
}
...
...
This diff is collapsed.
Click to expand it.
scss/_variables.scss
+
2
-
0
View file @
ece0775b
...
...
@@ -641,6 +641,8 @@ $modal-backdrop-bg: #000 !default;
$modal-backdrop-opacity
:
.5
!
default
;
$modal-header-border-color
:
#e5e5e5
!
default
;
$modal-footer-border-color
:
$modal-header-border-color
!
default
;
$modal-header-border-width
:
$border-width
!
default
;
$modal-footer-border-width
:
$modal-header-border-width
!
default
;
$modal-lg
:
900px
!
default
;
$modal-md
:
600px
!
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