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:
parent
0f035bb43c
commit
cdad12eb54
@ -194,7 +194,7 @@ export default class CategoryItem extends Vue {
|
||||
|
||||
.category-item {
|
||||
position: relative;
|
||||
background: #e5e5e5;
|
||||
background: #eeeeee;
|
||||
margin: 0 0 40px;
|
||||
}
|
||||
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user