Choosing "New Publish" Now Clears the Publish Form #3463

Merged
dalhill merged 3 commits from 3348-clear-fields-for-new-publish into master 2020-01-14 16:49:52 +01:00
3 changed files with 9 additions and 11 deletions
Showing only changes of commit d15501c747 - Show all commits

View file

@ -910,5 +910,7 @@
"Did something go wrong? Have a look in your log file, or send it to %support_link%.": "Did something go wrong? Have a look in your log file, or send it to %support_link%.",
"%amount% LBC": "%amount% LBC",
"%amount% fee": "%amount% fee",
"1 file hidden due to your %content_viewing_preferences_link%": "1 file hidden due to your %content_viewing_preferences_link%"
"1 file hidden due to your %content_viewing_preferences_link%": "1 file hidden due to your %content_viewing_preferences_link%",
"Thumbnail": "Thumbnail",
"spee.ch": "spee.ch"
}

View file

@ -27,7 +27,12 @@
transition: all var(--transition-duration) var(--transition-style);
border-radius: var(--card-radius);
color: var(--color-text);
font-size: var(--font-small);
font-size: var(--font-body);
svg {
height: 1rem;
width: 1rem;
}
&:hover {
color: var(--color-button-primary-text);

View file

@ -145,15 +145,6 @@
.section__subtitle {
margin-bottom: 0;
}
.button {
font-size: var(--font-large);
.icon {
height: 20px;
width: 20px;
}
}
}
.card__body {