remove right property of heart icon
This commit is contained in:
parent
0667fe9d30
commit
ae4a49669a
3 changed files with 1 additions and 3 deletions
|
@ -373,7 +373,6 @@
|
||||||
}
|
}
|
||||||
.heart-icon {
|
.heart-icon {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
right: 30em;
|
|
||||||
filter: contrast(0);
|
filter: contrast(0);
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
}
|
}
|
||||||
|
|
|
@ -458,7 +458,7 @@
|
||||||
|
|
||||||
.heart-icon {
|
.heart-icon {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
right: 30em;
|
right:0;
|
||||||
filter: contrast(0);
|
filter: contrast(0);
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
}
|
}
|
||||||
|
|
|
@ -7942,7 +7942,6 @@ fieldset:disabled .btn {
|
||||||
}
|
}
|
||||||
.cd-mediaitem-list-item .heart-icon {
|
.cd-mediaitem-list-item .heart-icon {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
right: 30em;
|
|
||||||
filter: contrast(0);
|
filter: contrast(0);
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue