diff --git a/src/app/static/about/about.component.html b/src/app/static/about/about.component.html index 965fa7afd..aa1a95ee1 100644 --- a/src/app/static/about/about.component.html +++ b/src/app/static/about/about.component.html @@ -4,23 +4,43 @@

Angular ngRx Material Starter

- Check Features + mat-raised-button class="actions-main" color="primary" routerLink="../features"> + Features - - Check Examples + Examples - - Change Theme + Change Theme - or +
+ or check blogs about +
- Check Blog Post + Material Theming + + + Angular Cli Tips + + + Ngrx Typescript Tips + + + App Loading Style
diff --git a/src/app/static/about/about.component.scss b/src/app/static/about/about.component.scss index 2f1fcdef5..6dd9398b9 100644 --- a/src/app/static/about/about.component.scss +++ b/src/app/static/about/about.component.scss @@ -18,11 +18,21 @@ span { display: inline-block; font-weight: bold; - padding: 10px; + padding: 10px 10px 20px 10px; } a { - margin: 0 0 10px 0; + margin: 0 5px 10px 0; + + &.actions-main { + text-transform: uppercase; + padding: 3px 24px; + } + + i { + position: relative; + top: -1px; + } } } diff --git a/src/themes/default-theme.scss b/src/themes/default-theme.scss index b860c74f8..07f5669be 100644 --- a/src/themes/default-theme.scss +++ b/src/themes/default-theme.scss @@ -1,5 +1,5 @@ $anms-primary: mat-palette($mat-indigo, 800, 300, 900); $anms-accent: mat-palette($mat-light-blue); -$anms-warn: mat-palette($mat-deep-orange, A200); +$anms-warn: mat-palette($mat-deep-orange, 200); $anms-theme: mat-light-theme($anms-primary, $anms-accent, $anms-warn);