Skip to content
Known Issues: 6 impacting issues currently listed.
impacting+ : 6View details

Widget - Callout Box

A title + body callout with an optional link. Fully scoped to .labw-callout.


Fields

FieldLabelDefault
titleTitleHeads up!
bodyBody (textarea, HTML allowed)This is a callout you can customize.
linkUrlLink URL#
linkTextLink TextLearn more

Template HTML

<div class="labw-callout">
<div class="labw-callout__title">{{title}}</div>
<div class="labw-callout__body">{{body}}</div>
<a class="labw-callout__link" href="{{linkUrl}}" target="_blank" rel="noopener noreferrer">{{linkText}}</a>
</div>

Template CSS

.labw-callout{
--labw-bg: rgba(255,255,255,.06);
--labw-border: rgba(255,255,255,.18);
--labw-accent: #6ea8fe;
--labw-radius: 12px;

border: 1px solid var(--labw-border);
background: var(--labw-bg);
border-radius: var(--labw-radius);
padding: 12px 14px;
}

.labw-callout__title{
font-weight: 700;
margin-bottom: 6px;
}

.labw-callout__body{
opacity: .95;
line-height: 1.35;
}

.labw-callout__link{
display: inline-block;
margin-top: 10px;
color: var(--labw-accent);
text-decoration: none;
font-weight: 600;
}
.labw-callout__link:hover{ text-decoration: underline; }
Help
Shortcuts
  • Ctrl/ + K: Tools palette (Lab)