Sha256: ec25f105fbd8131a2216571ba3aa71fca1e12a12d2c274eff19bb181cad56828
Contents?: true
Size: 541 Bytes
Versions: 2
Compression:
Stored size: 541 Bytes
Contents
.table width: 100% thead border: bottom: 2px solid $dark th padding: 0.5rem text-align: left tbody td padding: 0.5rem &.striped tbody > tr:nth-of-type(odd) background: $light-blue-background // Still a bit hacky. Need to polish this more // This was done to contain the giant table in rbac's routes#index .large-table-container @include breakpoint(small) height: 500px @include breakpoint(medium) height: 800px @include breakpoint(large) height: 1000px
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
express_admin-1.3.0 | app/assets/stylesheets/express_admin/shared/_tables.sass |
express_admin-1.2.1 | app/assets/stylesheets/express_admin/shared/_tables.sass |