]> git.proxmox.com Git - sencha-touch.git/blob - src/examples/ajax/resources/sass/_base.scss
import Sencha Touch 2.4.2 source
[sencha-touch.git] / src / examples / ajax / resources / sass / _base.scss
1 .x-content .x-body .x-innerhtml {
2 padding: 1em;
3 text-align: center;
4 }
5
6 .x-phone .day {
7 font-size: 87%;
8 }
9
10 /*weather information*/
11 .day {
12 display: inline-block;
13 width: 8em;
14 padding: 1em;
15 margin: .5em;
16 }
17 .date {
18 font-size: .8em;
19 }
20 .icon img {
21 margin: .6em;
22 width: 3.5em;
23 }
24 .temp {
25 margin-top: .2em;
26 display: block;
27 font-size: 2.2em;
28 line-height: .5em;
29 }
30 .temp_low {
31 display: inline;
32 font-size: .5em;
33 }