Skip to content
Snippets Groups Projects
Commit 8c3baa85 authored by Damian Romano Haj-Houssin's avatar Damian Romano Haj-Houssin
Browse files

Small style update for loading spinner.

parent 63ba930d
No related branches found
No related tags found
No related merge requests found
Pipeline #24404 passed
...@@ -179,7 +179,6 @@ body { ...@@ -179,7 +179,6 @@ body {
width: 120px; width: 120px;
height: 120px; height: 120px;
animation: spin 2s linear infinite; animation: spin 2s linear infinite;
} }
@keyframes spin { @keyframes spin {
......
...@@ -187,15 +187,13 @@ viewContent ( global, local ) = ...@@ -187,15 +187,13 @@ viewContent ( global, local ) =
let let
message = message =
Html.div Html.div
[ Html.Attributes.style "justify-items" "center" [ Html.Attributes.style "margin" "auto" ]
, Html.Attributes.style "align-content" "center"
, Html.Attributes.style "flex-grow" "1"
]
(case global.progress of (case global.progress of
Loading -> Loading ->
[ Html.div [ Html.Attributes.class "loader" ] [] [ Html.div [ Html.Attributes.class "loader" ] []
, Html.div , Html.div
[ Html.Attributes.style "position" "relative" [ Html.Attributes.style "position" "relative"
, Html.Attributes.style "left" "1.5rem"
, Html.Attributes.style "bottom" "5rem" , Html.Attributes.style "bottom" "5rem"
] ]
[ Html.text "Loading Data..." ] [ Html.text "Loading Data..." ]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment