UNPKG

oui-kit

Version:

🎯 *UI toolkit with a French touch* 🇫🇷

41 lines (33 loc) • 659 B
@require "../../stylus/index.styl"; :where(.oui-text) { oui-text(); } .oui-text._responsive-tables { @media -media-mobile { table { display: block; width: 100%; overflow-x: visible; thead { display: none; } tbody, tr, td { display: block; width: 100%; } tr { border-bottom: 2px solid var(--s2-fg); padding: rex(8) 0; } tbody td { border: none; padding: rex(2) 0; &:before { content: attr(data-label); font-weight: var(--text-font-weight-bold); display: block; } } } } }