-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(map-details-tool): empty map message (#560)
* ui(map-details-tool): empty map message * add context manager link to empty map message * ui(map-details-tool): empty map message * add context manager link to empty map message * map empty message * fix(*): change detection Co-authored-by: Marc-André Barbeau <[email protected]>
- Loading branch information
1 parent
5a7923d
commit 53cc7ec
Showing
6 changed files
with
115 additions
and
6 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
23 changes: 23 additions & 0 deletions
23
packages/integration/src/lib/map/map-details-tool/map-details-tool.component.scss
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,23 @@ | ||
.map-empty, .search-tool, .catalog-tool, .context-tool { | ||
margin: 10px; | ||
} | ||
|
||
.map-empty { | ||
text-align: justify; | ||
} | ||
|
||
.search-tool, .catalog-tool, .context-tool { | ||
cursor: pointer; | ||
} | ||
|
||
mat-list mat-list-item h4 { | ||
font-weight: bold; | ||
} | ||
|
||
mat-list-item ::ng-deep .mat-list-text { | ||
font-size: smaller; | ||
} | ||
|
||
mat-list.mat-list-base mat-list-item.mat-list-item ::ng-deep div.mat-list-item-content div.mat-list-text { | ||
padding-left: 5px; | ||
} |
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
Oops, something went wrong.