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 -4
View File
@@ -4,7 +4,7 @@
<div class="stations-options">
<StationFilterCard
:showCard="filterCardOpen"
:exit="(filterCardOpen = false)"
:exit="filterCardOpen = false"
ref="filterCardRef"
/>
@@ -78,8 +78,7 @@ export default defineComponent({
</script>
<style lang="scss" scoped>
@import '../styles/variables.scss';
@import '../styles/responsive.scss';
@use '../styles/responsive';
.stations-view {
position: relative;
@@ -115,7 +114,7 @@ button.btn-donation {
background-color: lighten($btnColor, 5%);
}
@include smallScreen {
@include responsive.smallScreen{
span {
display: none;
}