Skip to content

Commit

Permalink
#26262 Adding readmore styling
Browse files Browse the repository at this point in the history
  • Loading branch information
manuelrojas committed Oct 5, 2023
1 parent 2a76512 commit 8ae4ee2
Showing 1 changed file with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
display: flex;
gap: $spacing-3;
color: $black;
align-items: center;
align-items: flex-start;
}

.results-seo-tool__result-card-list li:not(:last-child) {
Expand Down Expand Up @@ -156,16 +156,18 @@

.results-seo-tool__result-card-list .pi-external-link {
color: $color-palette-gray-700;
font-size: 12px;
font-size: $font-size-xs;
}

.results-seo-tool__main-card .p-card .p-card-body {
padding: $spacing-3;
}

.results-seo-tool__read-more-label {
display: flex;
span {
display: inline-flex;
padding: 0 $spacing-0;
}
}
}

0 comments on commit 8ae4ee2

Please sign in to comment.