35 lines
577 B
SCSS
35 lines
577 B
SCSS
.col2-circle-content-slice-container {
|
|
.rounded-circle {
|
|
max-width: 260px;
|
|
margin: 0 auto;
|
|
|
|
@include media-breakpoint-up(md) {
|
|
margin-left: auto
|
|
}
|
|
}
|
|
|
|
img {
|
|
object-fit: cover;
|
|
width: 100%;
|
|
}
|
|
|
|
.highlighted-circle-title {
|
|
color: $consumer-primary;
|
|
|
|
h3 {
|
|
font-weight: bold;
|
|
}
|
|
}
|
|
|
|
.highlighted-circle-copy {
|
|
p {
|
|
line-height: 32px;
|
|
}
|
|
}
|
|
|
|
.highlighted-circle-link {
|
|
a {
|
|
line-height: 32px;
|
|
}
|
|
}
|
|
} |