UNPKG
lg-view
Version:
latest (1.1.4)
1.1.4
1.1.3
1.1.2
1.1.1
1.1.0
1.0.0
lgView
lg-view
/
src
/
styles
/
components
/
card.less
10 lines
(9 loc)
•
237 B
text/less
View Raw
1
2
3
4
5
6
7
8
9
10
@card-prefix:
~"@{css-prefix}card"
;
.@{card-prefix}
{
&
{
box-shadow
:
@card-shadow
;
background-color
:
@card-bg
;
margin
:
@margin-base
;
padding
:
@card-padding
; } }