Previews

No matching results.

x
1
2
3
4
5
6
<div style="--pc-box-color: var(--p-color-text-critical);--pc-box-border-color: transparent;--pc-box-border-style: solid" class="Polaris-Box">
<p>Text</p>
</div>
<div style="--pc-box-background: var(--p-color-bg-caution);--pc-box-border-color: transparent;--pc-box-border-style: solid" class="Polaris-Box">
<p>Background</p>
</div>
1
2
3
4
5
6
7
<%= polaris_box(color: "text-critical") do %>
<p>Text</p>
<% end %>
<%= polaris_box(background: "bg-caution") do %>
<p>Background</p>
<% end %>