Fix css "--spacing-?" renaming that recent PRs missed during the merge.
This commit is contained in:
parent
5ba34732a6
commit
468efaf34e
2 changed files with 4 additions and 4 deletions
|
@ -124,7 +124,7 @@
|
|||
word-break: break-all;
|
||||
|
||||
code {
|
||||
margin-bottom: var(--spacing-medium);
|
||||
margin-bottom: var(--spacing-m);
|
||||
padding: var(--spacing-s) var(--spacing-s) calc(var(--spacing-s) - 2px);
|
||||
display: block;
|
||||
white-space: pre-wrap;
|
||||
|
|
|
@ -9,9 +9,9 @@
|
|||
bottom: 0;
|
||||
font-size: var(--font-small);
|
||||
padding-top: 2px;
|
||||
padding-left: var(--spacing-xsmall);
|
||||
padding-right: var(--spacing-xsmall);
|
||||
border-top-right-radius: var(--spacing-xsmall);
|
||||
padding-left: var(--spacing-xs);
|
||||
padding-right: var(--spacing-xs);
|
||||
border-top-right-radius: var(--spacing-xs);
|
||||
opacity: 0;
|
||||
transition: opacity 0.3s ease;
|
||||
transition-delay: 400ms;
|
||||
|
|
Loading…
Add table
Reference in a new issue