Sha256: 7cb562f05555ae64f13f8c01d0103ae86bc24a02d9acc42d5cd6635b541f19fd
Contents?: true
Size: 1.08 KB
Versions: 5
Compression:
Stored size: 1.08 KB
Contents
//Override Foundation defaults .table-scroll table{ border-collapse: unset; width: 100%; } //Table list .table-list{ border-collapse: collapse; th{ text-transform: uppercase; } th, td{ border-bottom: 1px solid rgba(black, .05); } th:not(:first-child), td:not(:first-child){ text-align: center; } th:first-child, td:first-child{ padding-left: 0; } th:last-child, td:last-child{ padding-right: 0; text-align: right; } &.table-list--lastcenter{ th:last-child, td:last-child{ text-align: center; } } a:not(.button){ color: $body-font-color; &:hover{ color: $primary-color; } } td > .button{ margin-bottom: 0; } .switch.tiny{ margin: 0 auto; width: 48px; } } .table-list__actions{ text-align: center; white-space: nowrap; &:last-child{ text-align: right; } .action-icon, a.action-icon{ color: $muted; } .action-icon.action-icon--remove{ color: $alert-color; } } .table-list__state{ text-align: center; } .icon-state.has-tip{ border-bottom: 0; }
Version data entries
5 entries across 5 versions & 1 rubygems