Sha256: f0e3955a8e9255a047e77303323e3aabf1af6282dec5301eb539980fe771dc9f
Contents?: true
Size: 1.58 KB
Versions: 2
Compression:
Stored size: 1.58 KB
Contents
body.active_admin.index { .index_as_table { >table { @extend .responsive-table, .striped; font-size: 1.3rem; th { white-space: nowrap; } .col { float: none !important; } } thead >tr { border-bottom: 1px solid #aaa; } th, td { padding-bottom: 0.3rem !important; padding-top: 0.3rem !important; } } .paginated_collection { margin-bottom: 0; } .table_actions > a { padding: 0 0.5rem; } .table_tools { >.batch_actions_selector { display: inline-block; margin-bottom: 1rem; margin-right: 2rem; } >.scopes { border: 1px solid #ddd; border-radius: 0.5rem; display: inline-block; vertical-align: middle; >ul { margin: 0; } .scope { display: inline-block; padding: 0.2rem 1rem; &:first-child { border-radius: 0.6rem 0 0 0.6rem; } &:last-child { border-radius: 0 0.6rem 0.6rem 0; } &.selected { background: #eee; } } } } #collection_selection { @extend .card-content; } #index_footer { margin-top: 1.5rem; .download_links { display: inline-block; float: right; } .pagination_information { display: inline-block; } } &.admin_comments { .paginated_collection { padding: 0 1.5rem 1.5rem 1.5rem; } .table_tools { padding: 0.5rem 1.5rem 0 1.5rem; margin-bottom: 0; } .scopes li { display: inline-block; } } }
Version data entries
2 entries across 2 versions & 1 rubygems