update theme

This commit is contained in:
Tony Volpe
2024-06-17 14:43:43 -04:00
parent d1c54b7919
commit ecc5fbf831
407 changed files with 77891 additions and 0 deletions

View File

@@ -0,0 +1,46 @@
.icon-info-grid-slice-container {
.icon-card-wrapper {
.icon-card {
display: grid;
grid-template-rows: 1fr auto 1fr;
justify-items: center;
width: 100%;
position: relative;
.icon-img {
max-width: 106px;
}
.content-wrapper {
.icon-title {
align-self: center;
}
.icon-link {
position: absolute;
bottom: 0;
width: fit-content;
left: 50%;
transform: translate(-50%, -50%);
}
}
}
}
}
.consumer-brand {
.icon-info-grid-slice-container {
.icon-card {
.title {
color: $consumer-primary;
}
}
}
}
.business-brand {
.icon-info-grid-slice-container {
.icon-card {
.title {
color: $business-primary;
}
}
}
}