Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add device integration page #1248

Merged
merged 9 commits into from
Oct 19, 2023
Merged
Show file tree
Hide file tree
Changes from 8 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading