futuro 0.2.7 → 0.2.8

Sign up to get free protection for your applications and to get access to all the features.
data/_sass/futuro.scss CHANGED
@@ -7,14 +7,26 @@
7
7
  'base',
8
8
  'area',
9
9
  'bar',
10
+ 'block',
10
11
  'box',
11
12
  'btn',
13
+ 'col',
14
+ 'copy',
12
15
  'exit',
13
16
  'form',
14
17
  'input',
18
+ 'lnk',
19
+ 'nav',
15
20
  'overlay',
16
21
  'site',
22
+ 'slick',
23
+ 'split',
17
24
  'task',
18
25
  'textarea',
19
26
  'title',
20
27
  'wrap';
28
+
29
+ .stop {
30
+ position: relative;
31
+ top: -80px;
32
+ }