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,30 @@
.col3-card-slice-container {
text-align: center;
.col3-card-wrapper {
z-index: 1;
.col3-card-item {
position: relative;
min-height: 40em;
border: 1px solid $gray-border;
box-shadow: 5px 5px 10px 0px rgba(119, 119, 119, 0.16);
background-color: $white;
.col3-card-img {
width: 100%;
}
.col3-card-item-inner-wrapper {
min-height: 350px;
padding: 33px 25px 46px;
.col3-card-title {
color: $consumer-primary;
}
.col3-card-link {
position: absolute;
bottom: 0;
width: fit-content;
left: 50%;
transform: translate(-50%, -50%);
}
}
}
}
}