Sha256: fb7cf63e78ece8bed53e9b7b5337f64e157d9b2e9182995ce52a6763db22e730
Contents?: true
Size: 1.3 KB
Versions: 6
Compression:
Stored size: 1.3 KB
Contents
.table-container { padding: 25px 50px; table { opacity: 0; @include transition(opacity 0.5s ease); &.active { opacity: 1; } tbody tr { display: none; } th { &.actions { width: 175px; } } td { &.actions { text-align: center; a { margin: 0 7.5px; } } &.image { width: 120px; } } img { width: 100px; margin: 5px; border: 1px solid $color-light-dark; } a { border-bottom: 1px dotted $color-1; &:hover { border-bottom: 1px solid $color-1-dark; i { color: $color-1-dark; } } i { color: $color-1; } } } .controls { .next, .prev { i { color: $color-light; } } } .paginav { padding: 25px; background: $color-light-dark; .location { padding: 3px 0; } .jump-to { float: right; input { float: right; outline: none; &:focus { outline: none; } } input[type=submit] { margin: 0; font-size: 14px; padding: 5px; background: $color-1; &:focus, &:hover { background: $color-1-dark; } } } } }
Version data entries
6 entries across 6 versions & 1 rubygems