-
-
Notifications
You must be signed in to change notification settings - Fork 489
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Restyled
default
address block (#8289)
* This commit adds a different style for the `default` address block in the metadata page: - labels are added - it now has a bordered address card - the title is in a header - an address card icon is added to the heading Furthermore, it changes the style for the `icon` layout a bit: - the circled letter is smaller in size - texts are now all right of the circle - italic is changed to bold * Add print styles to enable the printing of the address popover * Fix for the print styles, the popup style now not only works in the emulated styles but also in the print preview and print. This commit also contains a fix for the SVG 'named circle' that was displayed too big * Fix failing unit tests. Refactor variables used in the view and global styles. --------- Co-authored-by: Jose García <[email protected]>
- Loading branch information
1 parent
31c641d
commit 36ce40b
Showing
8 changed files
with
226 additions
and
98 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
1 change: 1 addition & 0 deletions
1
web-ui/src/main/resources/catalog/components/search/mdview/partials/individual.html
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,6 @@ | ||
// variables used in custom styles | ||
// ------------------------------- | ||
|
||
@gn-spacing: 10px; | ||
@gn-spacing-sm: 5px; | ||
@gn-spacing-lg: 15px; |
Oops, something went wrong.