The following is how my callout looks like:
.callout-block {
background-color: #1a0000;
border: 2px solid #cc0000;
border-radius: 8px;
padding: 20px 24px;
margin: 20px 0;
color: #f0f0f0;
font-size: 15px;
line-height: 1.6;
}
.callout-header {
display: flex;
align-items: center;
gap: 10px;
margin-bottom: 12px;
}
.callout-icon {
background-color: #cc0000;
color: white;
border-radius: 50%;
width: 24px;
height: 24px;
display: flex;
align-items: center;
justify-content: center;
flex-shrink: 0;
}
.callout-title {
font-size: 16px;
font-weight: bold;
color: #ffffff;
}
.callout-body p {
margin: 0 0 10px;
}
.callout-body p:last-child {
margin-bottom: 0;
}Should you require individualized configuration support or hands-on assistance, you can order additional services from the store.


0 Comments