Sha256: 27af0282161ba6e5ce9299c24dbca2e26522d8e61660923c90b45074e3f17a24
Contents?: true
Size: 553 Bytes
Versions: 1
Compression:
Stored size: 553 Bytes
Contents
.dashboard { @include clearfix; background-color: $light-gray; border-radius: $base-border-radius; width: 100%; padding: 1em; .dashboard-item { @include span-columns(3); h1 { font-size: $base-font-size * 5; text-align: center; font-weight: 200; margin: 0; span { font-size: $base-font-size/2; margin: 5px; font-weight: 300; } } p { border-top: 1px solid; text-transform: uppercase; font-weight: bold; padding-top: 1em; text-align: center; margin-left: 3em; margin-right: 3em; } } }
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
refills-0.0.1 | source/stylesheets/refills/_dashboard.scss |