File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -262,7 +262,7 @@ path {
262262.event span {
263263}
264264
265- # success-modal {
265+ # success-modal , # spinner-modal {
266266 position : fixed;
267267 top : 0px ;
268268 left : 0px ;
@@ -278,7 +278,11 @@ path {
278278 justify-content : center;
279279}
280280
281- # success-modal svg {
281+ # success-modal svg , # spinner-modal svg {
282282 position : relative;
283283 margin-right : 0.25em ;
284284}
285+
286+ # spinner-modal svg {
287+ animation : spinspin 0.5s infinite linear;
288+ }
Original file line number Diff line number Diff line change 122122(defn component-spinner [data]
123123 (m :div {:id " notifications" }
124124 (if (or (get data :error ) (get data :spinner ))
125- [(if (get data :spinner ) (m :div {:id " spinner" } " . " ))
125+ [(if (get data :spinner ) (m :div {:id " spinner-modal " } [( svg-icon " reload " )] ))
126126 (if (get data :error ) (m :span {:id " error-messages" } (get data :error )))])))
127127
128128(defn component-comment [data]
You can’t perform that action at this time.
0 commit comments