mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-18 03:00:58 +08:00
docs(sass): add missing docs to sass variables
This commit is contained in:
@ -5,4 +5,5 @@
|
|||||||
// iOS App
|
// iOS App
|
||||||
// --------------------------------------------------
|
// --------------------------------------------------
|
||||||
|
|
||||||
|
/// @prop - Statusbar padding for the app
|
||||||
$app-ios-statusbar-padding: 20px !default;
|
$app-ios-statusbar-padding: 20px !default;
|
||||||
|
@ -6,4 +6,5 @@
|
|||||||
// Material Design App
|
// Material Design App
|
||||||
// --------------------------------------------------
|
// --------------------------------------------------
|
||||||
|
|
||||||
|
/// @prop - Statusbar padding for the app
|
||||||
$app-md-statusbar-padding: 20px !default;
|
$app-md-statusbar-padding: 20px !default;
|
||||||
|
@ -3,5 +3,5 @@
|
|||||||
// iOS Footer
|
// iOS Footer
|
||||||
// --------------------------------------------------
|
// --------------------------------------------------
|
||||||
|
|
||||||
|
/// @prop - Filter of the translucent footer
|
||||||
$footer-ios-translucent-filter: saturate(180%) blur(20px) !default;
|
$footer-ios-translucent-filter: saturate(180%) blur(20px) !default;
|
||||||
|
|
||||||
|
@ -3,5 +3,5 @@
|
|||||||
// iOS Header
|
// iOS Header
|
||||||
// --------------------------------------------------
|
// --------------------------------------------------
|
||||||
|
|
||||||
|
/// @prop - Filter of the translucent header
|
||||||
$header-ios-translucent-filter: saturate(180%) blur(20px) !default;
|
$header-ios-translucent-filter: saturate(180%) blur(20px) !default;
|
||||||
|
|
||||||
|
@ -3,5 +3,5 @@
|
|||||||
// Loading
|
// Loading
|
||||||
// --------------------------------------------------
|
// --------------------------------------------------
|
||||||
|
|
||||||
/// @prop - Color of the backdrop
|
/// @prop - Color of the loading backdrop
|
||||||
$loading-backdrop-color: #000 !default;
|
$loading-backdrop-color: #000 !default;
|
||||||
|
@ -21,5 +21,5 @@ $modal-inset-height-small: 500px !default;
|
|||||||
/// @prop - Height of the large modal inset
|
/// @prop - Height of the large modal inset
|
||||||
$modal-inset-height-large: 600px !default;
|
$modal-inset-height-large: 600px !default;
|
||||||
|
|
||||||
/// @prop - Color of the backdrop
|
/// @prop - Color of the modal backdrop
|
||||||
$modal-backdrop-color: #000 !default;
|
$modal-backdrop-color: #000 !default;
|
||||||
|
@ -3,5 +3,5 @@
|
|||||||
// Popover
|
// Popover
|
||||||
// --------------------------------------------------
|
// --------------------------------------------------
|
||||||
|
|
||||||
/// @prop - Color of the backdrop
|
/// @prop - Color of the popover backdrop
|
||||||
$popover-backdrop-color: #000 !default;
|
$popover-backdrop-color: #000 !default;
|
||||||
|
Reference in New Issue
Block a user