Skip to content

Commit 5441483

Browse files
author
markzegarelli
committed
remove manual connection modes table [netlify-build]
1 parent 5bd99b8 commit 5441483

File tree

2 files changed

+5
-29
lines changed

2 files changed

+5
-29
lines changed

src/_includes/content/destination-dossier.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,14 +24,14 @@
2424

2525
<div class="quick-info">
2626
<div class="qi-content">
27-
<h4>Destination Info</h4>
27+
<h6>Destination Info</h6>
2828
<ul class="qi">
2929
{% if destMethods.size > 0 %}<li>Accepts {% for method in destMethods%}{% if destMethods.size == 1 %}{{method}} calls.{% else %}{% unless forloop.last == true %}{{method}}, {% endunless %}{% if forloop.last == true%}and {{method}} calls.{%endif%}{% endif %}{% endfor %}</li>{% endif %}
3030
<li>Referred to as <strong>{{destinationInfo.previous_names | join: '</strong>, or <strong>' }}</strong> in the <a href="/docs/guides/filtering-data/#filtering-with-the-integrations-object">Integrations object</a></li>
3131
</ul>
3232
{% if components.size > 0%}
3333

34-
<h4>Components</h4>
34+
<h6>Components</h6>
3535
<ul class="components-list">
3636
{%for component in components %}
3737
{% if component.code contains "/segment-integrations/" %}
@@ -44,7 +44,7 @@ <h4>Components</h4>
4444

4545
</div>
4646
<div class="qi-content">
47-
<h4>Connection Modes <a href="/docs/connections/destinations/#connection-modes"><img src="/docs/images/help.svg"/></a></h4>
47+
<h6>Connection Modes <a href="/docs/connections/destinations/#connection-modes"><img src="/docs/images/help.svg"/></a></h6>
4848
<table>
4949
<thead>
5050
<tr>

src/_sass/components/_quickinfo.scss

Lines changed: 2 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,3 @@
1-
// .quick-info {
2-
// border: 1px solid #EBF0FF;
3-
// background: #FAFBFF;
4-
// border-radius: 8px;
5-
// padding: 25px;
6-
// h4 {
7-
// margin-bottom: 15px;
8-
// }
9-
// p:not(:last-of-type) {
10-
// margin-bottom: 25px;
11-
// }
12-
// }
13-
14-
15-
161
.quick-info {
172
border: 1px solid #eee;
183
border-radius: 5px;
@@ -30,7 +15,7 @@
3015
float: none;
3116
}
3217

33-
h4 {
18+
h6 {
3419
font-size: 14px;
3520
font-weight: 500;
3621
line-height: 24px;
@@ -63,16 +48,7 @@
6348
}
6449
}
6550

66-
h3 {
67-
font-size: 16px;
68-
font-weight: 700;
69-
line-height: 26px;
70-
margin: 12px 0 8px;
71-
}
72-
h3:first-of-type {
73-
margin-top:0px;
74-
}
75-
h4:nth-of-type(2){
51+
h6:nth-of-type(2){
7652
margin-top: 16px;
7753
}
7854
ul li {

0 commit comments

Comments
 (0)