Skip to content

Commit

Permalink
Updated Styles for the Federated
Browse files Browse the repository at this point in the history
JLG 12212023
  • Loading branch information
goynejennifer committed Dec 21, 2023
1 parent 563057e commit c605673
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 7 deletions.
Binary file not shown.
Binary file modified .vs/DLP_Federated/v17/.wsuo
Binary file not shown.
10 changes: 8 additions & 2 deletions .vs/VSWorkspaceState.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,13 @@
{
"ExpandedNodes": [
""
"",
"\\src",
"\\src\\components",
"\\src\\pages",
"\\src\\pages\\home",
"\\src\\pages\\home\\CollectionHighlights",
"\\src\\pages\\home\\FeaturedItems"
],
"SelectedNode": "\\C:\\WorkData\\DLP_Federated",
"SelectedNode": "\\src\\pages\\home\\FeaturedItems\\Controls.tsx",
"PreviewInSolutionExplorer": false
}
Binary file modified .vs/slnx.sqlite
Binary file not shown.
2 changes: 1 addition & 1 deletion public/css/root.css
Original file line number Diff line number Diff line change
Expand Up @@ -5191,7 +5191,7 @@ input[type="button"].btn-block {

.card-img {
width: 100%;
border-radius: calc(2px - 1px);
/*border-radius: calc(2px - 1px);*/
}

.card-img-top {
Expand Down
8 changes: 4 additions & 4 deletions src/css/FeaturedItems.scss
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
.featured-items-wrapper {
background-color: var(--light-gray);
/*background-color: var(--light-gray);*/
padding: 40px 40px 20px 40px;
width: 100%;
}
Expand All @@ -11,13 +11,13 @@

.featured-items-wrapper .card:hover,
.featured-items-wrapper .card:focus {
box-shadow: 0px 0px 2px var(--dark-gray);
/*box-shadow: 0px 0px 2px var(--dark-gray);*/
}

.featured-items-wrapper .card-img-top {
width: 100%;
/* height: 192px;*/
object-fit: cover;
height: 192px;
object-fit: scale-down;
}

.featured-items-wrapper .card-body {
Expand Down

0 comments on commit c605673

Please sign in to comment.