-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add query to display the source details in view all source
- Loading branch information
roshni73
committed
Apr 12, 2024
1 parent
e0d3bc4
commit 7b43353
Showing
8 changed files
with
1,026 additions
and
108 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
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 |
---|---|---|
@@ -1,37 +1,31 @@ | ||
.view-all-source{ | ||
.flexContainer { | ||
display: flex; | ||
gap: var(--go-ui-spacing-sm) var(--go-ui-spacing-lg); | ||
align-items: center; | ||
margin:1%; | ||
border-radius: var(--go-ui-border-radius-lg); | ||
box-shadow: var(--go-ui-box-shadow-md); | ||
|
||
padding: var(--go-ui-spacing-md) var(--go-ui-spacing-lg); | ||
width: 613px; | ||
|
||
.severity-indicator { | ||
font-size: var(--go-ui-font-size-xl); | ||
} | ||
|
||
.last-updated { | ||
color: var(--go-ui-color-text-light); | ||
} | ||
|
||
.figures { | ||
display: flex; | ||
flex-grow: 1; | ||
gap: var(--go-ui-spacing-lg); | ||
|
||
.separator { | ||
flex-shrink: 0; | ||
background-color: var(--go-ui-color-separator); | ||
width: var(--go-ui-width-separator-sm); | ||
} | ||
|
||
gap: var(--go-ui-spacing-sm) var(--go-ui-spacing-lg); | ||
width: 208px; | ||
height:142px; | ||
.figure { | ||
flex-basis: 0; | ||
flex-grow: 1; | ||
padding: 0; | ||
} | ||
} | ||
} | ||
.flexContainer { | ||
display: flex; | ||
align-items: center; | ||
justify-content: space-between; | ||
} | ||
} | ||
|
||
|
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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"namespace": "viewAllSource", | ||
"strings": { | ||
"viewAllSourceHeading": "View All Sources" | ||
"sourceFeedsTitle":"Sourc Feeds" | ||
} | ||
} |
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.