Changeset 12846
- Timestamp:
- 02/13/2021 12:12:49 PM (4 years ago)
- Location:
- trunk/src/bp-templates/bp-nouveau
- Files:
-
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-templates/bp-nouveau/common-styles/_bp_search.scss
r12814 r12846 96 96 } 97 97 98 .current-member-type { 98 .current-member-type, 99 .current-group-type { 99 100 font-style: italic; 100 101 } -
trunk/src/bp-templates/bp-nouveau/css/buddypress-rtl.css
r12814 r12846 3859 3859 } 3860 3860 3861 .buddypress-wrap .current-member-type { 3861 .buddypress-wrap .current-member-type, 3862 .buddypress-wrap .current-group-type { 3862 3863 font-style: italic; 3863 3864 } -
trunk/src/bp-templates/bp-nouveau/css/buddypress.css
r12814 r12846 3859 3859 } 3860 3860 3861 .buddypress-wrap .current-member-type { 3861 .buddypress-wrap .current-member-type, 3862 .buddypress-wrap .current-group-type { 3862 3863 font-style: italic; 3863 3864 } -
trunk/src/bp-templates/bp-nouveau/css/twentytwentyone-rtl.css
r12844 r12846 420 420 color: var(--global--color-secondary); 421 421 border: 1px dotted var(--global--color-primary); 422 } 423 424 #buddypress.twentytwentyone #groups-dir-list .current-group-type { 425 text-align: center; 422 426 } 423 427 -
trunk/src/bp-templates/bp-nouveau/css/twentytwentyone.css
r12844 r12846 420 420 color: var(--global--color-secondary); 421 421 border: 1px dotted var(--global--color-primary); 422 } 423 424 #buddypress.twentytwentyone #groups-dir-list .current-group-type { 425 text-align: center; 422 426 } 423 427 -
trunk/src/bp-templates/bp-nouveau/sass/twentytwentyone.scss
r12844 r12846 570 570 border: 1px dotted var(--global--color-primary); 571 571 } 572 } 573 } 574 575 #groups-dir-list { 576 577 .current-group-type { 578 text-align: center; 572 579 } 573 580 }
Note: See TracChangeset
for help on using the changeset viewer.