Skip to content

Commit

Permalink
NAC-130: helper text color
Browse files Browse the repository at this point in the history
  • Loading branch information
Nishant0928 committed Dec 3, 2024
1 parent a9e4dee commit aa1a7a3
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@
.conversion-helper-text {
font-size: 14px;
margin-top: -15px;
color: #666666;
}
.force-checkbox-container {
display: flex;
Expand All @@ -56,12 +57,12 @@
}

.force-conversion-helper-text {
max-width: 600px; /* Adjust as needed */
max-width: 600px;
white-space: normal;
word-wrap: break-word;
font-size: 13px;
margin-top: -15px;
color: #888888;
color: #666666;
}


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,7 @@ import { ErrorModalComponent } from "../error-modal/error-modal.component";
import { featureMap, FEATURES } from "../../generic-multi-feature-layout.mapping";
import { PICTURE_RENDITIONS_LABELS } from "../../../../pictures/pictures-renditions.constants";
import { THUMBNAIL_GENERATION_LABELS } from "../../../../thumbnail-generation/thumbnail-generation.constants";
import { FULLTEXT_REINDEX_LABELS } from "src/app/features/fulltext-reindex/fulltext-reindex.constants";
import { MatCheckboxModule } from "@angular/material/checkbox";
import { FULLTEXT_REINDEX_LABELS } from "../../../../fulltext-reindex/fulltext-reindex.constants";

describe("DocumentTabComponent", () => {
let component: DocumentTabComponent;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@
.conversion-helper-text {
font-size: 14px;
margin-top: -15px;
color: #666666;
}

.conversion-helper-text {
Expand All @@ -82,5 +83,5 @@
word-wrap: break-word;
font-size: 13px;
margin-top: -15px;
color: #888888;
color: #666666;
}
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ import { ErrorModalComponent } from "../error-modal/error-modal.component";
import { featureMap, FEATURES } from "../../generic-multi-feature-layout.mapping";
import { PICTURE_RENDITIONS_LABELS } from "../../../../pictures/pictures-renditions.constants";
import { THUMBNAIL_GENERATION_LABELS } from "../../../../thumbnail-generation/thumbnail-generation.constants";
import { FULLTEXT_REINDEX_LABELS } from "src/app/features/fulltext-reindex/fulltext-reindex.constants";
import { FULLTEXT_REINDEX_LABELS } from "../../../../fulltext-reindex/fulltext-reindex.constants";

describe("FolderTabComponent", () => {
let component: FolderTabComponent;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@
.conversion-helper-text {
font-size: 14px;
margin-top: -15px;
color: #666666;
}

.force-checkbox-container {
Expand All @@ -100,5 +101,5 @@
word-wrap: break-word;
font-size: 13px;
margin-top: -15px;
color: #888888;
color: #666666;
}
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ import { featureMap, FEATURES } from "../../generic-multi-feature-layout.mapping
import { PICTURE_RENDITIONS_LABELS } from "../../../../pictures/pictures-renditions.constants";
import { THUMBNAIL_GENERATION_LABELS } from "../../../../thumbnail-generation/thumbnail-generation.constants";
import { VIDEO_RENDITIONS_LABELS } from "../../../../video-renditions-generation/video-renditions-generation.constants";
import { FULLTEXT_REINDEX_LABELS } from "src/app/features/fulltext-reindex/fulltext-reindex.constants";
import { FULLTEXT_REINDEX_LABELS } from "../../../../fulltext-reindex/fulltext-reindex.constants";


describe("NXQLTabComponent", () => {
Expand Down

0 comments on commit aa1a7a3

Please sign in to comment.