Skip to content

Commit

Permalink
Update covalent
Browse files Browse the repository at this point in the history
  • Loading branch information
owilliams320 committed Apr 10, 2024
1 parent 8e7b94f commit 7b1240f
Show file tree
Hide file tree
Showing 4 changed files with 50 additions and 50 deletions.
76 changes: 38 additions & 38 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,13 @@
"@angular/router": "17.1.0",
"@angular/material": "17.1.0",
"@angular/cdk": "17.1.0",
"@covalent/components": "8.8.0-beta.1",
"@covalent/core": "8.8.0-beta.1",
"@covalent/flavored-markdown": "8.8.0-beta.1",
"@covalent/icons": "8.8.0-beta.1",
"@covalent/markdown": "8.8.0-beta.1",
"@covalent/markdown-navigator": "8.8.0-beta.1",
"@covalent/tokens": "8.8.0-beta.1",
"@covalent/components": "8.9.2",
"@covalent/core": "8.9.2",
"@covalent/flavored-markdown": "8.9.2",
"@covalent/icons": "8.9.2",
"@covalent/markdown": "8.9.2",
"@covalent/markdown-navigator": "8.9.2",
"@covalent/tokens": "8.9.2",
"@material/data-table": "15.0.0-canary.7f224ddd4.0",
"minimatch": "^9.0.3",
"rxjs": "^7.4.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@

.tree-divider {
border-left: 1px solid var(--cv-theme-divider);
height: 48px;
margin-top: -48px;
height: 56px;
margin-top: -56px;
margin-left: 58px;

.tree-divider-line {
Expand All @@ -57,8 +57,8 @@
}

&.last {
height: 24px;
margin-top: -48px;
height: 28px;
margin-top: -56px;
margin-bottom: 24px;

.tree-divider-line {
Expand Down
2 changes: 1 addition & 1 deletion src/app/learn/learn.component.scss
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@

cv-icon.learn-icon {
--mdc-icon-size: 32px;
color: var(--cv-theme-text-logo-on-background, --cv-theme-emphasis);
color: var(--cv-theme-tertiary);
margin-right: 24px;
}
}

0 comments on commit 7b1240f

Please sign in to comment.