This commit is contained in:
syuilo
2021-10-02 00:51:37 +09:00
parent f9185f201a
commit 8d3fe0c5c2
3 changed files with 28 additions and 41 deletions

View File

@@ -27,7 +27,6 @@ export default defineComponent({
<style lang="scss" scoped>
.fpezltsf {
margin: 16px 0;
padding: 16px;
font-size: 90%;
background: var(--infoBg);
@@ -39,14 +38,6 @@ export default defineComponent({
color: var(--infoWarnFg);
}
&:first-child {
margin-top: 0;
}
&:last-child {
margin-bottom: 0;
}
> i {
margin-right: 4px;
}