Choosing "New Publish" Now Clears the Publish Form #3463
3 changed files with 9 additions and 11 deletions
|
@ -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"
|
||||
}
|
|
@ -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);
|
||||
|
|
|
@ -145,15 +145,6 @@
|
|||
.section__subtitle {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
.button {
|
||||
font-size: var(--font-large);
|
||||
|
||||
.icon {
|
||||
height: 20px;
|
||||
width: 20px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.card__body {
|
||||
|
|
Loading…
Reference in a new issue