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
b2e88d13
Commit
b2e88d13
authored
11 years ago
by
Chris Rebert
Browse files
Options
Download
Email Patches
Plain Diff
add & use @modal-md Less var for uniformity
parent
0ef8d1ba
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
less/modals.less
+1
-1
less/modals.less
less/variables.less
+1
-0
less/variables.less
with
2 additions
and
1 deletion
+2
-1
less/modals.less
+
1
-
1
View file @
b2e88d13
...
@@ -124,7 +124,7 @@
...
@@ -124,7 +124,7 @@
// Automatically set modal's width for larger viewports
// Automatically set modal's width for larger viewports
.modal-dialog {
.modal-dialog {
width:
600px
;
width:
@modal-md
;
margin: 30px auto;
margin: 30px auto;
}
}
.modal-content {
.modal-content {
...
...
This diff is collapsed.
Click to expand it.
less/variables.less
+
1
-
0
View file @
b2e88d13
...
@@ -561,6 +561,7 @@
...
@@ -561,6 +561,7 @@
@modal-footer-border-color: @modal-header-border-color;
@modal-footer-border-color: @modal-header-border-color;
@modal-lg: 900px;
@modal-lg: 900px;
@modal-md: 600px;
@modal-sm: 300px;
@modal-sm: 300px;
...
...
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