diff templates/default/static/styles_extra.css @ 8:dc880664a8ec

modernisation of the theme using Bulma
author Goffi <goffi@goffi.org>
date Fri, 16 Apr 2021 18:51:12 +0200
parents 09d66acc7c73
children
line wrap: on
line diff
--- a/templates/default/static/styles_extra.css	Tue May 26 12:38:56 2020 +0200
+++ b/templates/default/static/styles_extra.css	Fri Apr 16 18:51:12 2021 +0200
@@ -1,3 +1,17 @@
-html {
-    font-family: "sat-base-font";
+.screenshot_web, .screenshot_mobile {
+    border: 2px solid #ddd;
+    border-radius: 0.25em;
+}
+
+.list_icon {
+    flex: none;
+    width: 2.5rem;
 }
+
+.is-underline {
+    text-decoration: underline;
+}
+
+.is-full-width {
+    width: 100%;
+}