Selaa lähdekoodia

Merge pull request #12823 from marination/icon-title-styles

chore: Icon Stroke and Optional title for tabs section
version-14
mergify[bot] 4 vuotta sitten
committed by GitHub
vanhempi
commit
e7b557edeb
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
2 muutettua tiedostoa jossa 3 lisäystä ja 1 poistoa
  1. +1
    -1
      frappe/public/icons/timeless/symbol-defs.svg
  2. +2
    -0
      frappe/website/web_template/section_with_tabs/section_with_tabs.html

+ 1
- 1
frappe/public/icons/timeless/symbol-defs.svg Näytä tiedosto

@@ -494,7 +494,7 @@
</symbol>
<symbol viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" id="icon-heart-active">
<path d="M7.606 3.799L8 4.302l.394-.503.106-.14c.048-.065.08-.108.129-.159a3.284 3.284 0 0 1 4.72 0c.424.434.655 1.245.65 2.278-.006 1.578-.685 2.931-1.728 4.159-1.05 1.234-2.439 2.308-3.814 3.328a.763.763 0 0 1-.914 0c-1.375-1.02-2.764-2.094-3.814-3.328C2.686 8.709 2.007 7.357 2 5.778c-.004-1.033.227-1.844.651-2.278a3.284 3.284 0 0 1 4.72 0c.05.05.081.094.129.158.028.038.061.083.106.14z"
stroke="none">
stroke="var(--icon-stroke)">
</path>
</symbol>
<symbol viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg" id="icon-solid-error">


+ 2
- 0
frappe/website/web_template/section_with_tabs/section_with_tabs.html Näytä tiedosto

@@ -1,4 +1,6 @@
{%- if title -%}
<h2 class="section-title">{{ title }}</h2>
{%- endif -%}

{%- if subtitle -%}
<p class="section-description">{{ subtitle }}</p>


Ladataan…
Peruuta
Tallenna