]> git.proxmox.com Git - sencha-touch.git/blob - src/resources/themes/stylesheets/sencha-touch/mountainview/src/_Toast.scss
import Sencha Touch 2.4.2 source
[sencha-touch.git] / src / resources / themes / stylesheets / sencha-touch / mountainview / src / _Toast.scss
1 /**
2 * @class Ext.Toast
3 */
4
5 .x-toast {
6 max-width: 19em;
7 border: 1px solid $foreground-color;
8 background: $background-color;
9 .x-toast-text {
10 padding: 15px;
11 color: $primary-text-color;
12 font-size: .9em;
13 }
14 }