Revision 320d484c 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);
20 19
    color: @buttonColor;
21 20
    border: none;
22 21
    padding: 0.8em @gridGutterWidth;
......
25 24
    &:hover {
26 25
        background-color: @linkColor;    
27 26
    }
28

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

  
29
// specific styles for A buttons
36 30
a.button {
37
    color: @white !important;
38
    text-decoration: none !important;
31
    text-align: center !important;
32
    color: #fff !important;
39 33
    border: none !important;
34
    display: block !important;
35

  
36
    &:hover {
37
        color: #fff !important;    
38
    }
40 39
}
41 40

  
42 41

  

Also available in: Unified diff