12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152 |
- @import 'nib'
- .activity-title
- margin: 0 0.5em 0.8em
- display: flex
- justify-content:space-between
- .activities
- clear: both
- .activity
- margin: 0.5px 0
- padding: 6px 0;
- display: flex
- .member
- width: 32px
- height: @width
- .activity-member
- font-weight: 700
- .activity-desc
- word-wrap: break-word
- overflow: hidden
- flex: 1
- align-self: center
- margin: 0
- margin-left: 3px
- overflow: hidden;
- word-break: break-word;
- .activity-comment
- display: block
- border-radius: 3px
- background: white
- text-decoration: none
- box-shadow: 0 1px 2px rgba(0,0,0,.2)
- margin-top: 5px
- padding: 5px
- .activity-checklist
- display: block
- border-radius: 3px
- background: white
- text-decoration: none
- box-shadow: 0 1px 2px rgba(0,0,0,.2)
- margin-top: 5px
- padding: 5px
- .activity-meta
- font-size: 0.8em
- color: darken(white, 40%)
|