UNPKG
@epmkit/cra-template-epm-plugin
Version:
latest (1.2.0)
1.2.0
1.1.4
1.1.3
The base template for EPM plugins.
@epmkit/cra-template-epm-plugin
/
template
/
src
/
plugin
/
v1
/
aSmallBtn
/
index.less
10 lines
(9 loc)
•
180 B
text/less
View Raw
1
2
3
4
5
6
7
8
9
10
@bg-color:
blue;
.plugin-btn
{
background-color
:
@bg-color
!important
;
border-color
:
@bg-color
!important
;
margin-bottom
:
20px
; }
.business-btn
{
background-color
: gold; }