File tree Expand file tree Collapse file tree 3 files changed +17
-3
lines changed Expand file tree Collapse file tree 3 files changed +17
-3
lines changed Original file line number Diff line number Diff line change 5
5
border-top-right-radius : 12px ;
6
6
}
7
7
8
+ .demo-introduction {
9
+ a {
10
+ color : var (--bs-code-color );
11
+ font-weight : 500 ;
12
+ }
13
+ code {
14
+ font-size : .95em ;
15
+ }
16
+ }
17
+
8
18
.demo-container-inner {
9
19
background-color : var (--bs-secondary-bg );
10
20
border : 1px solid var (--bs-secondary-bg-subtle );
Original file line number Diff line number Diff line change 26
26
{{ stimulus_target(' code-expander' , ' expandCodeButton' ) }}
27
27
{{ stimulus_action(' code-expander' , ' expandCode' ) }}
28
28
style =" display: none;"
29
- >Expand code</button >
29
+ >
30
+ <twig:Icon name =" arrow-down" />
31
+ Expand code
32
+ <twig:Icon name =" arrow-down" />
33
+ </button >
30
34
{% endblock %}
31
35
</div >
32
36
</div >
Original file line number Diff line number Diff line change 24
24
<a href =" {{ url(' app_demos' ) }}" >DEMO</a >
25
25
</p >
26
26
<h1 class =" ubuntu text-center" >{{ demo .name }}</h1 >
27
- <div style =" font-size: 1rem; line-height: 1.75rem;" class =" mt-4" >
27
+ <div style =" font-size: 1rem; line-height: 1.75rem;" class =" mt-4 demo-introduction " >
28
28
{{ demo .longDescription | markdown_to_html }}
29
29
</div >
30
30
</div >
37
37
</div >
38
38
39
39
<div class =" container-fluid container-xxl px-4 pt-4 px-md-5 pt-md-5 mb-5" >
40
- <div class =" mb-3 " style =" position: relative;" >
40
+ <div class =" mb-5 " style =" position: relative;" >
41
41
<div class =" p-4 markdown-container bg-body shadow-blur shadow-blur--rainbow" id =" demo" >
42
42
{% block demo_content %}{% endblock %}
43
43
</div >
You can’t perform that action at this time.
0 commit comments