File tree 2 files changed +37
-9
lines changed
2 files changed +37
-9
lines changed Original file line number Diff line number Diff line change 16
16
class ="ueber-back-button pat-inject pat-switch "> {{ page.collection | capitalize }}</ a >
17
17
{% endif %}
18
18
</ div >
19
- < article class ="pat-rich long-read ">
20
- < h1 > {{ page.title }}</ h1 >
21
- {% unless page.summary == nil %}
22
- < p class ="summary ">
23
- {{ page.summary }}
24
- </ p >
25
- {% endunless %}
26
- {{ content }}
19
+ < article class ="long-read ">
20
+
21
+ < div class ="pat-rich ">
22
+ < h1 >
23
+ {{ page.title }}
24
+ </ h1 >
25
+
26
+ {% unless page.summary == nil %}
27
+ < p class ="summary ">
28
+ {{ page.summary }}
29
+ </ p >
30
+ {% endunless %}
31
+ </ div >
32
+
33
+ < div id ="demo "
34
+ class ="pattern-demo ">
35
+ < a href ="/pat-demos/src/pat/{{ page.id | remove: '/'}}/index.html "
36
+ class ="pat-inject "
37
+ data-pat-inject ="target: #demo; trigger: autoload "> Load demo</ a >
38
+ </ div >
39
+
40
+ < div class ="pat-rich ">
41
+ < a href ="/pat-demos/src/pat/{{page.id }}/documentation.md#documentation "
42
+ class ="pat-inject "
43
+ data-pat-inject ="data-type: markdown; source: ##Documentation; target: self::element; trigger: autoload "> Documentation</ a >
44
+ </ div >
45
+
27
46
</ article >
28
- </ div >
47
+ </ div >
48
+
Original file line number Diff line number Diff line change 7
7
padding : 0 20px ;
8
8
box-sizing : border-box ;
9
9
10
+ @include screen-size (medium ) {
11
+ width : 25% ;
12
+ }
13
+
14
+ @include screen-size (small ) {
15
+ width : 33.333332% ;
16
+ }
17
+
10
18
& .cat-behavioural img {
11
19
background-color : $cat-behavioural ;
12
20
}
You can’t perform that action at this time.
0 commit comments