update theme
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user