PUBLISH: Add favorite star
This commit is contained in:
parent
6488acfb56
commit
aba362a6d2
12 changed files with 70 additions and 24 deletions
|
|
@ -56,6 +56,16 @@
|
|||
border-radius: 8px;
|
||||
}
|
||||
|
||||
.card-favorite-star {
|
||||
position: absolute;
|
||||
display: flex;
|
||||
right: 20px;
|
||||
top: 20px;
|
||||
padding: 10px;
|
||||
background: rgba(255,255,255,0.25);
|
||||
border-radius: 100%;
|
||||
}
|
||||
|
||||
@media (prefers-reduced-motion) {
|
||||
.card-content {
|
||||
transition: none;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue