set display none only to routes

This commit is contained in:
NikolaBorislavovHristov 2019-01-27 20:13:41 +02:00
parent beb9c57e33
commit ed6b8bb302

View file

@ -90,10 +90,10 @@ html, body, :global(#app) {
&.route { &.route {
background-color: var(--color-background); background-color: var(--color-background);
}
&:not(:last-child) { &:not(:last-child) {
display: none; display: none;
}
} }
} }
} }