probably fix most renamed CSS variables

This commit is contained in:
dakkar 2024-11-08 17:18:29 +00:00
parent 544fc3239f
commit a930fd9758
147 changed files with 399 additions and 400 deletions

View file

@ -236,7 +236,7 @@ definePageMetadata(() => ({
position: relative;
width: 64px;
height: 64px;
border-radius: var(--radius-sm);
border-radius: var(--MI-radius-sm);
> .preview {
position: absolute;
@ -247,7 +247,7 @@ definePageMetadata(() => ({
margin: auto;
width: 42px;
height: 42px;
border-radius: var(--radius-xs);
border-radius: var(--MI-radius-xs);
box-shadow: 0 2px 4px rgb(0 0 0 / 30%);
transition: transform 0.15s ease;
}
@ -263,10 +263,10 @@ definePageMetadata(() => ({
}
&.rounded {
border-radius: var(--radius-ellipse);
border-radius: var(--MI-radius-ellipse);
> .preview {
border-radius: var(--radius-ellipse);
border-radius: var(--MI-radius-ellipse);
}
}