Sha256: ae142a61d843d849166161f7dfff9724944c5560bd03a9573ef0eadcf617888c
Contents?: true
Size: 443 Bytes
Versions: 2
Compression:
Stored size: 443 Bytes
Contents
.hover:hover { background: #f5f5f5; } pre.prettyprint { background: #fff; border-color: #ccc; } @-webkit-keyframes spin { 0% { -webkit-transform: rotate(0deg); } 100% { -webkit-transform: rotate(359deg); } } @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
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
plate-lang-0.1.2 | skeleton/app/assets/css/app.css |
plate-lang-0.1.1 | skeleton/app/assets/css/app.css |