[FIX] CSS bug
[odoo/odoo.git] / addons / website / static / src / css / common.sass
1 @import "compass/css3"
2 @import "compass/css3/user-interface"
3 @import "compass/css3/transition"
4
5 //smartphones, iPhone, portrait 480x320 phones
6 $smart_phone: 320px
7 //portrait e-readers (Nook/Kindle), smaller tablets @ 600 or @ 640 wide.*/
8 $small-tablet: 481px
9 //portrait tablets, portrait iPad, landscape e-readers, landscape 800x480 or 854x480 phones
10 $portrait-tablet: 641px
11 //tablet, landscape iPad, lo-res laptops ands desktops
12 $tablet: 961px
13 //big landscape tablets, laptops, and desktops
14 $desktop: 1025px
15
16 @mixin editor-font
17     font-size: 14px
18     font-family: 'Monaco', 'Menlo', 'Ubuntu Mono', 'Consolas', 'source-code-pro', monospace
19     line-height: normal
20
21 @mixin selection()
22     ::-moz-selection
23         @content
24     ::selection
25         @content