Css with crimson
parent
8f6821ee88
commit
812b900210
|
@ -343,11 +343,14 @@ view model =
|
|||
]
|
||||
]
|
||||
, br [] []
|
||||
, text model.status
|
||||
, div[style "text-align" "center"] [
|
||||
span[style "color" "crimson"] [text model.status]
|
||||
]
|
||||
|
||||
, div [style "display" "flex", style "justify-content" "center", style "margin-top" "20px", style "gap" "5px"] [
|
||||
table [style "border-collapse" "collapse"]
|
||||
table [style "border-collapse" "collapse", style "width" "max(20%, 200px)"]
|
||||
[
|
||||
thead [] [
|
||||
thead [style "text-align" "left", style "border-bottom" "2px solid black"] [
|
||||
tr [] [
|
||||
th [] [text "Datum"]
|
||||
, th [] [text "Typ"]
|
||||
|
|
Loading…
Reference in New Issue