added basic parsing support
This commit is contained in:
@@ -66,3 +66,17 @@ a, .btn-link {
|
||||
.blazor-error-boundary::after {
|
||||
content: "An error has occurred."
|
||||
}
|
||||
|
||||
.numeric-value {
|
||||
color: blue;
|
||||
}
|
||||
|
||||
.numeric-value-error {
|
||||
color: red;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.numeric-value-range{
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user