Убрала scoped в App

This commit is contained in:
Daria Golova
2022-10-11 14:25:45 +03:00
parent 7aff71ed86
commit f903e7989b

View File

@@ -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