1
1
mirror of https://github.com/aelve/guide.git synced 2024-12-23 04:42:24 +03:00

Category items minor colors restyle

This commit is contained in:
Avele 2019-07-08 17:20:38 +04:00
parent 0f035bb43c
commit cdad12eb54
2 changed files with 2 additions and 3 deletions

View File

@ -194,7 +194,7 @@ export default class CategoryItem extends Vue {
.category-item {
position: relative;
background: #e5e5e5;
background: #eeeeee;
margin: 0 0 40px;
}

View File

@ -8,7 +8,7 @@
<v-toolbar
flat
slot="header"
color="#d6d6d6"
color="#dedede"
class="elevation-2"
@click.stop=""
>
@ -199,6 +199,5 @@ export default class CategoryItemToolbar extends Vue {
}
.category-item-toolbar-btns > * {
margin: 0 2px;
color: #979797;
}
</style>