
committed by
Alex Rickabaugh

parent
b0c1282fbe
commit
ee603a3b01
@ -55,21 +55,22 @@ table {
|
||||
td {
|
||||
letter-spacing: 0.30px;
|
||||
|
||||
tr td:first-child {
|
||||
@media (max-width: 480px) {
|
||||
background-color: $lightgray;
|
||||
tr td:first-child {
|
||||
@media (max-width: 480px) {
|
||||
background-color: $lightgray;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
th {
|
||||
background: rgba($lightgray, 0.2);
|
||||
border-right: 1px solid $lightgray;
|
||||
font-weight: 600;
|
||||
max-width: 100px;
|
||||
}
|
||||
}
|
||||
|
||||
tbody > tr {
|
||||
&:last-child td {
|
||||
border: none;
|
||||
|
||||
@ -111,4 +112,4 @@ table {
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user