Change to vue classes

Signed-off-by: Jonas Rittershofer <jotoeri@users.noreply.github.com>
This commit is contained in:
Jonas Rittershofer 2020-05-24 19:55:38 +02:00
parent 9aa17d7192
commit f2a126b206
2 changed files with 3 additions and 3 deletions

View file

@ -399,7 +399,7 @@ export default {
</script>
<style lang="scss">
#app-content-vue {
.app-content {
display: flex;
align-items: center;
flex-direction: column;

View file

@ -178,14 +178,14 @@ export default {
}
</script>
<style lang="scss" scoped>
#app-content-vue {
.app-content {
display: flex;
align-items: center;
flex-direction: column;
// Force hide navigation toggle as there is no navigation
// stylelint-disable-next-line selector-pseudo-element-no-unknown
::v-deep #app-navigation-toggle {
::v-deep .app-navigation-toggle {
display: none !important;
}