Sha256: ca99e4b68545f3363b11496708fb226ab72ec2766b7dd94cd351f139ef1acb6d

Contents?: true

Size: 680 Bytes

Versions: 13

Compression:

Stored size: 680 Bytes

Contents

<% color ||= 'yellow' %>
<% tighter ||= false %>

<div class="rounded-md bg-<%= color %>-400 border border-<%= color %>-500 py-4 px-5 mb-3">
  <h3 class="text-sm text-<%= color %>-800 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-400 border-yellow-500 dark:border-yellow-200 text-yellow-800 dark:text-yellow-200"></div>
  <div class="bg-red-400 border-red-500 dark:border-red-200 text-red-800 dark:text-red-200"></div>
  <div class="bg-blue-400 border-blue-500 dark:border-blue-200 text-blue-800 dark:text-blue-200"></div>
<% end %>

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
bullet_train-themes-light-1.2.10 app/views/themes/light/_alert.html.erb
bullet_train-themes-light-1.2.9 app/views/themes/light/_alert.html.erb
bullet_train-themes-light-1.2.8 app/views/themes/light/_alert.html.erb
bullet_train-themes-light-1.2.7 app/views/themes/light/_alert.html.erb
bullet_train-themes-light-1.2.6 app/views/themes/light/_alert.html.erb
bullet_train-themes-light-1.2.5 app/views/themes/light/_alert.html.erb
bullet_train-themes-light-1.2.4 app/views/themes/light/_alert.html.erb
bullet_train-themes-light-1.2.3 app/views/themes/light/_alert.html.erb
bullet_train-themes-light-1.2.2 app/views/themes/light/_alert.html.erb
bullet_train-themes-light-1.2.1 app/views/themes/light/_alert.html.erb
bullet_train-themes-light-1.2.0 app/views/themes/light/_alert.html.erb
bullet_train-themes-light-1.0.52 app/views/themes/light/_alert.html.erb
bullet_train-themes-light-1.0.51 app/views/themes/light/_alert.html.erb