This commit is contained in:
2025-01-08 17:04:55 -08:00
parent 553e789bd6
commit ca58f24df3
23 changed files with 976 additions and 845 deletions

View File

@@ -1,23 +1,35 @@
.col2-circle-content-slice-container {
.highlighted-circle {
img {
border-radius: 50%;
width: 225px;
height: 225px;
object-fit: cover;
.rounded-circle {
max-width: 260px;
margin: 0 auto;
@include media-breakpoint-up(md) {
margin-left: auto
}
}
.highlighted-circle-title {
color: $consumer-primary
img {
object-fit: cover;
width: 100%;
}
.highlighted-circle-title {
color: $consumer-primary;
h3 {
font-weight: bold;
}
}
.highlighted-circle-copy {
p {
line-height: 41px;
line-height: 32px;
}
}
.highlighted-circle-link {
a {
line-height: 41px;
line-height: 32px;
}
}
}