Skip to content

Commit

Permalink
Merge pull request #1870 from rohitsrma/move-inline-styles-from-card
Browse files Browse the repository at this point in the history
Move Inline Styles from card.html to SCSS
  • Loading branch information
leecalcote authored Feb 1, 2025
2 parents a965d55 + 61f6044 commit 857b7bb
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 10 deletions.
6 changes: 0 additions & 6 deletions _includes/card.html
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,3 @@ <h6 class="pattern-id">
</div>
</div>
</a>
<style>
.chip{
float: left;
}
</style>

4 changes: 0 additions & 4 deletions _includes/extensions/card.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,6 @@ <h4 class="pattern-name">{{extension.name}}</h4>
</div>

<style>
.chip{
float: left;
}

.pattern-image-container {
width: 90%;
height: 50%;
Expand Down
1 change: 1 addition & 0 deletions _sass/catalog.scss
Original file line number Diff line number Diff line change
Expand Up @@ -265,6 +265,7 @@ p {
vertical-align: middle;
text-decoration: none;
justify-content: center;
float: left;
}
.chip.COLLABORATION {
background-color: var(--integrations-bg);
Expand Down

0 comments on commit 857b7bb

Please sign in to comment.