Sha256: 6fa79a074b7fa75b97c4223f39d6d8c9af6d533d1d48ed1b3e10408a861dad8b

Contents?: true

Size: 326 Bytes

Versions: 1

Compression:

Stored size: 326 Bytes

Contents

.hover:hover {
  background: #f5f5f5;
}

pre.prettyprint {
  background: #fff;
  border-color: #ccc;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(359deg); }
}

<% unless bootstrap['radius'].nil? %>
  .btn,
  .thumbnail,
  pre {
    border-radius: <%= bootstrap['radius'] %>;
  }
<% end %>

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
plate-lang-0.1.0 skeleton/app/assets/css/app.css