Убрала scoped в App
This commit is contained in:
44
src/App.vue
44
src/App.vue
@@ -15,26 +15,26 @@
|
||||
}
|
||||
</script>
|
||||
|
||||
<style lang="sass" scoped>
|
||||
#app
|
||||
height: 100%
|
||||
width: 100%
|
||||
font-family: Raleway, sans-serif
|
||||
font-style: normal
|
||||
font-feature-settings: 'pnum' on, 'lnum' on
|
||||
-webkit-font-smoothing: antialiased
|
||||
-moz-osx-font-smoothing: grayscale
|
||||
.pages-container
|
||||
display: flex
|
||||
flex: auto
|
||||
.app-container
|
||||
height: 100%
|
||||
width: 100%
|
||||
row-gap: 8px
|
||||
display: flex
|
||||
flex-direction: column
|
||||
body
|
||||
background-color: var(--bg-lavender-color)
|
||||
margin: 0
|
||||
padding: 0
|
||||
<style lang="sass">
|
||||
#app
|
||||
height: 100%
|
||||
width: 100%
|
||||
font-family: Raleway, sans-serif
|
||||
font-style: normal
|
||||
font-feature-settings: 'pnum' on, 'lnum' on
|
||||
-webkit-font-smoothing: antialiased
|
||||
-moz-osx-font-smoothing: grayscale
|
||||
.pages-container
|
||||
display: flex
|
||||
flex: auto
|
||||
.app-container
|
||||
height: 100%
|
||||
width: 100%
|
||||
row-gap: 8px
|
||||
display: flex
|
||||
flex-direction: column
|
||||
body
|
||||
background-color: var(--bg-lavender-color)
|
||||
margin: 0
|
||||
padding: 0
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user