Skip to content

Commit

Permalink
PGI-157 | Added some horiz. space between date and tag.
Browse files Browse the repository at this point in the history
  • Loading branch information
keeteean committed Feb 20, 2023
1 parent 86845bc commit d95ec75
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,10 @@
font-weight:700;
white-space:nowrap;
}
.lister-page.view-documents .view-content .views-row .content-header-text .created-time-pipe{
margin-left:0.25em;
margin-right:0.25em;
}
.lister-page.view-documents .view-content .views-row .content-header-text .category-link a{
color:#26c9de;
font-family:"Montserrat", -apple-system, system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,10 @@
white-space: nowrap;
}

.created-time-pipe {
margin-inline: 0.25em;
}

.category-link {
a {
color: $color-secondary;
Expand Down

0 comments on commit d95ec75

Please sign in to comment.