Skip to content
This repository was archived by the owner on Feb 5, 2022. It is now read-only.

Commit 7f0e241

Browse files
fix(): update class names to avoid conflicts
1 parent 2e286b2 commit 7f0e241

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

src/pages/app-detailed-service/app-detailed-service.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373
}
7474
}
7575

76-
.work {
76+
.example {
7777
height: auto;
7878

7979
.main-content {

src/pages/app-detailed-service/app-detailed-service.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -383,7 +383,7 @@ export class AppDetailedService {
383383
</section>
384384

385385

386-
<section id="work" class="work">
386+
<section id="example" class="example">
387387
<div class="main-content">
388388
<div class="sidebar">
389389
<div

src/pages/app-team-landing/app-team-landing.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ section.team-landing {
122122
font-size: 12px;
123123
}
124124

125-
.cta {
125+
.cta-about {
126126
background: linear-gradient(-160deg, #f99a2a 0%, #f9902a 100%);
127127
height: 114px;
128128

src/pages/app-team-landing/app-team-landing.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -483,7 +483,7 @@ export class AppTeamLanding {
483483
</div>
484484
</section>,
485485

486-
<aside class="cta text-white">
486+
<aside class="cta-about text-white">
487487
<div class="cta-container d-flex flex-row justify-content-center">
488488
<h3 class="align-self-center">
489489
<app-translate key="about.landing.cta.title" />

0 commit comments

Comments
 (0)