css fix, inputfile

This commit is contained in:
2024-07-08 17:24:55 +09:00
parent f21b467afb
commit aad9b00323
10 changed files with 204 additions and 48 deletions

View File

@@ -0,0 +1,23 @@
.fluent-slider-w300px {
max-width: 300px;
margin-top: 10px
}
.fluent-border-s1 {
border-style: solid;
border-color: var(--accent-fill-rest);
border-width: 1px
}
.fluent-border-s1-r10 {
border-radius: 10px;
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
}