restruct: updated sass version and rules

This commit is contained in:
2025-03-26 18:04:00 +01:00
parent 829059d35b
commit 22b6177560
71 changed files with 2447 additions and 2507 deletions
+3 -12
View File
@@ -167,15 +167,14 @@ export default defineComponent({
</script>
<style lang="scss">
@import './styles/global';
@import './styles/animations';
@use './styles/animations';
.route {
margin: 0 0.2em;
&-active,
&[data-active='true'] {
color: $accentCol;
color: var(--clr-primary);
font-weight: bold;
}
}
@@ -183,16 +182,8 @@ export default defineComponent({
// APP
#app {
color: white;
font-size: 1rem;
overflow-x: hidden;
@include smallScreen() {
font-size: calc(0.65rem + 0.85vw);
}
@include screenLandscape() {
font-size: calc(0.45rem + 0.8vw);
}
font-size: 1em;
}
// CONTAINER