mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-04 04:56:49 +00:00
18 lines
No EOL
321 B
Vue
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> |