diff --git a/ux.symfony.com/assets/icons/fluent-emoji-flat/open-book.svg b/ux.symfony.com/assets/icons/fluent-emoji-flat/open-book.svg deleted file mode 100644 index 1c82a53f2e4..00000000000 --- a/ux.symfony.com/assets/icons/fluent-emoji-flat/open-book.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/ux.symfony.com/assets/styles/components/_DocsLink.scss b/ux.symfony.com/assets/styles/components/_DocsLink.scss index bf25310d2af..b4d7445edc1 100644 --- a/ux.symfony.com/assets/styles/components/_DocsLink.scss +++ b/ux.symfony.com/assets/styles/components/_DocsLink.scss @@ -19,7 +19,7 @@ border-radius: var(--border-radius-sm, .5rem); height: 52px; opacity: 1; - padding: var(--space-small, .25rem) var(--space-large, 1rem); + padding: var(--space-small, .75rem) var(--space-large, 1.5rem); transform: translateY(50%); p { @@ -27,9 +27,7 @@ } svg { - fill: none; - position: relative; - bottom: 2px; + font-size: 1.5rem; } &:hover { @@ -79,5 +77,3 @@ margin-bottom: 0; } } - - diff --git a/ux.symfony.com/templates/components/DocsLink.html.twig b/ux.symfony.com/templates/components/DocsLink.html.twig index c0fce0e15fa..4a4f063ea53 100644 --- a/ux.symfony.com/templates/components/DocsLink.html.twig +++ b/ux.symfony.com/templates/components/DocsLink.html.twig @@ -2,16 +2,17 @@
-
- {{ title }}
+
+ {{ title }}
+
{% if icon|default %}