mirror of
https://github.com/discourse/discourse.git
synced 2025-03-06 22:30:10 +08:00

This reverts commits 0623ac684a65f95ce4f5438ff47944b1dc2119f4 408e71e437ef8abf98f93e3449898bf906766b0e a32fa3b9470dde0543fcee809f2abd1f219f7336 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;
|
|
}
|
|
}
|