mirror of
https://github.com/wekan/wekan.git
synced 2025-12-16 15:30:13 +01:00
This commit also introduces a new CSSEvents object that is used to abstract vendor specifics events related to CSS transitions and animations. Fixes #183. Fixes #179.
28 lines
504 B
Stylus
28 lines
504 B
Stylus
.activities
|
|
clear: both
|
|
|
|
.activity
|
|
margin: 6px 0
|
|
display: flex
|
|
|
|
.member
|
|
width: 24px
|
|
height: @width
|
|
|
|
.activity-desc
|
|
flex: 1
|
|
align-self: center
|
|
margin: 0
|
|
|
|
.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-meta
|
|
font-size: 0.8em
|
|
color: darken(white, 40%)
|