Skip to content

Commit

Permalink
fix ngx-joyride modal
Browse files Browse the repository at this point in the history
  • Loading branch information
sultanmyrza-numbersprotocol committed May 17, 2022
1 parent 06fab5e commit 7559f12
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/global.scss
Original file line number Diff line number Diff line change
Expand Up @@ -145,14 +145,18 @@ body.dark .mat-tab-group {
// styling for ngx-joyride START
.joyride-step__container {
border-radius: 15px;
max-height: 150px;
max-height: 200px;
}

.joyride-button {
background-color: #0000d8 !important; /* stylelint-disable-line declaration-no-important */
border-radius: 15px;
}

.joyride-step__close {
display: none;
}

.joyride-step__header {
padding: 0 8px 8px !important; /* stylelint-disable-line declaration-no-important */
}
Expand Down

0 comments on commit 7559f12

Please sign in to comment.