]> git.immae.eu Git - github/bastienwirtz/homer.git/blobdiff - src/assets/themes/sui.scss
Build system integration using vue-cli.
[github/bastienwirtz/homer.git] / src / assets / themes / sui.scss
diff --git a/src/assets/themes/sui.scss b/src/assets/themes/sui.scss
new file mode 100644 (file)
index 0000000..f94433e
--- /dev/null
@@ -0,0 +1,34 @@
+/*
+ * SUI theme
+ * Inpired by the great https://github.com/jeroenpardon/sui start page
+ * Author: @bastienwirtz
+ */
+body #app.theme-sui {
+  #bighead .dashboard-title {
+    padding: 65px 0 0 12px;
+
+    h1 {
+      margin-top: 0;
+      font-weight: bold;
+      font-size: 2.2rem;
+    }
+  }
+
+  .navbar .navbar-item:hover {
+    background-color: transparent;
+  }
+
+  .card,
+  .card:hover {
+    background-color: transparent;
+    box-shadow: none;
+
+    .title {
+      font-weight: bold;
+    }
+
+    .card-content {
+      padding: 0;
+    }
+  }
+}