- Timestamp:
- 05/18/2019 08:33:46 AM (6 years ago)
- File:
-
- 1 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
Note: See TracChangeset
for help on using the changeset viewer.