Skip to content

Commit

Permalink
fix: update oikotie market icons (#83)
Browse files Browse the repository at this point in the history
  • Loading branch information
BalbinaK committed Jan 23, 2024
1 parent 57bd14c commit d4bad16
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 6 deletions.
10 changes: 6 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,13 @@ <h1 class="h1 antialiased mb-0">WARP Icons</h1>
{% for size, icons in iconsBySize %}
<section class="my-64">
<h2 class="h3 antialiased mb-16">{{size}}</h2>
<div class="grid gap-32 s-bg py-32 px-16 rounded-8 justify-center text-center" style="grid-template-columns: repeat(auto-fill, 128px)">
<div class="grid gap-32 s-bg py-32 px-16 rounded-8 justify-center text-center s-bg-inherit" style="grid-template-columns: repeat(auto-fill, 128px)">
{% for icon in icons %}
<div class="flex flex-col items-center">
{{icon.svg | safe }}
<div class="s-text-subtle text-16 mt-8 font-bold antialiased">{{ icon.name }}</div>
<div class="text-center">
<div class="mx-auto mb-8 s-bg rounded-4 h-56 flex items-center justify-center flex-col {% if icon.name.includes('dark') %}s-bg-inverted{% endif %}">
{{icon.svg | safe }}
</div>
<p class="text-m">{{ icon.name }}</p>
</div>
{% endfor %}
</div>
Expand Down
8 changes: 7 additions & 1 deletion src/raw/oikotie-dark/icon_42.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 7 additions & 1 deletion src/raw/oikotie-light/icon_42.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit d4bad16

Please sign in to comment.