mirror of https://github.com/wekan/wekan
The Open Source kanban (built with Meteor). Keep variable/table/field names camelCase. For translations, only add Pull Request changes to wekan/i18n/en.i18n.json , other translations are done at https://transifex.com/wekan/wekan only.
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
48 lines
960 B
48 lines
960 B
@import 'nib'
|
|
|
|
.activity-title
|
|
margin: 0 0.5em 0.8em
|
|
display: flex
|
|
justify-content:space-between
|
|
|
|
.activities
|
|
clear: both
|
|
|
|
.activity
|
|
margin: 0.5px 0
|
|
display: flex
|
|
|
|
.member
|
|
width: 24px
|
|
height: @width
|
|
|
|
.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%)
|
|
|