]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - app/Resources/static/themes/material/css/various.scss
Add client_credentials as grant_type
[github/wallabag/wallabag.git] / app / Resources / static / themes / material / css / various.scss
index 7daf40ec6ecb6891c367178a6dc23df6e44ab094..5ff180382ab4bdaa42c5513655fb9a0926e33582 100644 (file)
@@ -30,3 +30,30 @@ nav .input-field input {
 .tab {
   flex: 1;
 }
+
+.slider .slides {
+  background: #00acc1;
+
+  li {
+    img {
+      background: no-repeat;
+      background-size: contain;
+      background-position: unset;
+    }
+
+    .icon {
+      width: auto;
+      height: 180px;
+    }
+
+    .icon.browser {
+      width: auto;
+      height: 100px;
+    }
+
+    .caption {
+      width: 85%;
+      left: 10%;
+    }
+  }
+}