This commit is contained in:
2025-11-02 20:48:00 +03:00
Unverified
parent 2b316de17e
commit 852ab15bd8
9 changed files with 17 additions and 377 deletions
-11
View File
@@ -1,4 +1,3 @@
@use "animations";
@use "components";
@use "colors" as *;
@use "material" as *;
@@ -32,16 +31,6 @@ body, #root {
flex-direction: column;
}
mdui-dialog {
> *:first-child {
margin-block-start: 0;
}
> *:last-child {
margin-block-end: 0;
}
}
mdui-icon {
user-select: none;
}