Skip to content

Commit

Permalink
preparing for version update
Browse files Browse the repository at this point in the history
  • Loading branch information
vapvarun committed Nov 18, 2024
1 parent 2f6448a commit 3c0e2da
Show file tree
Hide file tree
Showing 28 changed files with 7,996 additions and 2,404 deletions.
16 changes: 12 additions & 4 deletions assets/css/buddypress.css
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@
# BuddyPress Resume Manager
# Activity Link Preview
# BP Attachments
# BuddyPress Member Review
--------------------------------------------------------------*/

Expand Down Expand Up @@ -1150,7 +1151,7 @@ body:not(.buddyx-mediapress) .mfp-arrow:after {

body:not(.buddyx-mediapress) .mfp-arrow-left:after,
body:not(.buddyx-mediapress) .mfp-arrow-right:after {
font-family: "FontAwesome";
font-family: "Font Awesome 6 Free";
font-size: 24px;
font-weight: 900;
color: #fff;
Expand Down Expand Up @@ -1772,7 +1773,7 @@ input#rt_media_comment_submit {

li.load-more a.loading::after {
content: "\f110";
font-family: "FontAwesome";
font-family: "Font Awesome 6 Free";
font-size: 18px;
font-weight: 900;
line-height: 1;
Expand All @@ -1785,7 +1786,7 @@ li.load-more a.loading::after {

.buddypress .buddypress-wrap .generic-button .loading:not(.bp-tooltip):after {
content: "\f110";
font-family: "FontAwesome";
font-family: "Font Awesome 6 Free";
font-size: 18px;
font-weight: 900;
line-height: 1;
Expand Down Expand Up @@ -5306,7 +5307,7 @@ button.ges-change:hover {
.bpfb_actions_container:not(.bpfb-theme-round):not(.bpfb-theme-new) #bpfb_addPhotos::before,
.bpfb_actions_container:not(.bpfb-theme-round):not(.bpfb-theme-new) #bpfb_addVideos::before,
.bpfb_actions_container:not(.bpfb-theme-round):not(.bpfb-theme-new) #bpfb_addLinks::before {
font-family: "FontAwesome";
font-family: "Font Awesome 6 Free";
font-weight: 900;
font-size: 18px;
}
Expand Down Expand Up @@ -5859,4 +5860,11 @@ body.personal.attachments #bp-media-library .media-toolbar-primary .components-s

.components-form-file-upload .components-button {
height: 100%;
}

/*--------------------------------------------------------------
## BuddyPress Member Review
--------------------------------------------------------------*/
.bupr-shortcode-top-members-contents {
margin: 0 0 2rem;
}
2 changes: 1 addition & 1 deletion assets/css/buddypress.min.css

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions assets/css/content.css
Original file line number Diff line number Diff line change
Expand Up @@ -101,9 +101,9 @@
.entry-meta .entry-edit-link a::before,
.entry-meta .entry-featured::before {
margin-right: 4px;
font-family: 'FontAwesome';
font-family: 'Font Awesome 6 Free';
font-style: normal;
font-weight: normal;
font-weight: 900;
display: inline-block;
line-height: 1;
-webkit-font-smoothing: antialiased;
Expand Down
2 changes: 1 addition & 1 deletion assets/css/content.min.css

Large diffs are not rendered by default.

Loading

0 comments on commit 3c0e2da

Please sign in to comment.