UNPKG
shopware-missing-mixins
Version:
latest (1.1.0)
1.1.0
1.0.1
1.0.0
0.6.1
0.6.0
0.5.0
0.4.1
0.4.0
0.3.2
0.3.1
0.3.0
0.2.0
0.1.3
0.1.2
0.1.1
0.1.0
missing basic less-mixins for Shopware 5
shopware-missing-mixins
/
_mixins
/
line-through.less
14 lines
(12 loc)
•
331 B
text/less
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
.line-through
(
@color
:
@color-primary
) {
position
: relative;
text-decoration
: none;
&
:before
{
content
:
''
;
background-image
:
linear-gradient
(transparent
50%
,
@color
0
);
background-size
:
2px
;
background-repeat
: repeat-x;
background-position
: center;
.position
(); } }