2018-04-12 07:23:35 +08:00
|
|
|
/*
|
2024-09-09 21:57:16 +08:00
|
|
|
Copyright 2024 New Vector Ltd.
|
2018-04-12 07:23:35 +08:00
|
|
|
Copyright 2017 Vector Creations Ltd
|
|
|
|
|
2024-09-09 21:57:16 +08:00
|
|
|
SPDX-License-Identifier: AGPL-3.0-only OR GPL-3.0-only
|
|
|
|
Please see LICENSE files in the repository root for full details.
|
2018-04-12 07:23:35 +08:00
|
|
|
*/
|
|
|
|
|
2023-03-21 00:03:36 +08:00
|
|
|
.mx_DateSeparator_dateContent {
|
|
|
|
padding: 0 25px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.mx_DateSeparator_dateHeading {
|
2018-10-23 16:25:04 +08:00
|
|
|
flex: 0 0 auto;
|
2023-03-21 00:03:36 +08:00
|
|
|
margin: 0;
|
2022-08-01 15:31:14 +08:00
|
|
|
font-size: inherit;
|
|
|
|
font-weight: inherit;
|
|
|
|
color: inherit;
|
2023-08-22 03:38:59 +08:00
|
|
|
text-transform: capitalize;
|
2018-10-23 16:25:04 +08:00
|
|
|
}
|
2022-01-28 06:32:12 +08:00
|
|
|
|
|
|
|
.mx_DateSeparator_jumpToDateMenu {
|
|
|
|
display: flex;
|
|
|
|
}
|
|
|
|
|
|
|
|
.mx_DateSeparator_chevron {
|
|
|
|
align-self: center;
|
|
|
|
width: 16px;
|
|
|
|
height: 16px;
|
|
|
|
mask-position: center;
|
|
|
|
mask-size: contain;
|
|
|
|
mask-repeat: no-repeat;
|
2024-11-12 01:27:22 +08:00
|
|
|
mask-image: url("@vector-im/compound-design-tokens/icons/chevron-down.svg");
|
2024-03-18 23:47:55 +08:00
|
|
|
background-color: var(--cpd-color-icon-secondary);
|
2022-01-28 06:32:12 +08:00
|
|
|
}
|