refactor(sceneryinfo): styles scope

This commit is contained in:
2025-12-18 01:14:56 +01:00
parent 0b435c95a0
commit c99b5df4aa
4 changed files with 29 additions and 38 deletions
+1 -13
View File
@@ -57,20 +57,8 @@ export default defineComponent({
});
</script>
<style lang="scss">
<style lang="scss" scoped>
@use '../../styles/responsive';
@use '../../styles/badge';
h3.section-header {
margin: 0.5em 0;
padding: 0.3em;
display: flex;
justify-content: center;
align-items: center;
font-size: 1.2em;
}
.info-lists {
display: flex;