-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
redesigned product detail tabs (#3714)
- Loading branch information
Showing
7 changed files
with
90 additions
and
67 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
export const DownloadIcon: SvgFC = (props) => ( | ||
<svg {...props} fill="none" viewBox="0 0 25 24" xmlns="http://www.w3.org/2000/svg"> | ||
<path | ||
d="M13.8701 3C13.8701 2.44772 13.4224 2 12.8701 2C12.3178 2 11.8701 2.44772 11.8701 3L13.8701 3ZM11.8701 14C11.8701 14.5523 12.3178 15 12.8701 15C13.4224 15 13.8701 14.5523 13.8701 14H11.8701ZM17.5772 12.7071C17.9677 12.3166 17.9677 11.6834 17.5772 11.2929C17.1867 10.9024 16.5535 10.9024 16.163 11.2929L17.5772 12.7071ZM13.5772 15.2929L12.8701 14.5858L13.5772 15.2929ZM12.163 15.2929L12.8701 14.5858H12.8701L12.163 15.2929ZM9.57722 11.2929C9.1867 10.9024 8.55353 10.9024 8.16301 11.2929C7.77249 11.6834 7.77249 12.3166 8.16301 12.7071L9.57722 11.2929ZM4.87012 16C4.87012 15.4477 4.4224 15 3.87012 15C3.31783 15 2.87012 15.4477 2.87012 16H4.87012ZM22.8701 16C22.8701 15.4477 22.4224 15 21.8701 15C21.3178 15 20.8701 15.4477 20.8701 16H22.8701ZM20.2321 20.673L19.7781 19.782H19.7781L20.2321 20.673ZM21.5431 19.362L22.4341 19.816L21.5431 19.362ZM4.1971 19.362L3.30609 19.816L4.1971 19.362ZM5.50815 20.673L5.05416 21.564H5.05416L5.50815 20.673ZM11.8701 3L11.8701 14H13.8701L13.8701 3L11.8701 3ZM16.163 11.2929L12.8701 14.5858L14.2843 16L17.5772 12.7071L16.163 11.2929ZM12.8701 14.5858L9.57722 11.2929L8.16301 12.7071L11.4559 16L12.8701 14.5858ZM12.8701 14.5858H12.8701L11.4559 16C12.237 16.781 13.5033 16.781 14.2843 16L12.8701 14.5858ZM2.87012 16V16.2H4.87012V16H2.87012ZM8.67012 22H17.0701V20H8.67012V22ZM22.8701 16.2V16H20.8701V16.2H22.8701ZM17.0701 22C17.8937 22 18.5715 22.0008 19.1219 21.9558C19.684 21.9099 20.2007 21.8113 20.6861 21.564L19.7781 19.782C19.6217 19.8617 19.3975 19.9266 18.9591 19.9624C18.509 19.9992 17.9267 20 17.0701 20V22ZM20.8701 16.2C20.8701 17.0566 20.8693 17.6389 20.8326 18.089C20.7967 18.5274 20.7318 18.7516 20.6521 18.908L22.4341 19.816C22.6814 19.3306 22.78 18.8139 22.8259 18.2518C22.8709 17.7014 22.8701 17.0236 22.8701 16.2H20.8701ZM20.6861 21.564C21.4387 21.1805 22.0506 20.5686 22.4341 19.816L20.6521 18.908C20.4604 19.2843 20.1544 19.5903 19.7781 19.782L20.6861 21.564ZM2.87012 16.2C2.87012 17.0236 2.86934 17.7014 2.91431 18.2518C2.96024 18.8139 3.0588 19.3306 3.30609 19.816L5.0881 18.908C5.00841 18.7516 4.94349 18.5274 4.90767 18.089C4.87089 17.6389 4.87012 17.0566 4.87012 16.2H2.87012ZM8.67012 20C7.81354 20 7.23124 19.9992 6.78116 19.9624C6.34274 19.9266 6.11854 19.8617 5.96214 19.782L5.05416 21.564C5.53949 21.8113 6.05619 21.9099 6.61829 21.9558C7.16871 22.0008 7.84654 22 8.67012 22V20ZM3.30609 19.816C3.68959 20.5686 4.30151 21.1805 5.05416 21.564L5.96214 19.782C5.58581 19.5903 5.27985 19.2843 5.0881 18.908L3.30609 19.816Z" | ||
fill="currentColor" | ||
/> | ||
</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
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
Binary file modified
BIN
+22 Bytes
(100%)
...snapshots/e2e/visits/simpleVisitsWithScreenshots.cy.ts/5-0-1 product detail.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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