Sha256: c3d9ff7c03bcc3c8e59a78335896979c2168e92cb49c5f696cd470cad50b71ed
Contents?: true
Size: 1.02 KB
Versions: 6
Compression:
Stored size: 1.02 KB
Contents
/* * This is a manifest file that'll be compiled into application.css, which will include all the files * listed below. * * Any CSS and SCSS file within this directory, lib/assets/stylesheets, vendor/assets/stylesheets, * or any plugin's vendor/assets/stylesheets directory can be referenced here using a relative path. * * You're free to add application-wide styles to this file and they'll appear at the bottom of the * compiled file so the styles you add here take precedence over styles defined in any styles * defined in the other CSS/SCSS files in this directory. It is generally better to create a new * file per style scope. * *= require_tree . *= require_self */ .full-content-center{ width: 100%; max-width: 500px; margin: 5% auto; text-align: center; } .box-info{ position:relative; padding: 15px; background: #fff; color: #5b5b5b; margin-bottom: 20px; -webkit-transition:All 0.4s ease; -moz-transition:All 0.4s ease; -o-transition:All 0.4s ease; }
Version data entries
6 entries across 6 versions & 1 rubygems