mirror of
https://github.com/wekan/wekan.git
synced 2025-12-16 15:30:13 +01:00
Work on the card activities and comments
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.
This commit is contained in:
parent
216887490e
commit
c894567987
31 changed files with 590 additions and 691 deletions
|
|
@ -78,20 +78,34 @@
|
|||
margin-bottom: 2px
|
||||
text-decoration: none
|
||||
word-wrap: break-word
|
||||
clear: both
|
||||
|
||||
&::selection
|
||||
background: transparent
|
||||
|
||||
.minicard-labels
|
||||
float: right
|
||||
display: flex
|
||||
|
||||
.minicard-label
|
||||
float: right
|
||||
width: 11px
|
||||
height: @width
|
||||
border-radius: 2px
|
||||
margin-right: 3px
|
||||
margin-left: 3px
|
||||
|
||||
.badges
|
||||
float: left
|
||||
margin-top: 5px
|
||||
color: darken(white, 60%)
|
||||
|
||||
&:empty
|
||||
display: none
|
||||
|
||||
.badge
|
||||
float: left
|
||||
margin-right: 10px
|
||||
|
||||
.badge-text
|
||||
font-size: 0.9em
|
||||
|
||||
.minicard-members
|
||||
float: right
|
||||
|
|
@ -109,12 +123,6 @@
|
|||
.minicard-members:empty
|
||||
display: none
|
||||
|
||||
.badges
|
||||
float: left
|
||||
|
||||
&:empty
|
||||
display: none
|
||||
|
||||
&.minicard-composer
|
||||
margin-bottom: 10px
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue