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
/
list.less
17 lines
(15 loc)
•
352 B
text/less
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
@list-prefix:
~"@{css-prefix}list"
;
.@{list-prefix}
{
&
{
&
>
div
.lg-list-item
::after
{
height
:
@border-width-base
; } }
&
-border
{
border
:
@list-border
;
border-radius
:
@list-border-radius
;
&
>
div
.lg-list-item
:last-child
::after
{
height
:
0
; } } }