mirror of
https://github.com/discourse/discourse.git
synced 2024-11-25 09:23:13 +08:00
85fddf58bc
This reverts commits0623ac684a
408e71e437
a32fa3b947
User tips were running into some issues.
14 lines
225 B
SCSS
14 lines
225 B
SCSS
.download-calendar-modal .remember {
|
|
margin-top: 2em;
|
|
}
|
|
|
|
div[data-tippy-root] .download-calendar {
|
|
color: var(--primary-med-or-secondary-med);
|
|
}
|
|
|
|
.user-preferences {
|
|
#user-default-calendar {
|
|
min-width: 175px;
|
|
}
|
|
}
|