refactor: composable info element

This commit is contained in:
Carlos Valente
2026-03-30 21:59:13 +02:00
committed by Carlos Valente
parent 8985c8604f
commit 97cb41dc5a
2 changed files with 53 additions and 2 deletions
@@ -16,6 +16,33 @@
}
}
.content {
display: flex;
flex-direction: column;
gap: 0.5rem;
min-width: 0;
}
.title,
.body {
margin: 0;
}
.title {
color: $ui-white;
font-size: 1.125rem;
font-weight: 600;
}
.body {
color: $gray-400;
line-height: 1.5;
}
.footer {
width: fit-content;
}
.info {
svg {
color: $info-blue;