UNPKG
@antv/s2-react-components
Version:
latest (2.1.2)
next (1.1.0-next.1)
2.1.2
2.1.1
2.1.0
2.0.1
2.0.0
1.1.0-next.1
1.0.1-next.1
1.0.0-next.1
React components for S2
s2.antv.antgroup.com
antvis/S2
@antv/s2-react-components
/
esm
/
components
/
common
/
reset-button
/
index.less
12 lines
(9 loc)
•
175 B
text/less
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
@import
'@antv/s2/esm/styles/variables.less'
; .@{s2-cls-prefix}-reset-btn {
color
:
#3572f9
;
cursor
: pointer;
padding-left
:
8px
; &-
text
{
margin-left
:
4px
; } }