Skip to content
Snippets Groups Projects
Commit 551b0030 authored by syuilo's avatar syuilo
Browse files

use css module

parent 05aa0fa1
No related branches found
No related tags found
No related merge requests found
<template>
<div class="msjugskd _block">
<div :class="$style.root">
<i class="ti ti-plane-departure" style="margin-right: 8px;"></i>
{{ i18n.ts.accountMoved }}
<MkMention class="link" :username="acct" :host="host ?? localHost"/>
<MkMention :class="$style.link" :username="acct" :host="host ?? localHost"/>
</div>
</template>
......@@ -17,17 +17,16 @@ defineProps<{
}>();
</script>
<style lang="scss" scoped>
.msjugskd {
<style lang="scss" module>
.root {
padding: 16px;
font-size: 90%;
background: var(--infoWarnBg);
color: var(--error);
border-radius: var(--radius);
}
> .link {
margin-left: 4px;
color: var(--accent);
}
.link {
margin-left: 4px;
}
</style>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment