-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathatoms.app.table.css
1 lines (1 loc) · 1007 Bytes
/
atoms.app.table.css
1
[data-molecule-table]{width:100%;font-weight:400;}[data-molecule-table],[data-molecule-table] > *{min-height:1rem}[data-molecule-table] > thead{color:#fff;font-size:65%;text-transform:uppercase;}[data-molecule-table] > thead > * > *{position:relative;right:0;background-color:rgba(0,0,0,0.15);transition:right 200ms}[data-molecule-table] > tbody > [data-atom-tablerow]:not(:last-child){border-bottom:solid 1px rgba(0,0,0,0.1)}[data-molecule-table] > tbody > [data-atom-tablerow].active{color:#fff;background-color:rgba(0,0,0,0.25)}[data-molecule-table] td,[data-molecule-table] th{padding:.25rem .5rem}[data-screen=small] [data-molecule-table] > tbody{font-size:92.5%}[data-screen=normal] [data-molecule-table] > thead > * > *:hover{cursor:pointer;background-color:rgba(0,0,0,0.4)}[data-screen=normal] [data-molecule-table] > thead > * > *.drag{right:1rem;opacity:.5}[data-screen=normal] [data-molecule-table] > tbody > [data-atom-tablerow]:hover{background-color:rgba(0,0,0,0.15);color:#fff;cursor:pointer}