mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-22 21:48:42 +08:00
11 lines
290 B
SCSS
11 lines
290 B
SCSS
@import "../../themes/ionic.globals";
|
|
|
|
// Picker
|
|
// --------------------------------------------------
|
|
|
|
/// @prop - Width of the picker
|
|
$picker-width: 100% !default;
|
|
|
|
/// @prop - Max width of the picker
|
|
$picker-max-width: 500px !default;
|