build(docs-infra): update to CLI 8 beta.13 (#29764)

PR Close #29764
This commit is contained in:
Filipe Silva
2019-04-15 10:15:07 +01:00
committed by Alex Rickabaugh
parent b0c1282fbe
commit ee603a3b01
5 changed files with 645 additions and 1086 deletions

View File

@ -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 {
}
}
}
}
}