File tree Expand file tree Collapse file tree 3 files changed +8
-8
lines changed
project_styleguide/templates/patterns/molecules/streamfield/blocks Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -14,12 +14,12 @@ <h2 class="heading heading--two-b call-to-action__heading">{{ value.text }}</h2>
14
14
{% if value.get_button_link_block.block_type == "pipedrive_link" %}
15
15
< button class ="call-to-action__button button " data-micromodal-trigger ="pipedrive-embed-modal "> Open Modal</ button >
16
16
{% else %}
17
- < a href ="{{ value.get_button_link }} " class ="call-to-action__button button ">
18
- {{ value.button_text }}
19
- {% if value.get_button_link_block.block_type == "document_link" %}
20
- ({{ value.get_button_file_size|filesizeformat }})
21
- {% endif %}
22
- </ a >
17
+ < a href ="{{ value.get_button_link }} " class ="call-to-action__button button ">
18
+ {{ value.button_text }}
19
+ {% if value.get_button_link_block.block_type == "document_link" %}
20
+ ({{ value.get_button_file_size|filesizeformat }})
21
+ {% endif %}
22
+ </ a >
23
23
{% endif %}
24
24
{% endif %}
25
25
</ div >
Original file line number Diff line number Diff line change @@ -83,4 +83,4 @@ class Modal {
83
83
}
84
84
}
85
85
86
- export default Modal ;
86
+ export default Modal ;
Original file line number Diff line number Diff line change 145
145
to {
146
146
transform : translateY (-10% );
147
147
}
148
- }
148
+ }
You can’t perform that action at this time.
0 commit comments