add theme
This commit is contained in:
30
wp/wp-content/themes/medicalalert/src/scss/col3-card.scss
Normal file
30
wp/wp-content/themes/medicalalert/src/scss/col3-card.scss
Normal 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%);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user