refactor(styles): separated fonts and responsiveness to scss files; made global reference only once

This commit is contained in:
2026-03-03 02:29:27 +01:00
parent 8698a53caf
commit 22b8509ebe
25 changed files with 278 additions and 144 deletions
+3 -1
View File
@@ -69,6 +69,8 @@ onMounted(() => {
</script>
<style lang="scss">
@use '@/styles/responsive';
// Tab change animation
.tab-change {
&-enter-from,
@@ -105,7 +107,7 @@ onMounted(() => {
margin-bottom: 1em;
}
@media screen and (max-width: global.$breakpointSm) {
@include responsive.smallScreen {
.tabs-modes {
grid-template-areas:
'stock wiki'