diff options
Diffstat (limited to 'client/src/app/my-account')
-rw-r--r-- | client/src/app/my-account/my-account-settings/my-account-settings.component.scss | 6 | ||||
-rw-r--r-- | client/src/app/my-account/my-account.component.ts | 2 |
2 files changed, 3 insertions, 5 deletions
diff --git a/client/src/app/my-account/my-account-settings/my-account-settings.component.scss b/client/src/app/my-account/my-account-settings/my-account-settings.component.scss index 1cc00ca49..85079d620 100644 --- a/client/src/app/my-account/my-account-settings/my-account-settings.component.scss +++ b/client/src/app/my-account/my-account-settings/my-account-settings.component.scss | |||
@@ -47,10 +47,8 @@ | |||
47 | } | 47 | } |
48 | 48 | ||
49 | .account-title { | 49 | .account-title { |
50 | text-transform: uppercase; | 50 | @include in-content-small-title; |
51 | color: $orange-color; | 51 | |
52 | font-weight: $font-bold; | ||
53 | font-size: 13px; | ||
54 | margin-top: 55px; | 52 | margin-top: 55px; |
55 | margin-bottom: 30px; | 53 | margin-bottom: 30px; |
56 | } | 54 | } |
diff --git a/client/src/app/my-account/my-account.component.ts b/client/src/app/my-account/my-account.component.ts index 0955e2b7b..7bb461d3c 100644 --- a/client/src/app/my-account/my-account.component.ts +++ b/client/src/app/my-account/my-account.component.ts | |||
@@ -1,7 +1,7 @@ | |||
1 | import { Component } from '@angular/core' | 1 | import { Component } from '@angular/core' |
2 | 2 | ||
3 | @Component({ | 3 | @Component({ |
4 | selector: 'my-account', | 4 | selector: 'my-my-account', |
5 | templateUrl: './my-account.component.html' | 5 | templateUrl: './my-account.component.html' |
6 | }) | 6 | }) |
7 | export class MyAccountComponent {} | 7 | export class MyAccountComponent {} |