fixes in css
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import { CommonModule } from '@angular/common';
|
||||
import { Component, inject } from '@angular/core';
|
||||
import { FormBuilder, ReactiveFormsModule, Validators } from '@angular/forms';
|
||||
import { Router, RouterLink } from '@angular/router';
|
||||
import { Router } from '@angular/router';
|
||||
import { TranslateModule } from '@ngx-translate/core';
|
||||
import { ButtonModule } from 'primeng/button';
|
||||
import { InputTextModule } from 'primeng/inputtext';
|
||||
@@ -13,7 +13,7 @@ import { SectionCardComponent } from '../../shared/ui/section-card.component';
|
||||
|
||||
@Component({
|
||||
standalone: true,
|
||||
imports: [CommonModule, ReactiveFormsModule, RouterLink, TranslateModule, ButtonModule, InputTextModule, PageHeaderComponent, SectionCardComponent],
|
||||
imports: [CommonModule, ReactiveFormsModule, TranslateModule, ButtonModule, InputTextModule, PageHeaderComponent, SectionCardComponent],
|
||||
templateUrl: './change-password-page.component.html'
|
||||
})
|
||||
export class ChangePasswordPageComponent {
|
||||
|
||||
@@ -68,7 +68,7 @@
|
||||
|
||||
.auth-card__header h2{
|
||||
margin: 0;
|
||||
font-size: 1.5rem;
|
||||
font-size: 0.9rem;
|
||||
line-height: 1.1;
|
||||
letter-spacing: 0.08em;
|
||||
text-transform: uppercase;
|
||||
|
||||
@@ -110,7 +110,7 @@
|
||||
|
||||
.dashboard-focus-activity__summary strong{
|
||||
font-family: var(--font-title);
|
||||
font-size: 1.5rem;
|
||||
font-size: 1.2rem;
|
||||
letter-spacing: 0.06em;
|
||||
}
|
||||
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user