Revision 86243acc astakos/im/static/im/less/xtra.less

b/astakos/im/static/im/less/xtra.less
1 1
// row helper
2 2
.makeRow { .clearfix(); margin-left: -@gridGutterWidth; }
3 3

  
4

  
4 5
#font {
5 6
  .main(@weight: normal, @size: 14px, @lineHeight: 22px) {
6 7
    font-family: 'Antic', sans-serif;
......
11 12
  }
12 13
}
13 14

  
15

  
14 16
.button {
15 17
    #font.main();
16 18
    background-color: @buttonBg;
......
23 25
        background-color: @linkColor;    
24 26
    }
25 27
}
28

  
29

  
30
.transit(@type:color, @time:.15s, @easing:linear) {
31
    -webkit-transition: @type @time @easing;
32
    transition: @type @time @easing;
33
}
34

  

Also available in: Unified diff