app.scss 992 B

1234567891011121314151617181920212223
  1. // http://ionicframework.com/docs/v2/theming/
  2. // App Global Sass
  3. // --------------------------------------------------
  4. // Put style rules here that you want to apply globally. These
  5. // styles are for the entire app and not just one component.
  6. // Additionally, this file can be also used as an entry point
  7. // to import other Sass files to be included in the output CSS.
  8. //
  9. // Shared Sass variables, which can be used to adjust Ionic's
  10. // default Sass variables, belong in "theme/variables.scss".
  11. //
  12. // To declare rules for a specific mode, create a child rule
  13. // for the .md, .ios, or .wp mode classes. The mode class is
  14. // automatically applied to the <body> element in the app.
  15. ion-navbar.toolbar.toolbar-ios.statusbar-padding, ion-navbar.toolbar-ios ion-title.title-ios,
  16. ion-toolbar.toolbar.toolbar-ios.statusbar-padding, ion-toolbar.toolbar-ios ion-title.title-ios {
  17. padding-top: calc(constant(safe-area-inset-top)) !important;
  18. padding-top: calc(env(safe-area-inset-top)) !important;
  19. }