wekan/client/components/activities/activities.styl

53 lines
1 KiB
Stylus
Raw Normal View History

@import 'nib'
2017-09-25 14:52:55 +09:00
.activity-title
margin: 0 0.5em 0.8em
display: flex
justify-content:space-between
.activities
clear: both
.activity
margin: 0.5px 0
2020-11-28 21:50:01 -03:00
padding: 6px 0;
display: flex
.member
2020-11-28 21:50:01 -03:00
width: 32px
height: @width
2020-11-28 21:50:01 -03:00
.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
2017-01-20 21:05:48 +08:00
.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%)