mirror of
https://github.com/wekan/wekan.git
synced 2025-12-16 15:30:13 +01:00
68 lines
1.3 KiB
Stylus
68 lines
1.3 KiB
Stylus
.edit-card-date
|
|
.fields
|
|
.left
|
|
width: 56%
|
|
.right
|
|
width: 38%
|
|
.datepicker
|
|
width: 100%
|
|
table
|
|
width: 100%
|
|
border: none
|
|
border-spacing: 0
|
|
border-collapse: collapse
|
|
thead
|
|
background: none
|
|
td, th
|
|
box-sizing: border-box
|
|
|
|
|
|
.card-date
|
|
display: block
|
|
border-radius: 4px
|
|
padding: 1px 3px
|
|
|
|
background-color: #dbdbdb
|
|
&:hover, &.is-active
|
|
background-color: #b3b3b3
|
|
|
|
&.current, &.almost-due, &.due, &.long-overdue
|
|
color: #fff
|
|
|
|
&.current
|
|
background-color: #5ba639
|
|
&:hover, &.is-active
|
|
background-color: darken(#5ba639, 10)
|
|
|
|
&.almost-due
|
|
background-color: #edc909
|
|
&:hover, &.is-active
|
|
background-color: darken(#edc909, 10)
|
|
|
|
&.due
|
|
background-color: #fa3f00
|
|
&:hover, &.is-active
|
|
background-color: darken(#fa3f00, 10)
|
|
|
|
&.long-overdue
|
|
background-color: #fd5d47
|
|
&:hover, &.is-active
|
|
background-color: darken(#fd5d47, 7)
|
|
|
|
&.due-date
|
|
time
|
|
&::before
|
|
content: "\f090" // symbol: fa-sign-in
|
|
|
|
&.start-date
|
|
time
|
|
&::before
|
|
content: "\f08b" // symbol: fa-sign-out
|
|
|
|
time
|
|
&::before
|
|
font: normal normal normal 14px/1 FontAwesome
|
|
font-size: inherit
|
|
-webkit-font-smoothing: antialiased
|
|
margin-right: 0.3em
|
|
|