Enhance InteractionRow and ProspectContainer: refactor layout to use grid, improve styling, and add interaction handling
All checks were successful
Build And Push Dev Docker Image / docker (push) Successful in 1m30s
All checks were successful
Build And Push Dev Docker Image / docker (push) Successful in 1m30s
This commit is contained in:
@@ -54,4 +54,19 @@ i.link {
|
||||
&:hover {
|
||||
color: #000;
|
||||
}
|
||||
}
|
||||
|
||||
.interaction-grid {
|
||||
display: grid;
|
||||
grid-template-columns: auto 1fr;
|
||||
align-items: center;
|
||||
gap: .5rem;
|
||||
|
||||
::deep .interaction {
|
||||
&--color {
|
||||
&-done{
|
||||
color: #64ae24;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user