Skip to content

Commit

Permalink
Merge pull request #454 from VTUL/federatedstyleissue
Browse files Browse the repository at this point in the history
Updated root.css card and update FeatureItems.scss line 60 added a vi…
  • Loading branch information
whunter authored Apr 2, 2024
2 parents 8ad78a6 + e1d8a36 commit 9fdfb56
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
3 changes: 2 additions & 1 deletion public/css/root.css
Original file line number Diff line number Diff line change
Expand Up @@ -5096,10 +5096,11 @@ input[type="button"].btn-block {
word-wrap: break-word;
background-color: #fff;
background-clip: border-box;
border: 1px solid rgba(0, 0, 0, 0.125);
/*border: 1px solid rgba(0, 0, 0, 0.125);*/
border-radius: 2px;
}


.card>hr {
margin-right: 0;
margin-left: 0;
Expand Down
3 changes: 3 additions & 0 deletions src/css/FeaturedItems.scss
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
.featured-items-wrapper .card {
margin-top: 5px;
margin-bottom: 5px;
border: none;
}

.featured-items-wrapper .card:hover,
Expand Down Expand Up @@ -64,6 +65,8 @@
.featured-items-indicators {
text-align: center;
padding-top: 20px;
/* Adding a visibility item until we can fix the functionality of the feature items indicator*/
visibility: hidden;
}

.featured-items-indicators button {
Expand Down

0 comments on commit 9fdfb56

Please sign in to comment.