-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
INTR-496: Apply styling for bookmark (#854)
- Loading branch information
Showing
7 changed files
with
41 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
<svg class="bookmark-icon {% if is_bookmarked %}bookmarked{% endif %}" | ||
width="43" | ||
height="42" | ||
viewBox="0 0 43 42" | ||
fill="none" | ||
xmlns="http://www.w3.org/2000/svg"> | ||
<ellipse class="background" cx="21" cy="21.5121" rx="14.0037" ry="14.0531" transform="rotate(-34.4913 21 21.5121)" fill="#FBE3DF" /> | ||
<path class="path" d="M30.0978 33.6004L21.5826 25.639C21.1459 25.2086 20.4909 25.2086 20.0542 25.639L11.5391 33.6004V9.93134C11.5391 9.28582 11.9757 8.85547 12.6308 8.85547H29.0061C29.6611 8.85547 30.0978 9.28582 30.0978 9.93134V33.6004Z" fill="white" stroke="#333333" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" /> | ||
</svg> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
.bookmark-icon.bookmarked { | ||
|
||
.background { | ||
fill: var(--color-background-blue); | ||
} | ||
|
||
.path { | ||
fill: var(--color-icon); | ||
stroke: var(--color-icon); | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters