Skip to content

Commit

Permalink
wporg-plugins-2024: Update styles of commercial/community link.
Browse files Browse the repository at this point in the history
Fixes: #333
Related: r13845


git-svn-id: https://meta.svn.wordpress.org/sites/trunk@13846 74240141-8908-4e6f-9713-ba540dce6ec7
  • Loading branch information
StevenDufresne committed Jun 21, 2024
1 parent adb9ac4 commit 347485c
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 17 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,33 +2,18 @@
margin-top: var(--wp--style--block-gap);

.widget-head {
display: flex;
flex-flow: row wrap;
column-gap: 12px;
justify-content: space-between;

h2 {
flex: 1 1 auto;
font-size: var( --wp--preset--font-size--heading-4 );
margin-top: 0;
margin-bottom: 0.2rem;
}

a {
flex: 0 0 auto;
font-size: var( --wp--preset--font-size--small );
line-height: 2;
text-align: right;

&[href=""] {
display: none;
}

&:after {
content: '\f504';
font-family: dashicons;
margin-left: 2px;
}
}
}

Expand Down
Loading

0 comments on commit 347485c

Please sign in to comment.