This commit is contained in:
2024-07-09 16:31:42 +09:00
parent 918d6bc9c8
commit 91517237c3
3 changed files with 152 additions and 0 deletions

View File

@@ -16,8 +16,20 @@
border-width: 1px
}
.fluent-border-s1-r5 {
border-radius: 5px;
border-style: solid;
border-color: var(--accent-fill-rest);
border-width: 1px
}
.fluent-border-d1 {
border-style: dashed;
border-color: var(--accent-fill-rest);
border-width: 1px
}
.fluent-fixed-w100 {
max-width: 100px;
min-width: 100px;
}