@getbase/base
Version:
A Rock Solid, Responsive CSS Framework built to work on all devices big, small and in-between.
16 lines (15 loc) • 301 B
text/less
table {
text-align: left;
border-collapse: collapse;
border-spacing: 0;
width: 100%;
margin: 0;
border: 1px solid #e9e9e9
}
table td,
table th {
padding: 1rem;
border-bottom: 1px solid #e9e9e9;
border-right: 1px solid #e9e9e9;
}
table tr:nth-child(2n) { background-color: #f6f8fa; }