wip: UI for integrations (#769)

This commit is contained in:
Carlos Valente
2024-02-09 13:56:04 +01:00
committed by GitHub
parent e8b5cb6750
commit 7f78fac162
7 changed files with 273 additions and 0 deletions
@@ -62,3 +62,28 @@
background-color: $white-1;
}
}
.listGroup {
padding: 1rem 0;
> li:not(:last-child) {
border-bottom: 1px solid $white-10;
}
}
.listItem {
display: grid;
grid-template-columns: 1fr auto;
align-items: center;
padding: 0.5rem 0;
}
.fieldTitle {
color: $ui-white;
font-size: 1rem;
}
.fieldDescription {
font-size: calc(1rem - 2px);
color: $gray-400;
}