Skip to content
GitLab
Explore
Projects
Groups
Snippets
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
77bb7502
Commit
77bb7502
authored
11 years ago
by
LFeh
Browse files
Options
Download
Email Patches
Plain Diff
Options of sizes added in modal
parent
eb4a92bf
1 merge request
!11162
Options of sizes added in modal
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
less/modals.less
+8
-0
less/modals.less
less/variables.less
+3
-0
less/variables.less
with
11 additions
and
0 deletions
+11
-0
less/modals.less
+
8
-
0
View file @
77bb7502
...
...
@@ -123,6 +123,14 @@
width: 600px;
padding-top: 30px;
padding-bottom: 30px;
// Define large size for the modal
&.modal-lg{
width: @modal-lg;
}
// Define small size for the modal
&.modal-sm{
width: @modal-sm;
}
}
.modal-content {
.box-shadow(0 5px 15px rgba(0,0,0,.5));
...
...
This diff is collapsed.
Click to expand it.
less/variables.less
+
3
-
0
View file @
77bb7502
...
...
@@ -448,6 +448,9 @@
@modal-header-border-color: #e5e5e5;
@modal-footer-border-color: @modal-header-border-color;
@modal-lg: 900px;
@modal-sm: 400px;
// Alerts
// -------------------------
...
...
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
Menu
Explore
Projects
Groups
Snippets