Update automations UX for more consistency (#856)

* Update the automations UI to be a more suitable color distribution based on new designs

* Use accented colors for the metadata, update dark mode colors

* Update form to use icons as well and render more pretty inline form labels
This commit is contained in:
sabaimran
2024-07-20 23:52:23 -07:00
committed by GitHub
parent bf815e4463
commit 9cf52bb7e4
3 changed files with 318 additions and 188 deletions

View File

@@ -4,6 +4,11 @@ div.automationsLayout {
gap: 1rem;
}
div.automationCard {
display: grid;
grid-template-rows: auto 1fr auto;
}
@media screen and (max-width: 768px) {
div.automationsLayout {
grid-template-columns: 1fr;