1
0
mirror of https://github.com/discourse/discourse.git synced 2025-03-09 14:34:35 +00:00
Krzysztof Kotlarek cb5b0cb9d8
FEATURE: save local date to calendar ()
It allows saving local date to calendar.
Modal is giving option to pick between ics and google. User choice can be remembered as a default for the next actions.
2021-10-06 14:11:52 +11:00

14 lines
215 B
SCSS

.download-calendar-modal .remember {
margin-top: 2em;
}
#d-popover .download-calendar {
color: var(--primary-med-or-secondary-med);
}
.user-preferences {
#user-default-calendar {
min-width: 175px;
}
}