Sha256: 5cb1ad4b769227a39144a38055abfdda92697f028d8e7e6f4c1d6e7a7a7f1cec
Contents?: true
Size: 1.63 KB
Versions: 16
Compression:
Stored size: 1.63 KB
Contents
section.data-table { table { border: none; thead { tr { background: transparent; border-bottom: 1px solid $color-light-darker; th { padding: 5px 15px; text-align: left; font-size: 18px; font-weight: 400; text-transform: uppercase; color: $color-1; } } } tbody { tr { position: relative; @include transition-all; border-bottom: 1px solid $color-light-dark; td { padding: 10px 15px; &.search-type { font-weight: 400; text-transform: uppercase; } &.no-results { text-align: center; font-weight: 400; color: $color-dark-lighter; font-size: 22px; line-height: 26px; font-style: italic; } &.actions { width: 25px; text-align: center; a { &:before { font-family: 'icomoon'; content: "\e732"; } &:hover { color: $color-1; } } } } } } } .pagination { text-align: right; &:first-child { margin: 0 0 15px 0; } &:last-child { margin: 15px 0 0 0; } span { display: inline-block; margin: 0; padding: 0; font-weight: 400; &.current { padding: 3px; font-weight: 600; } a { margin: 0; padding: 3px; font-size: inherit; font-weight: inherit; } } } }
Version data entries
16 entries across 16 versions & 1 rubygems