- Timestamp:
- 04/01/2018 11:27:49 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-templates/bp-nouveau/common-styles/_bp_lists.scss
r11915 r11919 185 185 186 186 li { 187 display: flex; 187 188 @include flex-box-dir(); 188 189 189 190 .item { 190 flex-grow: 1; 191 192 @include box-item-size($grow: 1); 193 } 194 195 .action { 196 text-align: right; 191 197 } 192 198 … … 199 205 } 200 206 207 } 208 209 #notifications-user-list { 210 clear: both; 211 padding-top: $pad-med; 201 212 } 202 213
Note: See TracChangeset
for help on using the changeset viewer.