diff --git a/app/catalog-tab/index/template.hbs b/app/catalog-tab/index/template.hbs
index 8aaa612ea..972b9d7d9 100644
--- a/app/catalog-tab/index/template.hbs
+++ b/app/catalog-tab/index/template.hbs
@@ -90,6 +90,18 @@
{{/if}}
{{catalogItem.description}}
+ {{else if (eq section 'footer')}}
+ {{#if (eq catalogItem.templateBase 'infra')}}
+ {{#if catalogItem.exists}}
+
+ {{else if catalogItem.supported}}
+
+ {{else}}
+
+ {{/if}}
+ {{else}}
+
+ {{/if}}
{{/if}}
{{/catalog-box}}
{{else}}
diff --git a/app/styles/components/_catalog-box.scss b/app/styles/components/_catalog-box.scss
index 978c0e63e..f25ec875d 100644
--- a/app/styles/components/_catalog-box.scss
+++ b/app/styles/components/_catalog-box.scss
@@ -7,13 +7,13 @@ $lines-to-show: 4;
.catalog-box {
position: relative;
- border: solid $accent-border;
height: $container-height;
width: $container-width;
margin: 15px;
float: left;
text-align: center;
transition: ease all .25s;
+ border: $border solid 3px;
.footer {
position: absolute;
@@ -37,7 +37,7 @@ $lines-to-show: 4;
}
.itemwrap {
- max-height: 119px;
+ max-height: 129px;
overflow: hidden;
}
@@ -76,7 +76,6 @@ $lines-to-show: 4;
.catalog-icon {
margin: 0 auto;
- line-height: 80px;
padding: 15px 5px 5px 5px;
background: rgba(255,255,255,.9);
min-height: 110px;
diff --git a/app/styles/components/_github-avatar.scss b/app/styles/components/_github-avatar.scss
index 1c11b82e2..f83b9969b 100644
--- a/app/styles/components/_github-avatar.scss
+++ b/app/styles/components/_github-avatar.scss
@@ -38,7 +38,6 @@
}
$size: 35px;
-$border: 2px;
.gh-avatar {
width: $size;