diff options
Diffstat (limited to 'Omni')
| -rw-r--r-- | Omni/Jr/Web/Style.hs | 15 |
1 files changed, 6 insertions, 9 deletions
diff --git a/Omni/Jr/Web/Style.hs b/Omni/Jr/Web/Style.hs index 51c3fd5..3c69030 100644 --- a/Omni/Jr/Web/Style.hs +++ b/Omni/Jr/Web/Style.hs @@ -118,8 +118,7 @@ layoutStyles = do display flex flexWrap Flexbox.wrap padding (px 6) (px 0) (px 6) (px 0) - borderBottom (px 1) solid "#e5e7eb" - ".detail-row" # lastChild ? borderBottom (px 0) none transparent + marginBottom (px 4) ".detail-label" ? do fontWeight (weight 600) width (px 100) @@ -413,8 +412,7 @@ cardStyles = do alignItems center Stylesheet.key "gap" ("8px" :: Text) padding (px 4) (px 0) (px 4) (px 0) - borderBottom (px 1) solid "#e5e7eb" - ".stats-row" # lastChild ? borderBottom (px 0) none transparent + marginBottom (px 2) ".stats-label" ? do minWidth (px 80) fontWeight (weight 500) @@ -658,8 +656,7 @@ executionDetailsStyles = do display flex flexWrap Flexbox.wrap padding (px 4) (px 0) (px 4) (px 0) - borderBottom (px 1) solid "#e5e7eb" - ".metric-row" # lastChild ? borderBottom (px 0) none transparent + marginBottom (px 2) ".metric-label" ? do fontWeight (weight 600) width (px 120) @@ -1036,7 +1033,7 @@ darkModeStyles = ".nav-brand" ? color "#f3f4f6" "h2" <> "h3" ? color "#d1d5db" a ? color "#60a5fa" - ".detail-row" ? borderBottomColor "#374151" + ".detail-label" <> ".priority" <> ".dep-type" @@ -1078,7 +1075,7 @@ darkModeStyles = ".stats-section" <> ".summary-section" ? do backgroundColor "#1f2937" borderColor "#374151" - ".stats-row" ? borderBottomColor "#374151" + ".progress-bar" ? backgroundColor "#374151" ".progress-fill" ? backgroundColor "#60a5fa" ".multi-progress-bar" ? backgroundColor "#374151" @@ -1097,7 +1094,7 @@ darkModeStyles = ".execution-section" ? do backgroundColor "#1f2937" borderColor "#374151" - ".metric-row" ? borderBottomColor "#374151" + ".metric-label" ? color "#9ca3af" ".metric-value" ? color "#d1d5db" ".amp-link" ? color "#60a5fa" |
