24 lines
No EOL
356 B
SCSS
24 lines
No EOL
356 B
SCSS
table {
|
|
color: #363636;
|
|
|
|
th, td {
|
|
padding: .5em .75em;
|
|
border-bottom: 1px solid #dbdbdb;
|
|
}
|
|
|
|
th {
|
|
border-bottom-width: 2px;
|
|
}
|
|
|
|
tr:nth-child(2n) {
|
|
background-color: #fafafa;
|
|
}
|
|
|
|
tbody {
|
|
tr {
|
|
&:hover {
|
|
background-color: #f5f5f5;
|
|
}
|
|
}
|
|
}
|
|
} |