probably fix most renamed CSS variables
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user