Sha256: a27b752201a8a5682496e6290a8bbaab8a1f4a3f34c71e7aba0031259e975612

Contents?: true

Size: 473 Bytes

Versions: 17

Compression:

Stored size: 473 Bytes

Contents

<% color ||= 'yellow' %>

<div class="rounded-md bg-<%= color %>-light border border-<%= color %> py-4 px-5 mb-3">
  <h3 class="text-sm text-<%= color %>-darker font-light">
    <%= yield %>
  </h3>
</div>

<% # we have to list out the evaluations we want possible above so purgecss includes them in production. %>
<% if false %>
  <div class="bg-yellow-light border-yellow text-yellow-darker"></div>
  <div class="bg-red-light border-red text-red-darker"></div>
<% end %>

Version data entries

17 entries across 17 versions & 1 rubygems

Version Path
bullet_train-themes-light-1.0.16 app/views/themes/light/_alert.html.erb
bullet_train-themes-light-1.0.15 app/views/themes/light/_alert.html.erb
bullet_train-themes-light-1.0.14 app/views/themes/light/_alert.html.erb
bullet_train-themes-light-1.0.13 app/views/themes/light/_alert.html.erb
bullet_train-themes-light-1.0.12 app/views/themes/light/_alert.html.erb
bullet_train-themes-light-1.0.11 app/views/themes/light/_alert.html.erb
bullet_train-themes-light-1.0.10 app/views/themes/light/_alert.html.erb
bullet_train-themes-light-1.0.9 app/views/themes/light/_alert.html.erb
bullet_train-themes-light-1.0.8 app/views/themes/light/_alert.html.erb
bullet_train-themes-light-1.0.7 app/views/themes/light/_alert.html.erb
bullet_train-themes-light-1.0.6 app/views/themes/light/_alert.html.erb
bullet_train-themes-light-1.0.5 app/views/themes/light/_alert.html.erb
bullet_train-themes-light-1.0.4 app/views/themes/light/_alert.html.erb
bullet_train-themes-light-1.0.3 app/views/themes/light/_alert.html.erb
bullet_train-themes-light-1.0.2 app/views/themes/light/_alert.html.erb
bullet_train-themes-light-1.0.1 app/views/themes/light/_alert.html.erb
bullet_train-themes-light-1.0.0 app/views/themes/light/_alert.html.erb