ags: sync

This commit is contained in:
end-4
2024-02-05 13:20:00 +07:00
parent 14368314e5
commit 73c8454c1c
61 changed files with 1327 additions and 1220 deletions
+1 -3
View File
@@ -42,7 +42,7 @@ $rounding_large: 1.705rem;
@mixin icon-material {
// Material Design Icons
font-family: "Material Symbols Rounded", "Material Symbols Outlined",
font-family: "Material Symbols Rounded", "MaterialSymbolsRounded", "Material Symbols Outlined",
"Material Symbols Sharp";
}
@@ -139,12 +139,10 @@ $elevation_margin: 0.476rem;
}
@mixin fluent_decel {
// Used for small transitions, as this looks clear
transition: 200ms cubic-bezier(0.1, 1, 0, 1);
}
@mixin fluent_decel_long {
// Used for small transitions, as this looks clear
transition: 1000ms cubic-bezier(0.1, 1, 0, 1);
}