mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
23 lines
673 B
SCSS
23 lines
673 B
SCSS
@import "../../themes/ionic.globals";
|
|
|
|
// Modals
|
|
// --------------------------------------------------
|
|
|
|
/// @prop - Min width of the modal inset
|
|
$modal-inset-min-width: 768px !default;
|
|
|
|
/// @prop - Minimum height of the small modal inset
|
|
$modal-inset-min-height-small: 600px !default;
|
|
|
|
/// @prop - Minimum height of the large modal inset
|
|
$modal-inset-min-height-large: 768px !default;
|
|
|
|
/// @prop - Width of the large modal inset
|
|
$modal-inset-width: 600px !default;
|
|
|
|
/// @prop - Height of the small modal inset
|
|
$modal-inset-height-small: 500px !default;
|
|
|
|
/// @prop - Height of the large modal inset
|
|
$modal-inset-height-large: 600px !default;
|