-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #12 from privacybydesign/ux-3.1
Implement Yivi UX3.1 colors and style
- Loading branch information
Showing
10 changed files
with
47 additions
and
45 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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
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
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 |
---|---|---|
@@ -1,2 +1,3 @@ | ||
// This file is auto-generated from the assets/images directory, so don't bother manually changing it. | ||
$svg-image-yivi-button-background: '<svg xmlns="http://www.w3.org/2000/svg" width="260" height="48" fill="none"><path fill="#BA3555" fill-rule="evenodd" d="M160.129 48h26.344l20.652-48H139.5l20.629 48Z" clip-rule="evenodd"/><path fill="#A03352" fill-rule="evenodd" d="m232.187 48 20.631-48h1.012a6 6 0 0 1 6 6v36a6 6 0 0 1-6 6h-21.643Z" clip-rule="evenodd"/><path fill="#87314F" fill-rule="evenodd" d="M252.818 0h-33.362v48h12.731l20.631-48Z" clip-rule="evenodd"/><path fill="#A03352" fill-rule="evenodd" d="M219.455 0h-12.33l-20.652 48h32.982V0Z" clip-rule="evenodd"/></svg>'; | ||
$svg-image-yivi-logo: '<svg xmlns="http://www.w3.org/2000/svg" xml:space="preserve" width="765.355" height="425.197"><g style="display:inline"><path fill="#3ea6de" d="M425.197 109.797h-85.039l85.039 228.449h85.039z"/><path fill="#e02146" d="M590.156 45.326C590.156 20.814 609.582 0 637.795 0c28.213 0 47.639 20.814 47.639 45.326s-19.426 45.789-47.639 45.789c-28.213 0-47.639-21.277-47.639-45.789z"/><path fill="#97c6dd" d="M680.314 109.799v228.447h.002l85.039-228.449h-85.041z"/><path fill="#e02146" d="m595.275 338.246 85.039-228.447v-.002h-85.039z"/><path fill="#6a2e4a" d="M680.314 338.246V109.799l-85.039 228.447z"/><path fill="#97c6dd" d="M340.156 109.799v228.447h.002l85.041-228.449h-85.041z"/><path fill="#e02146" d="M255.117 109.797v228.449h.002l85.037-228.447v-.002z"/><path fill="#6a2e4a" d="M340.156 338.246V109.799l-85.037 228.447z"/><path fill="#e02146" d="M85.039 338.246c-7.635 20.516-18.471 25.9-36.51 25.9-11.562 0-20.77-1.85-29.49-4.625l-1.441 61.051c11.947 3.238 27.178 4.625 40.59 4.625 59.201 0 87.168-20.521 105.021-68.488l6.871-18.463zM425.197 109.797h-85.039l85.039 228.449h85.039zM250 45.326C250 20.814 269.424 0 297.637 0s47.639 20.814 47.639 45.326-19.426 45.789-47.639 45.789C269.424 91.115 250 69.838 250 45.326z"/><path fill="#6a2e4a" d="m467.716 224.035 42.52 114.211h.002l85.039-228.449h-85.041z"/><path fill="#6a2e4a" d="m382.764 309.725-42.518 114.238 42.52 114.211 85.039-228.449z" style="display:inline" transform="translate(-212.686 -199.928)"/><path fill="#e02146" d="M297.725 538.174h85.041l-85.039-228.449h-85.041z" style="display:inline" transform="translate(-212.686 -199.928)"/><g style="display:inline"><path fill="#97c6dd" d="M85.041 109.797v.002z"/><path fill="#e02146" d="M0 109.799v-.002z"/><path fill="#6a2e4a" d="m42.519 224.039 42.522-114.24v-.002H0v.002z"/><path fill="#ba3353" d="m382.677 224.039 42.52-114.24v-.002h-85.039v.002zM467.716 224.039l-42.519 114.209v.002h85.041v-.002zM127.56 224.039 85.039 338.248v.002h85.041v-.002z"/></g></g></svg>'; |