WIP
This commit is contained in:
@@ -17,6 +17,28 @@ section.multiblock-callout {
|
||||
.callouts-wrapper {
|
||||
.callout {
|
||||
padding-left: 3rem;
|
||||
display: flex;
|
||||
gap: 1rem;
|
||||
|
||||
.image-wrapper {
|
||||
width: 31px;
|
||||
flex-shrink: 0;
|
||||
}
|
||||
|
||||
.content {
|
||||
border-left: 1px solid $c-white;
|
||||
padding-left: 1rem;
|
||||
|
||||
p {
|
||||
margin-bottom: 0;
|
||||
|
||||
&.headline {
|
||||
color: $c-tan;
|
||||
font-size: 30px;
|
||||
line-height: 34px;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user