File tree Expand file tree Collapse file tree 3 files changed +7
-11
lines changed Expand file tree Collapse file tree 3 files changed +7
-11
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1919 border-radius : var (--border-radius-sm , .5rem );
2020 height : 52px ;
2121 opacity : 1 ;
22- padding : var (--space-small , .25 rem ) var (--space-large , 1 rem );
22+ padding : var (--space-small , .75 rem ) var (--space-large , 1.5 rem );
2323 transform : translateY (50% );
2424
2525 p {
2626 margin-bottom : 0 ;
2727 }
2828
2929 svg {
30- fill : none ;
31- position : relative ;
32- bottom : 2px ;
30+ font-size : 1.5rem ;
3331 }
3432
3533 & :hover {
7977 margin-bottom : 0 ;
8078 }
8179}
82-
83-
Original file line number Diff line number Diff line change 22 <div class =" DocsLink_content" >
33 {% if isSmall %}
44 <p class =" d-flex align-items-center" >
5- <twig:ux:icon name =" fluent-emoji-flat:open-book" class =" Icon me-2" font-size =" 32" />
5+ <twig:ux:icon name =" mdi:book-open-variant-outline" class =" Icon me-2" />
6+
67 <a href =" {{ url }}" class =" DocsLink_link"
78 rel =" {{ isExternal ? ' external noopened noreferrer' }}"
89 >{{ title }}</a >
910 </p >
1011 {% else %}
1112 <p class =" DocsLink_title ubuntu-header" >
12- <a href =" {{ url }}" class =" DocsLink_link"
13- rel = " {{ isExternal ? ' external noopened noreferrer ' }} "
14- >{{ title }} </a >
13+ <a href =" {{ url }}" class =" DocsLink_link" rel = " {{ isExternal ? ' external noopened noreferrer ' }} " >
14+ {{ title }}
15+ </a >
1516 {% if icon | default %}
1617 <twig:ux:icon name =" {{ icon }}" class =" Icon DocsLink_arrow" />
1718 {% elseif isExternal %}
You can’t perform that action at this time.
0 commit comments