Revision 3a9f4931 snf-astakos-app/astakos/im/static/im/less/xtra.less

b/snf-astakos-app/astakos/im/static/im/less/xtra.less
16 16
.button {
17 17
    #font.main();
18 18
    background-color: @buttonBg;
19
    .transit(background-color);
19 20
    color: @buttonColor;
20 21
    border: none;
21 22
    padding: 0.8em @gridGutterWidth;
......
24 25
    &:hover {
25 26
        background-color: @linkColor;    
26 27
    }
28

  
29
    a {
30
        color: @white !important;
31
        text-decoration: none !important;
32
        border: none !important;
33
    }
34
}
35

  
36
a.button {
37
    color: @white !important;
38
    text-decoration: none !important;
39
    border: none !important;
27 40
}
28 41

  
29 42

  

Also available in: Unified diff