2019-01-05 21:57:21 +01:00
|
|
|
.date {
|
|
|
|
margin: 0;
|
|
|
|
padding: 0;
|
|
|
|
font-size: 1em;
|
|
|
|
font-family: var(--font-fjalla);
|
2019-04-01 17:11:39 +02:00
|
|
|
color: rgb(var(--style-neutral-text));
|
2019-01-05 21:57:21 +01:00
|
|
|
width: 100%;
|
|
|
|
min-height: 2.5em;
|
|
|
|
display: flex;
|
|
|
|
flex-direction: row;
|
2019-03-26 00:31:51 +01:00
|
|
|
justify-content: flex-start;
|
2019-04-26 14:48:37 +02:00
|
|
|
flex-wrap: wrap;
|
2019-01-05 21:57:21 +01:00
|
|
|
}
|
|
|
|
|
2019-06-06 19:22:42 +02:00
|
|
|
.is-header-item-alignment-horizontal-left .date {
|
2019-05-23 20:15:14 +02:00
|
|
|
justify-content: flex-start;
|
|
|
|
}
|
|
|
|
|
2019-06-06 19:22:42 +02:00
|
|
|
.is-header-item-alignment-horizontal-center .date {
|
2019-05-23 20:15:14 +02:00
|
|
|
justify-content: center;
|
|
|
|
}
|
|
|
|
|
2019-06-06 19:22:42 +02:00
|
|
|
.is-header-item-alignment-horizontal-right .date {
|
2019-05-23 20:15:14 +02:00
|
|
|
justify-content: flex-end;
|
|
|
|
}
|
|
|
|
|
2019-01-05 23:35:50 +01:00
|
|
|
.date-separator,
|
2019-01-05 21:57:21 +01:00
|
|
|
.date-date,
|
|
|
|
.date-day,
|
|
|
|
.date-month,
|
|
|
|
.date-year {
|
|
|
|
font-size: 1.5em;
|
|
|
|
display: flex;
|
2019-03-26 00:31:51 +01:00
|
|
|
justify-content: flex-start;
|
2019-01-05 21:57:21 +01:00
|
|
|
align-items: center;
|
2019-04-26 14:48:37 +02:00
|
|
|
white-space: nowrap;
|
2019-01-05 21:57:21 +01:00
|
|
|
}
|
|
|
|
|
2019-01-05 23:35:50 +01:00
|
|
|
.date-separator {
|
2019-04-01 17:15:57 +02:00
|
|
|
justify-content: center;
|
2019-06-11 11:54:10 +02:00
|
|
|
color: rgb(var(--theme-accent));
|
2019-01-05 21:57:21 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.date-date,
|
|
|
|
.date-day,
|
|
|
|
.date-month,
|
|
|
|
.date-year {
|
2019-04-01 17:15:57 +02:00
|
|
|
justify-content: center;
|
2019-01-05 21:57:21 +01:00
|
|
|
}
|
|
|
|
|
2019-06-06 19:22:42 +02:00
|
|
|
.is-header-item-alignment-horizontal-left .date-item:not(:last-child) {
|
2019-05-23 20:15:14 +02:00
|
|
|
margin-right: 0.2em;
|
2019-01-05 21:57:21 +01:00
|
|
|
}
|
|
|
|
|
2019-06-06 19:22:42 +02:00
|
|
|
.is-header-item-alignment-horizontal-center .date-item:not(:first-child),
|
|
|
|
.is-header-item-alignment-horizontal-center .date-item:not(:last-child) {
|
2019-05-23 20:15:14 +02:00
|
|
|
margin-left: 0.1em;
|
|
|
|
margin-right: 0.1em;
|
|
|
|
}
|
|
|
|
|
2019-06-06 19:22:42 +02:00
|
|
|
.is-header-item-alignment-horizontal-right .date-item:not(:first-child) {
|
2019-05-23 20:15:14 +02:00
|
|
|
margin-left: 0.2em;
|
2019-01-05 21:57:21 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.date-day {
|
2019-04-01 17:11:39 +02:00
|
|
|
color: rgb(var(--style-neutral-text));
|
2019-01-05 21:57:21 +01:00
|
|
|
}
|
|
|
|
|
2019-01-24 21:28:11 +01:00
|
|
|
.date-date,
|
|
|
|
.date-month,
|
2019-01-05 21:57:21 +01:00
|
|
|
.date-year {
|
2019-04-26 14:48:37 +02:00
|
|
|
color: rgb(var(--gray-16));
|
2019-01-05 21:57:21 +01:00
|
|
|
}
|