Skip to content

Commit

Permalink
Updated remaining dependencies and updated documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
l0ll098 committed Aug 27, 2021
1 parent b9d03a4 commit d3524c6
Show file tree
Hide file tree
Showing 4 changed files with 845 additions and 707 deletions.
2 changes: 1 addition & 1 deletion docs/development/external.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# External Packages

## Angular Material
[Angular Material v9](https://v9.material.angular.io/)
[Angular Material v12](https://material.angular.io/)

## Kubernetes API
[API Reference](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.18/)
Expand Down
8 changes: 4 additions & 4 deletions docs/development/theme.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# Theming

## Angular Material Components
https://v9.material.angular.io/guide/theming
https://material.angular.io/guide/theming

## Custom Components
https://v9.material.angular.io/guide/theming-your-components
https://material.angular.io/guide/theming-your-components

## Theme

Expand All @@ -28,14 +28,14 @@ Additionally in this file, class definitions for the themes are available:

```scss
// tables-theme.scss
@import "~@angular/material/theming";
@use '~@angular/material' as mat;

@mixin tables-theme($theme) {
$primary: map-get($theme, primary);
$accent: map-get($theme, accent);

a {
color: mat-color($primary);
color: mat.get-color-from-palette($primary, 'text');
text-decoration: none;
}
}
Expand Down
Loading

0 comments on commit d3524c6

Please sign in to comment.