mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-11 18:02:28 +03:00
Options of sizes added in modal
This commit is contained in:
@@ -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));
|
||||
|
||||
Reference in New Issue
Block a user