feat: Initial filter pressure drop views, calculations need implemented.
This commit is contained in:
@@ -10,11 +10,16 @@ public struct Note: HTML, Sendable {
|
||||
}
|
||||
|
||||
public var content: some HTML {
|
||||
div(.class("mt-8 p-4 bg-gray-100 dark:bg-gray-700 rounded-md shadow-md border border-blue-500")) {
|
||||
p(.class("text-sm text-blue-500")) {
|
||||
span(.class("font-extrabold pe-2")) { label }
|
||||
text
|
||||
}
|
||||
div(
|
||||
.class(
|
||||
"""
|
||||
mt-8 p-4 bg-gray-100 dark:bg-gray-700 rounded-md shadow-md
|
||||
border border-blue-500 text-blue-500 text-sm
|
||||
"""
|
||||
)
|
||||
) {
|
||||
p(.class("font-extrabold mb-3")) { label }
|
||||
p(.class("px-6")) { text }
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user