Remove obsolete unquote() from SCSS

This commit is contained in:
Tetrakern 2024-10-14 00:58:19 +02:00
parent 33c72f2f8a
commit 071157d5dd
3 changed files with 4 additions and 4 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -115,7 +115,7 @@ a.modal-tooltip {
}
&:where(:not(:last-child, .cell-title, .card__title, .post__title)) {
margin-bottom: var(--heading-margin-bottom, unquote('min(max(1.25rem, var(--paragraph-spacing) - 0.75rem), 2rem)'));
margin-bottom: var(--heading-margin-bottom, min(max(1.25rem, var(--paragraph-spacing) - 0.75rem), 2rem));
}
}
@ -374,7 +374,7 @@ a.modal-tooltip {
font-size: get_relative_clamp(0.75, 0.875, 320, 480, 'vw', 'em');
font-weight: 400;
text-align: center;
margin: unquote("max(1.5rem, var(--paragraph-spacing) * 2)") auto;
margin: max(1.5rem, var(--paragraph-spacing) * 2) auto;
max-width: 35em; // Scale with font size
filter: var(--litrpg-drop-shadow);