Skip to content

Commit

Permalink
Merge pull request #1248 from FlowFuse/1118-add-device-integration-page
Browse files Browse the repository at this point in the history
Add device integration page
  • Loading branch information
iskerrett authored Oct 19, 2023
2 parents 9437269 + f62f3f9 commit e583b67
Show file tree
Hide file tree
Showing 10 changed files with 233 additions and 1 deletion.
3 changes: 3 additions & 0 deletions src/_includes/components/icons/book-open.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions src/_includes/components/icons/check-badge.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions src/_includes/components/icons/check-circle.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions src/_includes/components/icons/document-arrow-up.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
31 changes: 31 additions & 0 deletions src/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -1095,6 +1095,37 @@ h4:hover .header-anchor {
.ff-features-key label {
margin-left: 12px;
}
/*
Certify hardware lists
*/

.ff-certify-list {
@apply flex flex-col pb-6 gap-y-10 sm:gap-y-0;
}

.ff-certify-list > .ff-item {
@apply grid grid-cols-[1fr,50px,1fr] sm:grid-cols-[24px,1fr] sm:grid-flow-col md:px-10 sm:gap-x-6 sm:grid-rows-[minmax(18px,1fr),60px,minmax(18px,1fr)];
}

.ff-certify-list > .ff-item:first-of-type {
@apply sm:grid-rows-[36px,minmax(18px,1fr)];
}

.ff-certified {
@apply sm:grid-cols-[24px,1fr,86px];
}

.ff-line-container {
@apply grid items-stretch my-auto sm:my-0 sm:mx-auto;
}

.ff-line {
@apply sm:w-px w-full h-px sm:h-full bg-gray-300 sm:bg-gray-500;
}

.ff-certify-list-icon {
@apply m-auto text-gray-500 w-[24px];
}

/*
Used for nicely formatting links
Expand Down
85 changes: 85 additions & 0 deletions src/images/partners/ff-certified-device.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/images/pictograms/certified.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit e583b67

Please sign in to comment.