css fix, inputfile
This commit is contained in:
23
BlazorFluentUI/wwwroot/app-cutom.css
Normal file
23
BlazorFluentUI/wwwroot/app-cutom.css
Normal 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
|
||||
}
|
Reference in New Issue
Block a user