diff sat_templates/templates/bulma/static/styles.css @ 356:e3e11ced9f8f

bulma: new `retry-notification` template: this template is used notably when server connection is lost, and it will be checked again after a delay.
author Goffi <goffi@goffi.org>
date Thu, 30 Mar 2023 17:03:57 +0200
parents cac1a96f3df8
children e44c0627d00b
line wrap: on
line diff
--- a/sat_templates/templates/bulma/static/styles.css	Thu Mar 30 17:00:45 2023 +0200
+++ b/sat_templates/templates/bulma/static/styles.css	Thu Mar 30 17:03:57 2023 +0200
@@ -85,6 +85,9 @@
     align-items: center;
 }
 
+.is-valign-middle {
+    vertical-align: middle;
+}
 
 .x-is-hoverable:hover {
     background-color: #eee !important;