Make heart icon independent from explicit
This commit is contained in:
parent
42569ae9c5
commit
0e2c9a33b9
3 changed files with 6 additions and 6 deletions
|
@ -372,8 +372,8 @@
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
}
|
}
|
||||||
.heart-icon {
|
.heart-icon {
|
||||||
height: 18px;
|
position: absolute;
|
||||||
width: 39px;
|
right: 30em;
|
||||||
filter: contrast(0);
|
filter: contrast(0);
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
}
|
}
|
||||||
|
|
|
@ -457,8 +457,8 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.heart-icon {
|
.heart-icon {
|
||||||
height: 18px;
|
position: absolute;
|
||||||
width: 39px;
|
right: 30em;
|
||||||
filter: contrast(0);
|
filter: contrast(0);
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
}
|
}
|
||||||
|
|
|
@ -7937,8 +7937,8 @@ fieldset:disabled .btn {
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
}
|
}
|
||||||
.cd-mediaitem-list-item .heart-icon {
|
.cd-mediaitem-list-item .heart-icon {
|
||||||
height: 18px;
|
position: absolute;
|
||||||
width: 39px;
|
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