mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
14 lines
491 B
SCSS
14 lines
491 B
SCSS
@import "../../themes/ionic.globals.md";
|
|
|
|
// Split Pane
|
|
// --------------------------------------------------
|
|
|
|
/// @prop - Minimum width of the split pane's side pane
|
|
$split-pane-md-side-min-width: $split-pane-side-min-width !default;
|
|
|
|
/// @prop - Maximum width of the split pane's side pane
|
|
$split-pane-md-side-max-width: $split-pane-side-max-width !default;
|
|
|
|
/// @prop - Border style of the side pane
|
|
$split-pane-md-border: 1px solid $item-md-border-color !default;
|