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 19
19
border-radius : var (--border-radius-sm , .5rem );
20
20
height : 52px ;
21
21
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 );
23
23
transform : translateY (50% );
24
24
25
25
p {
26
26
margin-bottom : 0 ;
27
27
}
28
28
29
29
svg {
30
- fill : none ;
31
- position : relative ;
32
- bottom : 2px ;
30
+ font-size : 1.5rem ;
33
31
}
34
32
35
33
& :hover {
79
77
margin-bottom : 0 ;
80
78
}
81
79
}
82
-
83
-
Original file line number Diff line number Diff line change 2
2
<div class =" DocsLink_content" >
3
3
{% if isSmall %}
4
4
<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
+
6
7
<a href =" {{ url }}" class =" DocsLink_link"
7
8
rel =" {{ isExternal ? ' external noopened noreferrer' }}"
8
9
>{{ title }}</a >
9
10
</p >
10
11
{% else %}
11
12
<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 >
15
16
{% if icon | default %}
16
17
<twig:ux:icon name =" {{ icon }}" class =" Icon DocsLink_arrow" />
17
18
{% elseif isExternal %}
You can’t perform that action at this time.
0 commit comments