travelynx/public/static/css/local.css

31 lines
405 B
CSS
Raw Normal View History

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,
.action-cancelled-to {
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
2019-04-10 15:51:51 +00:00
a.unmarked {
color: rgba(0, 0, 0, 0.87);
}
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;
}