source: main/waeup.plonetheme.ngren2/trunk/waeup/plonetheme/ngren2/static/scss/pythonreel.scss @ 10074

Last change on this file since 10074 was 10074, checked in by Henrik Bettermann, 11 years ago

Fill trunc.

File size: 748 bytes
Line 
1@import "compass";
2
3@import "parts/fonts";
4
5@media screen {
6
7@import "settings";
8@import "parts/normalize";
9@import "parts/grid";
10@import "parts/general";
11@import "parts/main";
12@import "parts/forms";
13@import "parts/viewlets";
14@import "parts/portlets";
15@import "parts/plone";
16
17}
18
19 /*----- Smaller than standard 960 (devices and browsers) -----*/
20@media only screen and (max-width: 959px) {
21
22}
23
24/*----- Tablet Portrait size to standard 960 (devices and browsers) -----*/
25@media only screen and (min-width: 768px) and (max-width: 959px) {
26
27}
28
29/*----- All Mobile Sizes (devices and browser) -----*/
30@media only screen and (max-width: 767px) {
31
32@import "parts/mobile";
33
34}
35
36@media print {
37
38@import "parts/print";
39
40}
Note: See TracBrowser for help on using the repository browser.