mirror of
https://github.com/Spythere/stacjownik.git
synced 2026-05-03 21:38:13 +00:00
restruct: updated sass version and rules
This commit is contained in:
@@ -310,7 +310,7 @@ export default defineComponent({
|
||||
</script>
|
||||
|
||||
<style lang="scss" scoped>
|
||||
@import '../../styles/responsive.scss';
|
||||
@use '../../styles/responsive';
|
||||
|
||||
// INDICATOR TOOLTIP ANIMATION
|
||||
.tooltip-anim {
|
||||
@@ -379,7 +379,7 @@ export default defineComponent({
|
||||
content: '';
|
||||
}
|
||||
|
||||
@include midScreen() {
|
||||
@include responsive.midScreen() {
|
||||
left: auto;
|
||||
right: 200%;
|
||||
|
||||
@@ -393,7 +393,7 @@ export default defineComponent({
|
||||
}
|
||||
}
|
||||
|
||||
@include smallScreen() {
|
||||
@include responsive.smallScreen{
|
||||
min-width: 8em;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user