UNPKG

purgetss

Version:

A package that simplifies mobile app creation for Titanium developers.

8 lines 314 B
```css // Property: verticalMargin // Description: Vertical placement of the notifcation, as a fraction of the screen height. // Component(s): Ti.UI.Notification '.vertical-margin-top': { verticalMargin: -0.5 } '.vertical-margin-bottom': { verticalMargin: 0.5 } '.vertical-margin-middle': { verticalMargin: 0 } ```