-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #22 from rosen-group/addconfigdocs
added documentation for font/icon configurations
- Loading branch information
Showing
7 changed files
with
175 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
/* styles for svg icon on onboarding overlay */ | ||
.onboarding-header svg path, | ||
.onboarding-header svg rect { | ||
fill: #d9d9d9; | ||
} | ||
|
||
.onboarding-header svg .backfill { | ||
fill: #d9d9d9; | ||
fill-opacity: 1.0; | ||
} | ||
.onboarding-header svg .letters { | ||
fill-opacity: 0.0; | ||
} | ||
|
||
/* adjust counter position at icon */ | ||
.onboarding-button .mat-badge-content { | ||
width: 16px; | ||
height: 16px; | ||
line-height: 16px; | ||
} | ||
|
||
.onboarding-button .mat-badge-medium.mat-badge-below .mat-badge-content { | ||
bottom: -4px; | ||
right: -6px; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.