parent
b0c1282fbe
commit
ee603a3b01
@ -1,5 +1,5 @@
|
|||||||
{
|
{
|
||||||
"$schema": "./node_modules/@angular-devkit/core/src/workspace/workspace-schema.json",
|
"$schema": "./node_modules/@angular/cli/lib/config/schema.json",
|
||||||
"version": 1,
|
"version": 1,
|
||||||
"cli": {
|
"cli": {
|
||||||
"packageManager": "yarn",
|
"packageManager": "yarn",
|
||||||
|
@ -96,8 +96,8 @@
|
|||||||
"zone.js": "^0.9.0"
|
"zone.js": "^0.9.0"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@angular-devkit/build-angular": "^0.12.1",
|
"@angular-devkit/build-angular": "0.800.0-beta.13",
|
||||||
"@angular/cli": "7.2.1",
|
"@angular/cli": "8.0.0-beta.13",
|
||||||
"@angular/compiler": "^7.0.0",
|
"@angular/compiler": "^7.0.0",
|
||||||
"@angular/compiler-cli": "^7.0.0",
|
"@angular/compiler-cli": "^7.0.0",
|
||||||
"@angular/language-service": "^7.0.0",
|
"@angular/language-service": "^7.0.0",
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
"master": {
|
"master": {
|
||||||
"uncompressed": {
|
"uncompressed": {
|
||||||
"runtime": 2972,
|
"runtime": 2972,
|
||||||
"main": 503779,
|
"main": 479228,
|
||||||
"polyfills": 59197
|
"polyfills": 59197
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -55,21 +55,22 @@ table {
|
|||||||
td {
|
td {
|
||||||
letter-spacing: 0.30px;
|
letter-spacing: 0.30px;
|
||||||
|
|
||||||
tr td:first-child {
|
tr td:first-child {
|
||||||
@media (max-width: 480px) {
|
@media (max-width: 480px) {
|
||||||
background-color: $lightgray;
|
background-color: $lightgray;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
th {
|
th {
|
||||||
background: rgba($lightgray, 0.2);
|
background: rgba($lightgray, 0.2);
|
||||||
border-right: 1px solid $lightgray;
|
border-right: 1px solid $lightgray;
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
max-width: 100px;
|
max-width: 100px;
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
tbody > tr {
|
||||||
&:last-child td {
|
&:last-child td {
|
||||||
border: none;
|
border: none;
|
||||||
|
|
||||||
@ -111,4 +112,4 @@ table {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
1710
aio/yarn.lock
1710
aio/yarn.lock
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user