aboutsummaryrefslogtreecommitdiff
path: root/less/modals.less
diff options
context:
space:
mode:
authorLFeh <[email protected]>2013-10-18 10:05:50 -0300
committerLFeh <[email protected]>2013-10-18 10:05:50 -0300
commit77bb7502bc7112f915b32940c1fe5d8555230c30 (patch)
treeeffa4a22ca7b7c3cb658b411de87d3b5a9f37e7f /less/modals.less
parenteb4a92bfedde23729bc812b9d6abe704bd8bca59 (diff)
downloadbootstrap-77bb7502bc7112f915b32940c1fe5d8555230c30.tar.xz
bootstrap-77bb7502bc7112f915b32940c1fe5d8555230c30.zip
Options of sizes added in modal
Diffstat (limited to 'less/modals.less')
-rw-r--r--less/modals.less8
1 files changed, 8 insertions, 0 deletions
diff --git a/less/modals.less b/less/modals.less
index 776073d57..c44b76094 100644
--- a/less/modals.less
+++ b/less/modals.less
@@ -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));