UNPKG
bat-ria
Version:
latest (0.2.2)
0.2.2
0.1.4
RIA extension for Brand Ads Team
github.com/ecomfe/bat-ria
ecomfe/bat-ria
bat-ria
/
src
/
css
/
mixins.less
17 lines
(14 loc)
•
275 B
text/less
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
.bat-linkify
() {
padding-right
:
0
;
padding-left
:
0
;
color
:
@bat-link-color
;
cursor
: pointer;
text-decoration
: underline;
&
:hover
{
color
:
@bat-link-hover-color
; } }
.bat-disabled
() {
color
:
@bat-aux-color
;
cursor
:
not
-allowed; }