2018-11-11 16:25:40 +00:00
|
|
|
.action-checkin,
|
|
|
|
.action-checkout,
|
2019-03-19 17:20:05 +00:00
|
|
|
.action-undo,
|
|
|
|
.action-cancelled-from,
|
2019-05-12 09:44:28 +00:00
|
|
|
.action-cancelled-to,
|
|
|
|
.action-share {
|
2018-11-11 16:25:40 +00:00
|
|
|
cursor: pointer;
|
|
|
|
}
|
2019-03-19 16:17:53 +00:00
|
|
|
|
|
|
|
td.cancelled {
|
|
|
|
text-decoration: line-through;
|
|
|
|
}
|
2019-03-20 17:01:42 +00:00
|
|
|
|
|
|
|
h1 {
|
|
|
|
font-size: 2.92rem;
|
|
|
|
margin: 1.9466666667rem 0 1.168rem 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
h2 {
|
|
|
|
font-size: 2.28rem;
|
|
|
|
margin: 1.52rem 0 .912rem 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
h3 {
|
|
|
|
font-size: 1.64rem;
|
|
|
|
margin: 1.0933333333rem 0 .656rem 0;
|
|
|
|
}
|