- Timestamp:
- 03/31/2018 11:44:08 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-templates/bp-nouveau/common-styles/_bp_lists.scss
r11686 r11915 176 176 } 177 177 178 .friends-request-list { 179 180 .item-title { 181 text-align: center; 182 } 183 184 @include medium-up() { 185 186 li { 187 display: flex; 188 189 .item { 190 flex-grow: 1; 191 } 192 193 .item-title { 194 195 @include font-size(22); 196 text-align: left; 197 } 198 } 199 } 200 201 } 202 178 203 // If logged out we don't display action buttons 179 204 // so lets remove the margin right creating the white-space
Note: See TracChangeset
for help on using the changeset viewer.