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
df3993a6
Commit
df3993a6
authored
6 years ago
by
Mark Otto
Committed by
XhmikosR
6 years ago
Browse files
Options
Download
Email Patches
Plain Diff
Round corners on modal footer
Matches the method used for the modal header. Fixes
#26955
.
parent
8073e10f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
scss/_modal.scss
+1
-0
scss/_modal.scss
with
1 addition
and
0 deletions
+1
-0
scss/_modal.scss
+
1
-
0
View file @
df3993a6
...
@@ -135,6 +135,7 @@
...
@@ -135,6 +135,7 @@
justify-content
:
flex-end
;
// Right align buttons with flex property because text-align doesn't work on flex items
justify-content
:
flex-end
;
// Right align buttons with flex property because text-align doesn't work on flex items
padding
:
$modal-inner-padding
;
padding
:
$modal-inner-padding
;
border-top
:
$modal-footer-border-width
solid
$modal-footer-border-color
;
border-top
:
$modal-footer-border-width
solid
$modal-footer-border-color
;
@include
border-bottom-radius
(
$modal-content-border-radius
);
// Easily place margin between footer elements
// Easily place margin between footer elements
>
:not
(
:first-child
)
{
margin-left
:
.25rem
;
}
>
:not
(
:first-child
)
{
margin-left
:
.25rem
;
}
...
...
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