I needed a way to show disabled “entry” components in a form. Built one myself using the Rich Text component! Opted for Rich Text instead of other Glide Components so that it can line up exactly with the entry components in a 1:1 container.
Enjoy!
The HTML:
<p style="font-weight:600;">{{Your title here}}
<div style="font-size:0.9rem;border: 0px solid var(--gv-border-dark);border-radius: 0.5rem;box-shadow: #fff 0px 0px 0px 0px, var(--gv-border-dark) 0px 0px 0px 1px, #000 0px 0px 0px 0px;box-sizing: border-box;display: flex;background-color: var(--gv-bg-contextual-disabled);color: var(--gv-text-disabled);justify-content: space-between;padding: 10px 12px;">
{{Your content here}}
</div>
