mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-19 03:32:21 +08:00
16 lines
348 B
SCSS
16 lines
348 B
SCSS
|
|
// Flex Order
|
|
// --------------------------------------------------
|
|
|
|
|
|
// the rock that everything orders around
|
|
$flex-order-view-content: 0 !default;
|
|
|
|
|
|
$flex-order-toolbar-top: -10 !default;
|
|
$flex-order-toolbar-bottom: 10 !default;
|
|
|
|
|
|
$flex-order-tab-bar-top: -30 !default;
|
|
$flex-order-tab-bar-bottom: 30 !default;
|