homepage and mini mobile systems

This commit is contained in:
2024-12-18 07:06:24 -08:00
parent 23a9c365e8
commit 90505b964a
48 changed files with 11210 additions and 903 deletions

View File

@@ -1,22 +1,26 @@
.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);
// 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;