Skip to content

Commit

Permalink
fix(interactive-tour): css fix for interactive tour (#708)
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilippeLafreniere18 authored and Marc-André Barbeau committed Sep 8, 2020
1 parent db658d7 commit 6fa80f4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
Expand Up @@ -2,6 +2,10 @@
padding: 0.5em 0.75em;
}

.shepherd-title {
margin: 0px !important;
}

.shepherd-progress {
margin-right: 15px;
color: hsla(0, 0%, 45%, 1);
Expand Down
Expand Up @@ -145,6 +145,8 @@ export class InteractiveTourService {
}

if (header) {
currentStepElement.querySelector('.shepherd-content').classList.add('mat-typography');
currentStepElement.querySelector('.shepherd-text').classList.add('mat-typography');
const stepsArray = self.steps;
const progress = document.createElement('span');
progress.className = 'shepherd-progress';
Expand Down

0 comments on commit 6fa80f4

Please sign in to comment.