Files
medicalalert-web-reloaded/wp/wp-content/themes/medicalalert/src/scss/image-with-icon-info-grid.scss
2024-06-17 14:43:43 -04:00

19 lines
254 B
SCSS

.image-with-icon-info-grid-slice-container {
.image {
img {
width: 100%;
}
}
.icon-info-grid {
.icon {
img {
width: 77px;
}
}
.info {
.title {
color: $consumer-primary;
}
}
}
}