PluralKit/docs/content/.vuepress/components/CmdGroup.vue
2020-06-12 15:18:51 +02:00

18 lines
No EOL
321 B
Vue

<template>
<div class="cmd-group">
<slot />
</div>
</template>
<style lang="stylus">
.cmd-group {
background-color: $codeBgColor;
border-radius: 6px;
margin: 0.5rem 0;
padding: 0.25rem 0;
}
.details .cmd-group {
margin-top: 1rem;
}
</style>