Sha256: c847afc4794b1a9a95af0300ece41c910f29411a1a111ed9dc7dff86f2498326
Contents?: true
Size: 581 Bytes
Versions: 7
Compression:
Stored size: 581 Bytes
Contents
// Variables used throughout Active Admin // Colors $primary-color: #5E6469; $secondary-color: #f0f0f0; $text-color: #323537; $link-color: #38678b; $section-header-text-color: $primary-color; $current-menu-item-background: lighten($primary-color, 12%); $hover-menu-item-background: lighten($primary-color, 12%); $table-stripe-color: lighten($primary-color, 57%); $error-color: #932419; // Sizes $horizontal-page-margin: 30px; $sidebar-width: 270px; $cell-padding: 5px 10px 3px 10px; $cell-horizontal-padding: 12px; $section-padding: 15px; $text-input-horizontal-padding: 10px;
Version data entries
7 entries across 7 versions & 3 rubygems