diff --git a/website/assets/styles/pages/app-library.less b/website/assets/styles/pages/app-library.less index 4373356385..0f5ba623ce 100644 --- a/website/assets/styles/pages/app-library.less +++ b/website/assets/styles/pages/app-library.less @@ -24,6 +24,25 @@ margin-bottom: 0px; } } + + [purpose='request-button'] { + display: flex; + padding: 8px 16px; + justify-content: center; + align-items: center; + border-radius: 16px; + background: #F9FAFC; + color: #515774; + text-align: center; + height: 49px; + font-size: 14px; + font-weight: 700; + line-height: 150%; + &:hover { + text-decoration: none; + } + } + [purpose='app-search'] { // Note: We're using classes here to override the default Docsearch styles; diff --git a/website/views/pages/app-library.ejs b/website/views/pages/app-library.ejs index cf67da5a9b..55b705546b 100644 --- a/website/views/pages/app-library.ejs +++ b/website/views/pages/app-library.ejs @@ -23,6 +23,12 @@ --> +
+

{{allApps.length}} and counting....

+
+ Request an app +
+
<% for(let app of allApps) { %>