mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-12 16:50:10 +00:00
19 lines
No EOL
476 B
Vue
19 lines
No EOL
476 B
Vue
<template>
|
|
<span class="example-inline"><span class="inline-bot-prefix">pk;</span><slot /></span>
|
|
</template>
|
|
|
|
<style lang="stylus">
|
|
.example-inline {
|
|
font-size: $exampleFontSize;
|
|
font-family: $exampleFontFamily;
|
|
|
|
background-color: $exampleBgColor;
|
|
color: $exampleTextColor;
|
|
padding: 0.2rem 0.4rem;
|
|
border-radius: 3px;
|
|
}
|
|
|
|
.inline-bot-prefix {
|
|
color: $examplePrefixColor;
|
|
}
|
|
</style> |