diff --git src/bp-templates/bp-nouveau/css/twentytwentyone-rtl.css src/bp-templates/bp-nouveau/css/twentytwentyone-rtl.css
index 466ccab25..e68c69210 100644
|
|
|
body.activity-permalink #buddypress.twentytwentyone .activity-list .activity-ava |
| 753 | 753 | color: var(--global--color-secondary); |
| 754 | 754 | } |
| 755 | 755 | |
| | 756 | #buddypress.twentytwentyone #drag-drop-area #bp-browse-button { |
| | 757 | margin: 50px auto 0; |
| | 758 | } |
| | 759 | |
| 756 | 760 | #buddypress.twentytwentyone .bp-avatar-status .warning, |
| 757 | 761 | #buddypress.twentytwentyone .bp-avatar-status .success, |
| 758 | 762 | #buddypress.twentytwentyone .bp-cover-image-status .warning, |
diff --git src/bp-templates/bp-nouveau/css/twentytwentyone.css src/bp-templates/bp-nouveau/css/twentytwentyone.css
index 3691a6281..d78e41fd8 100644
|
|
|
body.activity-permalink #buddypress.twentytwentyone .activity-list .activity-ava |
| 753 | 753 | color: var(--global--color-secondary); |
| 754 | 754 | } |
| 755 | 755 | |
| | 756 | #buddypress.twentytwentyone #drag-drop-area #bp-browse-button { |
| | 757 | margin: 50px auto 0; |
| | 758 | } |
| | 759 | |
| 756 | 760 | #buddypress.twentytwentyone .bp-avatar-status .warning, |
| 757 | 761 | #buddypress.twentytwentyone .bp-avatar-status .success, |
| 758 | 762 | #buddypress.twentytwentyone .bp-cover-image-status .warning, |
diff --git src/bp-templates/bp-nouveau/sass/twentytwentyone.scss src/bp-templates/bp-nouveau/sass/twentytwentyone.scss
index 83fef4114..4121e98b9 100644
|
|
|
body { |
| 1027 | 1027 | .drag-drop-info { |
| 1028 | 1028 | color: var(--global--color-secondary); |
| 1029 | 1029 | } |
| | 1030 | |
| | 1031 | #bp-browse-button { |
| | 1032 | margin: 50px auto 0; |
| | 1033 | } |
| 1030 | 1034 | } |
| 1031 | 1035 | |
| 1032 | 1036 | .bp-avatar-status, |