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