Changeset 12398
- Timestamp:
- 05/18/2019 08:33:46 AM (6 years ago)
- Location:
- trunk/src/bp-templates/bp-nouveau
- Files:
-
- 13 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-templates/bp-nouveau/common-styles/_bp_activity_entries.scss
r12082 r12398 1 1 // BP Activity Entries - activity loop 2 // @version 3.0.0 2 // @since 3.0.0 3 // @version 5.0.0 3 4 4 5 .activity-list { … … 134 135 display: inline-block; 135 136 margin: 0 $marg-xsml; 136 vertical-align: bottom; 137 vertical-align: text-top; 138 width: 20px; 139 height: 20px; 137 140 } 138 141 … … 216 219 .button { 217 220 background: transparent; 221 color: $dark-grey; 218 222 } 219 223 … … 327 331 328 332 &:focus, 329 &:hover ,{333 &:hover { 330 334 background: $white; 331 335 color: $black; … … 372 376 img { 373 377 max-width: 100%; 378 background-color: $light-grey; 374 379 } 375 380 } … … 410 415 position: relative; 411 416 top: -20px; 417 418 img { 419 -webkit-box-shadow: 0 0 0 8px #fff; 420 box-shadow: 0 0 0 8px #fff; 421 } 412 422 } 413 423 -
trunk/src/bp-templates/bp-nouveau/common-styles/_bp_buttons.scss
r12082 r12398 1 1 // BP Buttons, Submits, Icons and general clicky things styling. 2 // @version 3.0.0 2 // @since 3.0.0 3 // @version 5.0.0 3 4 4 5 // Buttons by default are styled as simple boxes but we may … … 26 27 border-style: solid; 27 28 border-width: 1px; 29 border-radius: 0; 28 30 color: $dark-grey; 29 31 cursor: pointer; 32 font-family: inherit; 30 33 font-size: inherit; 31 34 font-weight: 400; … … 35 38 text-decoration: none; 36 39 width: auto; 40 line-height: 1; 41 } 42 43 button.dashicons, 44 a.button.dashicons { 45 font-family: dashicons; 37 46 } 38 47 -
trunk/src/bp-templates/bp-nouveau/common-styles/_bp_forms.scss
r12397 r12398 1 1 // BP Forms Elements Global Styles 2 // @version 3.0.0 2 // @since 3.0.0 3 // @version 5.0.0 3 4 4 5 // Some essential classes used for forms elements: … … 354 355 text-indent: -2px; 355 356 z-index: 1; 356 width: 100%;357 width: auto; 357 358 } 358 359 -
trunk/src/bp-templates/bp-nouveau/common-styles/_bp_generic_and_typography.scss
r12285 r12398 1 1 // BP Generic elements, Typography and Images. 2 // @version 4.0.0 2 // @since 3.0.0 3 // @version 5.0.0 3 4 4 5 // ========= Generic Sitewide elements ======== … … 67 68 } 68 69 69 .entry-content { 70 .entry-content, 71 .entry .entry-content > * { 70 72 float: none; 71 73 max-width: none; 72 //padding: 0 $pad-xlrg;73 74 } 74 75 … … 126 127 padding: 0; 127 128 } 129 130 // Specific to Twenty Nineteen 131 h2:before { 132 display: none; 133 } 128 134 } 129 135 } -
trunk/src/bp-templates/bp-nouveau/common-styles/_bp_groups_create.scss
r12082 r12398 9 9 } 10 10 11 img.avatar { 12 width: auto; 13 height: auto; 14 } 15 11 16 .avatar-nav-items { 12 17 margin-top: $marg-med; -
trunk/src/bp-templates/bp-nouveau/common-styles/_bp_item_body_general.scss
r12082 r12398 1 1 // BP Single Screens Item Body General Styles. 2 // @version 3.0.0 2 // @since 3.0.0 3 // @version 5.0.0 3 4 4 5 .buddypress-wrap { … … 16 17 .button-tabs { 17 18 margin: $marg-xlrg 0 $marg-med; 19 list-style: none; 18 20 } 19 21 -
trunk/src/bp-templates/bp-nouveau/common-styles/_bp_item_header_general.scss
r12082 r12398 1 1 // BP Single Screens Item Header General Styles. 2 // @version 3.0.0 2 // @since 3.0.0 3 // @version 5.0.0 3 4 4 5 @include clearfix-element(".single-headers"); … … 17 18 img { 18 19 float: none; 20 width: auto; 21 height: auto; 19 22 } 20 23 } -
trunk/src/bp-templates/bp-nouveau/common-styles/_bp_lists.scss
r12082 r12398 1 1 // BP Lists Global Styles. 2 // @version 3.0.0 2 // @since 3.0.0 3 // @version 5.0.0 3 4 4 5 // @todo decide whether using .buddypress quasi namespace parent … … 43 44 44 45 img.avatar { 45 display: inline; 46 display: inline-block; 47 width: auto; 48 height: auto; 46 49 } 47 50 } -
trunk/src/bp-templates/bp-nouveau/common-styles/_bp_search.scss
r12082 r12398 1 1 // BP Directory Search elements 2 // @version 3.0.0 2 // @since 3.0.0 3 // @version 5.0.0 3 4 4 5 .buddypress-wrap { // the ID is required to add weight to rules … … 8 9 form.bp-dir-search-form, 9 10 form.bp-messages-search-form, 10 form .bp-invites-search-form {11 form[data-bp-search].bp-invites-search-form { 11 12 border: 1px solid $bp-border-color; 12 13 13 14 width: 100%; 14 15 @include medium-lrg-up() {16 width: 15em;17 }18 15 19 16 label { -
trunk/src/bp-templates/bp-nouveau/common-styles/_bp_update_form.scss
r12082 r12398 1 1 // BP Whats new form handles user updates to groups or profiles 2 // @version 3.0.0 2 // @since 3.0.0 3 // @version 5.0.0 3 4 4 5 .activity-update-form { … … 31 32 box-shadow: none; 32 33 display: inline-block; 34 height: auto; 35 width: auto; 33 36 } 34 37 } … … 71 74 list-style: none; 72 75 margin: $marg-sml 0; 76 padding-left: 0; 73 77 74 78 li { … … 76 80 } 77 81 82 button.bp-remove-item { 83 margin-left: $marg-sml; 84 height: auto; 85 } 86 78 87 #activity-autocomplete { 79 88 padding: 0.3em; 89 width: 100%; 80 90 } 81 91 … … 87 97 .avatar { 88 98 width: 30px; 99 height: 30px; 89 100 } 90 101 … … 134 145 #whats-new-post-in-box, 135 146 #whats-new-submit { 136 margin-left: 8.5%; 137 147 margin-left: 55px; 138 148 } 139 149 -
trunk/src/bp-templates/bp-nouveau/css/buddypress-rtl.css
r12397 r12398 92 92 max-width: none; 93 93 } 94 body.buddypress .entry-content { 94 body.buddypress .entry-content, 95 body.buddypress .entry .entry-content > * { 95 96 float: none; 96 97 max-width: none; … … 118 119 margin: 1em 0; 119 120 padding: 0; 121 } 122 123 body.buddypress .buddypress-wrap h2:before { 124 display: none; 120 125 } 121 126 … … 898 903 899 904 .bp-list li .item-avatar img.avatar { 900 display: inline; 905 display: inline-block; 906 width: auto; 907 height: auto; 901 908 } 902 909 … … 1108 1115 box-shadow: none; 1109 1116 display: inline-block; 1117 height: auto; 1118 width: auto; 1110 1119 } 1111 1120 … … 1137 1146 list-style: none; 1138 1147 margin: 10px 0; 1148 padding-right: 0; 1139 1149 } 1140 1150 … … 1143 1153 } 1144 1154 1155 .activity-update-form #whats-new-post-in-box #whats-new-post-in-box-items button.bp-remove-item { 1156 margin-right: 10px; 1157 height: auto; 1158 } 1159 1145 1160 .activity-update-form #whats-new-post-in-box #whats-new-post-in-box-items #activity-autocomplete { 1146 1161 padding: 0.3em; 1162 width: 100%; 1147 1163 } 1148 1164 … … 1155 1171 .activity-update-form #whats-new-post-in-box #whats-new-post-in-box-items .bp-activity-object .avatar { 1156 1172 width: 30px; 1173 height: 30px; 1157 1174 } 1158 1175 … … 1194 1211 .activity-update-form #whats-new-post-in-box, 1195 1212 .activity-update-form #whats-new-submit { 1196 margin-right: 8.5%;1213 margin-right: 55px; 1197 1214 } 1198 1215 .activity-update-form #whats-new-submit input { … … 1326 1343 display: inline-block; 1327 1344 margin: 0 5px; 1328 vertical-align: bottom; 1345 vertical-align: text-top; 1346 width: 20px; 1347 height: 20px; 1329 1348 } 1330 1349 … … 1392 1411 .activity-list .activity-item .activity-meta.action .button { 1393 1412 background: transparent; 1413 color: #555; 1394 1414 } 1395 1415 … … 1518 1538 body.activity-permalink .activity-list .activity-avatar img { 1519 1539 max-width: 100%; 1540 background-color: #eaeaea; 1520 1541 } 1521 1542 … … 1554 1575 position: relative; 1555 1576 top: -20px; 1577 } 1578 body.activity-permalink .activity-list .activity-avatar img { 1579 box-shadow: 0 0 0 8px #fff; 1556 1580 } 1557 1581 body.activity-permalink .activity-list .activity-content { … … 2043 2067 #group-create-body .creation-step-name { 2044 2068 text-align: center; 2069 } 2070 2071 #group-create-body img.avatar { 2072 width: auto; 2073 height: auto; 2045 2074 } 2046 2075 … … 2080 2109 .single-headers #item-header-avatar a img { 2081 2110 float: none; 2111 width: auto; 2112 height: auto; 2082 2113 } 2083 2114 … … 2381 2412 .buddypress-wrap .item-body .button-tabs { 2382 2413 margin: 30px 0 15px; 2414 list-style: none; 2383 2415 } 2384 2416 … … 3063 3095 float: left; 3064 3096 max-width: 30%; 3097 line-height: 1; 3065 3098 } 3066 3099 … … 3216 3249 .bp-messages-content .thread-participants img { 3217 3250 width: 30px; 3251 height: 30px; 3218 3252 } 3219 3253 … … 3602 3636 text-indent: -2px; 3603 3637 z-index: 1; 3604 width: 100%;3638 width: auto; 3605 3639 } 3606 3640 … … 3658 3692 .buddypress-wrap form.bp-dir-search-form, 3659 3693 .buddypress-wrap form.bp-messages-search-form, 3660 .buddypress-wrap form .bp-invites-search-form {3694 .buddypress-wrap form[data-bp-search].bp-invites-search-form { 3661 3695 border: 1px solid #eee; 3662 3696 width: 100%; 3663 3697 } 3664 3698 3665 @media screen and (min-width: 55em) {3666 .buddypress-wrap form.bp-dir-search-form,3667 .buddypress-wrap form.bp-messages-search-form,3668 .buddypress-wrap form.bp-invites-search-form {3669 width: 15em;3670 }3671 }3672 3673 3699 .buddypress-wrap form.bp-dir-search-form label, 3674 3700 .buddypress-wrap form.bp-messages-search-form label, 3675 .buddypress-wrap form .bp-invites-search-form label {3701 .buddypress-wrap form[data-bp-search].bp-invites-search-form label { 3676 3702 margin: 0; 3677 3703 } … … 3683 3709 .buddypress-wrap form.bp-messages-search-form input[type="text"], 3684 3710 .buddypress-wrap form.bp-messages-search-form button[type="submit"], 3685 .buddypress-wrap form .bp-invites-search-form input[type="search"],3686 .buddypress-wrap form .bp-invites-search-form input[type="text"],3687 .buddypress-wrap form .bp-invites-search-form button[type="submit"] {3711 .buddypress-wrap form[data-bp-search].bp-invites-search-form input[type="search"], 3712 .buddypress-wrap form[data-bp-search].bp-invites-search-form input[type="text"], 3713 .buddypress-wrap form[data-bp-search].bp-invites-search-form button[type="submit"] { 3688 3714 background: none; 3689 3715 border: 0; … … 3696 3722 .buddypress-wrap form.bp-messages-search-form input[type="search"], 3697 3723 .buddypress-wrap form.bp-messages-search-form input[type="text"], 3698 .buddypress-wrap form .bp-invites-search-form input[type="search"],3699 .buddypress-wrap form .bp-invites-search-form input[type="text"] {3724 .buddypress-wrap form[data-bp-search].bp-invites-search-form input[type="search"], 3725 .buddypress-wrap form[data-bp-search].bp-invites-search-form input[type="text"] { 3700 3726 float: right; 3701 3727 line-height: 1.5; … … 3706 3732 .buddypress-wrap form.bp-dir-search-form button[type="submit"], 3707 3733 .buddypress-wrap form.bp-messages-search-form button[type="submit"], 3708 .buddypress-wrap form .bp-invites-search-form button[type="submit"] {3734 .buddypress-wrap form[data-bp-search].bp-invites-search-form button[type="submit"] { 3709 3735 float: left; 3710 3736 font-size: inherit; … … 3719 3745 .buddypress-wrap form.bp-dir-search-form button[type="submit"] span, 3720 3746 .buddypress-wrap form.bp-messages-search-form button[type="submit"] span, 3721 .buddypress-wrap form .bp-invites-search-form button[type="submit"] span {3747 .buddypress-wrap form[data-bp-search].bp-invites-search-form button[type="submit"] span { 3722 3748 font-family: dashicons; 3723 3749 font-size: 18px; … … 3727 3753 .buddypress-wrap form.bp-dir-search-form button[type="submit"].bp-show, 3728 3754 .buddypress-wrap form.bp-messages-search-form button[type="submit"].bp-show, 3729 .buddypress-wrap form .bp-invites-search-form button[type="submit"].bp-show {3755 .buddypress-wrap form[data-bp-search].bp-invites-search-form button[type="submit"].bp-show { 3730 3756 height: auto; 3731 3757 right: 0; … … 3737 3763 .buddypress-wrap form.bp-dir-search-form input[type="search"]::-webkit-search-cancel-button, 3738 3764 .buddypress-wrap form.bp-messages-search-form input[type="search"]::-webkit-search-cancel-button, 3739 .buddypress-wrap form .bp-invites-search-form input[type="search"]::-webkit-search-cancel-button {3765 .buddypress-wrap form[data-bp-search].bp-invites-search-form input[type="search"]::-webkit-search-cancel-button { 3740 3766 -webkit-appearance: searchfield-cancel-button; 3741 3767 } … … 3745 3771 .buddypress-wrap form.bp-messages-search-form input[type="search"]::-webkit-search-results-button, 3746 3772 .buddypress-wrap form.bp-messages-search-form input[type="search"]::-webkit-search-results-decoration, 3747 .buddypress-wrap form .bp-invites-search-form input[type="search"]::-webkit-search-results-button,3748 .buddypress-wrap form .bp-invites-search-form input[type="search"]::-webkit-search-results-decoration {3773 .buddypress-wrap form[data-bp-search].bp-invites-search-form input[type="search"]::-webkit-search-results-button, 3774 .buddypress-wrap form[data-bp-search].bp-invites-search-form input[type="search"]::-webkit-search-results-decoration { 3749 3775 display: none; 3750 3776 } … … 3981 4007 border-style: solid; 3982 4008 border-width: 1px; 4009 border-radius: 0; 3983 4010 color: #555; 3984 4011 cursor: pointer; 4012 font-family: inherit; 3985 4013 font-size: inherit; 3986 4014 font-weight: 400; … … 3990 4018 text-decoration: none; 3991 4019 width: auto; 4020 line-height: 1; 4021 } 4022 4023 .buddypress .buddypress-wrap button.dashicons, 4024 .buddypress .buddypress-wrap a.button.dashicons { 4025 font-family: dashicons; 3992 4026 } 3993 4027 -
trunk/src/bp-templates/bp-nouveau/css/buddypress.css
r12397 r12398 92 92 max-width: none; 93 93 } 94 body.buddypress .entry-content { 94 body.buddypress .entry-content, 95 body.buddypress .entry .entry-content > * { 95 96 float: none; 96 97 max-width: none; … … 118 119 margin: 1em 0; 119 120 padding: 0; 121 } 122 123 body.buddypress .buddypress-wrap h2:before { 124 display: none; 120 125 } 121 126 … … 898 903 899 904 .bp-list li .item-avatar img.avatar { 900 display: inline; 905 display: inline-block; 906 width: auto; 907 height: auto; 901 908 } 902 909 … … 1108 1115 box-shadow: none; 1109 1116 display: inline-block; 1117 height: auto; 1118 width: auto; 1110 1119 } 1111 1120 … … 1137 1146 list-style: none; 1138 1147 margin: 10px 0; 1148 padding-left: 0; 1139 1149 } 1140 1150 … … 1143 1153 } 1144 1154 1155 .activity-update-form #whats-new-post-in-box #whats-new-post-in-box-items button.bp-remove-item { 1156 margin-left: 10px; 1157 height: auto; 1158 } 1159 1145 1160 .activity-update-form #whats-new-post-in-box #whats-new-post-in-box-items #activity-autocomplete { 1146 1161 padding: 0.3em; 1162 width: 100%; 1147 1163 } 1148 1164 … … 1155 1171 .activity-update-form #whats-new-post-in-box #whats-new-post-in-box-items .bp-activity-object .avatar { 1156 1172 width: 30px; 1173 height: 30px; 1157 1174 } 1158 1175 … … 1194 1211 .activity-update-form #whats-new-post-in-box, 1195 1212 .activity-update-form #whats-new-submit { 1196 margin-left: 8.5%;1213 margin-left: 55px; 1197 1214 } 1198 1215 .activity-update-form #whats-new-submit input { … … 1326 1343 display: inline-block; 1327 1344 margin: 0 5px; 1328 vertical-align: bottom; 1345 vertical-align: text-top; 1346 width: 20px; 1347 height: 20px; 1329 1348 } 1330 1349 … … 1392 1411 .activity-list .activity-item .activity-meta.action .button { 1393 1412 background: transparent; 1413 color: #555; 1394 1414 } 1395 1415 … … 1518 1538 body.activity-permalink .activity-list .activity-avatar img { 1519 1539 max-width: 100%; 1540 background-color: #eaeaea; 1520 1541 } 1521 1542 … … 1554 1575 position: relative; 1555 1576 top: -20px; 1577 } 1578 body.activity-permalink .activity-list .activity-avatar img { 1579 box-shadow: 0 0 0 8px #fff; 1556 1580 } 1557 1581 body.activity-permalink .activity-list .activity-content { … … 2043 2067 #group-create-body .creation-step-name { 2044 2068 text-align: center; 2069 } 2070 2071 #group-create-body img.avatar { 2072 width: auto; 2073 height: auto; 2045 2074 } 2046 2075 … … 2080 2109 .single-headers #item-header-avatar a img { 2081 2110 float: none; 2111 width: auto; 2112 height: auto; 2082 2113 } 2083 2114 … … 2381 2412 .buddypress-wrap .item-body .button-tabs { 2382 2413 margin: 30px 0 15px; 2414 list-style: none; 2383 2415 } 2384 2416 … … 3063 3095 float: right; 3064 3096 max-width: 30%; 3097 line-height: 1; 3065 3098 } 3066 3099 … … 3216 3249 .bp-messages-content .thread-participants img { 3217 3250 width: 30px; 3251 height: 30px; 3218 3252 } 3219 3253 … … 3602 3636 text-indent: -2px; 3603 3637 z-index: 1; 3604 width: 100%;3638 width: auto; 3605 3639 } 3606 3640 … … 3658 3692 .buddypress-wrap form.bp-dir-search-form, 3659 3693 .buddypress-wrap form.bp-messages-search-form, 3660 .buddypress-wrap form .bp-invites-search-form {3694 .buddypress-wrap form[data-bp-search].bp-invites-search-form { 3661 3695 border: 1px solid #eee; 3662 3696 width: 100%; 3663 3697 } 3664 3698 3665 @media screen and (min-width: 55em) {3666 .buddypress-wrap form.bp-dir-search-form,3667 .buddypress-wrap form.bp-messages-search-form,3668 .buddypress-wrap form.bp-invites-search-form {3669 width: 15em;3670 }3671 }3672 3673 3699 .buddypress-wrap form.bp-dir-search-form label, 3674 3700 .buddypress-wrap form.bp-messages-search-form label, 3675 .buddypress-wrap form .bp-invites-search-form label {3701 .buddypress-wrap form[data-bp-search].bp-invites-search-form label { 3676 3702 margin: 0; 3677 3703 } … … 3683 3709 .buddypress-wrap form.bp-messages-search-form input[type="text"], 3684 3710 .buddypress-wrap form.bp-messages-search-form button[type="submit"], 3685 .buddypress-wrap form .bp-invites-search-form input[type="search"],3686 .buddypress-wrap form .bp-invites-search-form input[type="text"],3687 .buddypress-wrap form .bp-invites-search-form button[type="submit"] {3711 .buddypress-wrap form[data-bp-search].bp-invites-search-form input[type="search"], 3712 .buddypress-wrap form[data-bp-search].bp-invites-search-form input[type="text"], 3713 .buddypress-wrap form[data-bp-search].bp-invites-search-form button[type="submit"] { 3688 3714 background: none; 3689 3715 border: 0; … … 3696 3722 .buddypress-wrap form.bp-messages-search-form input[type="search"], 3697 3723 .buddypress-wrap form.bp-messages-search-form input[type="text"], 3698 .buddypress-wrap form .bp-invites-search-form input[type="search"],3699 .buddypress-wrap form .bp-invites-search-form input[type="text"] {3724 .buddypress-wrap form[data-bp-search].bp-invites-search-form input[type="search"], 3725 .buddypress-wrap form[data-bp-search].bp-invites-search-form input[type="text"] { 3700 3726 float: left; 3701 3727 line-height: 1.5; … … 3706 3732 .buddypress-wrap form.bp-dir-search-form button[type="submit"], 3707 3733 .buddypress-wrap form.bp-messages-search-form button[type="submit"], 3708 .buddypress-wrap form .bp-invites-search-form button[type="submit"] {3734 .buddypress-wrap form[data-bp-search].bp-invites-search-form button[type="submit"] { 3709 3735 float: right; 3710 3736 font-size: inherit; … … 3719 3745 .buddypress-wrap form.bp-dir-search-form button[type="submit"] span, 3720 3746 .buddypress-wrap form.bp-messages-search-form button[type="submit"] span, 3721 .buddypress-wrap form .bp-invites-search-form button[type="submit"] span {3747 .buddypress-wrap form[data-bp-search].bp-invites-search-form button[type="submit"] span { 3722 3748 font-family: dashicons; 3723 3749 font-size: 18px; … … 3727 3753 .buddypress-wrap form.bp-dir-search-form button[type="submit"].bp-show, 3728 3754 .buddypress-wrap form.bp-messages-search-form button[type="submit"].bp-show, 3729 .buddypress-wrap form .bp-invites-search-form button[type="submit"].bp-show {3755 .buddypress-wrap form[data-bp-search].bp-invites-search-form button[type="submit"].bp-show { 3730 3756 height: auto; 3731 3757 left: 0; … … 3737 3763 .buddypress-wrap form.bp-dir-search-form input[type="search"]::-webkit-search-cancel-button, 3738 3764 .buddypress-wrap form.bp-messages-search-form input[type="search"]::-webkit-search-cancel-button, 3739 .buddypress-wrap form .bp-invites-search-form input[type="search"]::-webkit-search-cancel-button {3765 .buddypress-wrap form[data-bp-search].bp-invites-search-form input[type="search"]::-webkit-search-cancel-button { 3740 3766 -webkit-appearance: searchfield-cancel-button; 3741 3767 } … … 3745 3771 .buddypress-wrap form.bp-messages-search-form input[type="search"]::-webkit-search-results-button, 3746 3772 .buddypress-wrap form.bp-messages-search-form input[type="search"]::-webkit-search-results-decoration, 3747 .buddypress-wrap form .bp-invites-search-form input[type="search"]::-webkit-search-results-button,3748 .buddypress-wrap form .bp-invites-search-form input[type="search"]::-webkit-search-results-decoration {3773 .buddypress-wrap form[data-bp-search].bp-invites-search-form input[type="search"]::-webkit-search-results-button, 3774 .buddypress-wrap form[data-bp-search].bp-invites-search-form input[type="search"]::-webkit-search-results-decoration { 3749 3775 display: none; 3750 3776 } … … 3981 4007 border-style: solid; 3982 4008 border-width: 1px; 4009 border-radius: 0; 3983 4010 color: #555; 3984 4011 cursor: pointer; 4012 font-family: inherit; 3985 4013 font-size: inherit; 3986 4014 font-weight: 400; … … 3990 4018 text-decoration: none; 3991 4019 width: auto; 4020 line-height: 1; 4021 } 4022 4023 .buddypress .buddypress-wrap button.dashicons, 4024 .buddypress .buddypress-wrap a.button.dashicons { 4025 font-family: dashicons; 3992 4026 } 3993 4027 -
trunk/src/bp-templates/bp-nouveau/sass/_nouveau_messages.scss
r12082 r12398 1 1 // Nouveau Messages styles. 2 // @version 3.0.0 2 // @since 3.0.0 3 // @version 5.0.0 3 4 // Icon additions to default action star 4 5 … … 188 189 float: right; 189 190 max-width: 30%; 191 line-height: 1; 190 192 191 193 .bp-icons:not(.bp-hide) { … … 355 357 img { 356 358 width: 30px; 359 height: 30px; 357 360 } 358 361 }
Note: See TracChangeset
for help on using the changeset viewer.