refactor(frontend): prefix css variables (UI) (#14739)
* refactor(frontend): prefix css variables * `MI_UI` -> `MI` * fix * `stickyBottom` * stickyTop
This commit is contained in:
@@ -130,6 +130,6 @@ definePageMetadata(() => ({
|
||||
display: grid;
|
||||
grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
|
||||
grid-gap: 12px;
|
||||
margin: 0 var(--margin);
|
||||
margin: 0 var(--MI-margin);
|
||||
}
|
||||
</style>
|
||||
|
Reference in New Issue
Block a user