msc: center cards, navbar color

v0.5
rrr-marble 3 years ago
parent f150b12b7f
commit bf7c4ad023

@ -116,12 +116,13 @@ export default {
<style lang="css" scoped> <style lang="css" scoped>
.details-deck { .details-deck {
flex-wrap: wrap; flex-wrap: wrap;
margin: auto;
} }
.content-container { .content-container {
width: 45rem; width: 45rem;
flex: 45rem; flex: 45rem;
margin: 1rem; margin: 1rem auto;
} }
.item-description { .item-description {

@ -1,6 +1,6 @@
<template> <template>
<div> <div>
<va-navbar shape class="navbar"> <va-navbar shape color="#79589f" class="navbar">
<template #left> <template #left>
<va-navbar-item class="top-icon"> <va-navbar-item class="top-icon">
<va-icon size="3rem" color="gray" name="public" @click="$router.push('/')" /> <va-icon size="3rem" color="gray" name="public" @click="$router.push('/')" />

@ -72,7 +72,7 @@ export default {
.content-container { .content-container {
width: 45rem; width: 45rem;
height: 28rem; height: 28rem;
margin: 1rem; margin: 1rem auto;
} }
.no-items { .no-items {

@ -66,4 +66,8 @@ export default {
display: flex; display: flex;
flex-direction: row; flex-direction: row;
} }
.main-view {
margin: auto;
}
</style> </style>
Loading…
Cancel
Save