2016-02-05 20:23:09 +01:00
|
|
|
.card-date
|
|
|
|
display: block
|
|
|
|
border-radius: 4px
|
2016-02-11 15:02:26 +01:00
|
|
|
padding: 1px 3px
|
2016-02-05 20:23:09 +01:00
|
|
|
|
|
|
|
background-color: #dbdbdb
|
|
|
|
&:hover, &.is-active
|
|
|
|
background-color: #b3b3b3
|
|
|
|
|
2016-02-05 22:35:56 +01:00
|
|
|
&.current, &.almost-due, &.due, &.long-overdue
|
|
|
|
color: #fff
|
|
|
|
|
2016-02-05 20:23:09 +01:00
|
|
|
&.current
|
2016-02-10 15:51:55 +01:00
|
|
|
background-color: #5ba639
|
2016-02-05 20:23:09 +01:00
|
|
|
&:hover, &.is-active
|
2016-02-10 15:51:55 +01:00
|
|
|
background-color: darken(#5ba639, 10)
|
2016-02-05 20:23:09 +01:00
|
|
|
|
|
|
|
&.almost-due
|
2016-02-05 22:35:56 +01:00
|
|
|
background-color: #edc909
|
2016-02-05 20:23:09 +01:00
|
|
|
&:hover, &.is-active
|
2016-02-05 22:35:56 +01:00
|
|
|
background-color: darken(#edc909, 10)
|
2016-02-05 20:23:09 +01:00
|
|
|
|
|
|
|
&.due
|
|
|
|
background-color: #fa3f00
|
|
|
|
&:hover, &.is-active
|
2016-02-10 15:51:55 +01:00
|
|
|
background-color: darken(#fa3f00, 10)
|
2016-02-05 22:35:56 +01:00
|
|
|
|
|
|
|
&.long-overdue
|
|
|
|
background-color: #fd5d47
|
|
|
|
&:hover, &.is-active
|
|
|
|
background-color: darken(#fd5d47, 7)
|
2016-02-05 20:23:09 +01:00
|
|
|
|
2018-03-26 19:04:02 +00:00
|
|
|
&.end-date
|
|
|
|
time
|
|
|
|
&::before
|
|
|
|
content: "\f253" // symbol: fa-hourglass-end
|
|
|
|
|
2018-01-04 18:34:39 +01:00
|
|
|
&.due-date
|
|
|
|
time
|
|
|
|
&::before
|
|
|
|
content: "\f090" // symbol: fa-sign-in
|
|
|
|
|
|
|
|
&.start-date
|
|
|
|
time
|
|
|
|
&::before
|
2018-07-31 22:01:14 +00:00
|
|
|
content: "\f251" // symbol: fa-hourglass-start
|
2018-01-04 18:34:39 +01:00
|
|
|
|
2018-03-26 19:04:02 +00:00
|
|
|
&.received-date
|
|
|
|
time
|
|
|
|
&::before
|
2018-08-02 00:51:45 +03:00
|
|
|
content: "\f08b" // symbol: fa-sign-out
|
2018-03-26 19:04:02 +00:00
|
|
|
|
2016-02-05 20:23:09 +01:00
|
|
|
time
|
|
|
|
&::before
|
|
|
|
font: normal normal normal 14px/1 FontAwesome
|
|
|
|
font-size: inherit
|
|
|
|
-webkit-font-smoothing: antialiased
|
2018-01-04 18:34:39 +01:00
|
|
|
margin-right: 0.3em
|
|
|
|
|