Sha256: 0ae19b59d3c093ba34b9546c36beca45136a5808ed889b4c8de3d32c4afea64f
Contents?: true
Size: 1.03 KB
Versions: 2
Compression:
Stored size: 1.03 KB
Contents
.page--admin, .page--member { .page__content__container { width: 100%; padding: { left: $spacer-small; right: $spacer-small; } } .albums-list, .articles-list, .notes-list, .projects-list, .uploads-list, .languages-list, .licenses-list, .tags-list, .reports-list, .users-list { display: table; width: 100%; font-size: .8em; .is-icon, .is-counter { text-align: center; max-width: 75px; } .actions { text-align: right; width: 100px; } .relations { .album, .project, .tag { display: block; } } tr { &:nth-child(even) { background-color: darken($background-base, 10%); } &:hover { background-color: darken($background-base, 5%); } } thead { border-bottom: 1px solid $color-borders; } th, td { padding: $spacer-tiny $spacer-tiny; &:not(:last-child) { border-right: 1px dashed $color-borders; } } } }
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
elabs-2.0.0 | app/assets/stylesheets/elabs/app/admin-members/_indexes.scss |
elabs-2.0.0.pre | app/assets/stylesheets/elabs/app/admin-members/_indexes.scss |