WIP
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user