Skip to content

Commit

Permalink
docs(brand-kit): update page layout
Browse files Browse the repository at this point in the history
  • Loading branch information
johnleider committed Aug 23, 2023
1 parent d437e76 commit 54cf06d
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 7 deletions.
18 changes: 11 additions & 7 deletions packages/docs/src/components/resources/Logos.vue
Original file line number Diff line number Diff line change
Expand Up @@ -87,17 +87,22 @@

<v-col cols="12" class="pb-0 font-weight-bold">{{ t('icon') }}</v-col>

<v-col v-for="icon in icons" :key="icon.title" cols="auto">
<v-col
v-for="icon in icons"
:key="icon.title"
cols="12"
sm="6"
>
<v-sheet
rounded
border
class="pa-4"
class="pa-2"
>
<div class="text-center">
<v-icon
:color="icon.color"
:icon="icon.icon"
size="125"
size="88"
/>
</div>

Expand Down Expand Up @@ -151,10 +156,9 @@
code: '<v-icon icon="$vuetify" />',
},
{
title: 'Vuetify Icon Themed',
icon: '$vuetify',
color: 'primary',
code: '<v-icon color="primary" icon="$vuetify" />',
title: 'Vuetify Outlined Icon',
icon: '$vuetify-outline',
code: '<v-icon icon="$vuetify-outline" />',
},
]
</script>
1 change: 1 addition & 0 deletions packages/docs/src/pages/en/resources/brand-kit.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
emphasized: true
fluid: true
meta:
nav: Brand Kit
title: Brand Kit & Assets
Expand Down

0 comments on commit 54cf06d

Please sign in to comment.